Data access layer generator?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

Does anyone know the top few 3rd party products for data access layer
generation? We're looking into DeKlarit but don't know if they're the most
popular/common out there for VS2005 integration.

Thanks,
Ron
 
You could just use the free source code of this one and
tweak it anyway you like. Currently, it only generates
sql server but you could certainly add on oledb or
oracle providers.

http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
 
Hello Ronald,

I'd recommend NetTiers and CodeSmith http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!257.entry

RC> Does anyone know the top few 3rd party products for data access
RC> layer generation? We're looking into DeKlarit but don't know if
RC> they're the most popular/common out there for VS2005 integration.
RC>
RC> Thanks,
RC> Ron
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Does anyone know the top few 3rd party products for data access layer
generation? We're looking into DeKlarit but don't know if they're the most
popular/common out there for VS2005 integration.

Thanks,
Ron

Also have a look at LLBLGen
 
Ronald said:
Does anyone know the top few 3rd party products for data access layer
generation? We're looking into DeKlarit but don't know if they're
the most popular/common out there for VS2005 integration.

(Disclaimer: I'm the lead developer of LLBLGen Pro)
LLBLGen Pro (http://www.llblgen.com ), does what you're requested and
is one of the market leaders.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 

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

Back
Top