Hi

I'm just about to start designing a quite large system using ADO.NET and Sql
Server. I want to provide an object oriented abstraction of the underlying
database structure.

I've written my own custom data abstraction framework in the past and
although it worked a treat, was very time consuming.

Can anyone recommend any third party frameworks that they have used?

I'm considering using the Type DataSets VS.NET provides and also
ComponentOne's DataObjects.

Any others?

Many thanks

Ben

Re: Data Abstraction Layer by Frans

Frans
Fri Feb 18 08:17:29 CST 2005

Ben Fidge wrote:
> Hi
>
> I'm just about to start designing a quite large system using ADO.NET and Sql
> Server. I want to provide an object oriented abstraction of the underlying
> database structure.
>
> I've written my own custom data abstraction framework in the past and
> although it worked a treat, was very time consuming.
>
> Can anyone recommend any third party frameworks that they have used?
>
> I'm considering using the Type DataSets VS.NET provides and also
> ComponentOne's DataObjects.

I'm biased, but you could opt for one of the marketleaders: LLBLGen Pro
:) http://www.llblgen.com

Frans

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------

ADO.NET Map DataBase objects to .NET Data Access Layer by Robbe

Robbe
Sat Feb 19 14:13:30 CST 2005

Check out the ado.net source code generator in the link below.
It also gives the source code should you want to tweak it.

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.mastervb.net/home/ng/forumvbcode/post10017013.aspx
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp



"Ben Fidge" <BenFidge@discussions.microsoft.com> wrote in message
news:8030F781-3D9E-4BE9-B76B-98DEA1C52062@microsoft.com...
> Hi
>
> I'm just about to start designing a quite large system using ADO.NET and
> Sql
> Server. I want to provide an object oriented abstraction of the underlying
> database structure.
>
> I've written my own custom data abstraction framework in the past and
> although it worked a treat, was very time consuming.
>
> Can anyone recommend any third party frameworks that they have used?
>
> I'm considering using the Type DataSets VS.NET provides and also
> ComponentOne's DataObjects.
>
> Any others?
>
> Many thanks
>
> Ben