DAL Components

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

I know a lots of DAL code generators, but I heared there is an open source
solution that generates DAL classes runtime (through reflection or something
like that)
Could anybody refer me to such tool or product?

Thanks,
Alan
 
Hi Alan,

I haven't heard that DAL component before. So let's wait and see if any
community member can shed some light on it.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
A.M said:
I know a lots of DAL code generators, but I heared there is an open
source solution that generates DAL classes runtime (through reflection
or something like that)
Could anybody refer me to such tool or product?

I have something similar that we are using and I'll be publishing soon as
open source. Its not exactly what you are seeking, but definitely worth a
look.

Why do you want to generate "static" representatino at run time though? That
really doesnt make sense since you cant access it yet by query anyways.
 
Back
Top