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.

Re: Third party code generation tool for .net by Gavin

Gavin
Thu Jul 10 10:58:53 CDT 2003

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

--
___________________________________________________________
nTierGen.NET Code Generator - http://www.nTierGen.NET/

___________________________________________________________
"Kay" <kokeeffe@proteus.ie> wrote in message
news:O7JNTjtRDHA.2332@TK2MSFTNGP10.phx.gbl...
> 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.
>
>



Re: Third party code generation tool for .net by William

William
Thu Jul 10 13:18:45 CDT 2003

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.
__________________________________

"Kay" <kokeeffe@proteus.ie> wrote in message
news:O7JNTjtRDHA.2332@TK2MSFTNGP10.phx.gbl...
> 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.
>
>