DAL Components

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
 
K

Kevin Yu [MSFT]

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."
 
C

Chad Z. Hower aka Kudzu

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top