Third party code generation tool for .net

K

Kay

Hello,

Just wondering if anyone out there has used or can recommend a good third
party product for generating the database access layer. I have looked at a
product called ORM.Net an Object-Relational Mapping and Code Generation Tool
for .NET, which auto-generates a data layer object model based on your
database schema. However this product generated only C# code, did not
support "ORDER By" and concurrency.

If anyone else has come across/used a good product, I would be interested to
hear about it.

Thanks,
Kay.
 
G

Gavin Joyce

Hi,

Have a look at my tool - http://www.nTierGen.NET/. The only limitation is
that it dosent support concurrency.

It produces:

Stored Procedures (Get, GetPaged, Insert, Update, Delete)
Data Access Layer - C#
Business Rules Layer - C# & VB.NET
Strongly-Typed DataSets - C#
Web Services - C#


Thanks,
Gavin
 
W

William \(Bill\) Vaughn

Try DeKlarit. We've seen this demonstrated at the user group and it seems
like a viable way to construct your data access layer.
http://www.deklarit.com/

There's going to be a web seminar on this product on Friday.

hth

--
____________________________________
Bill Vaughn
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 

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