How to do generic data layer?

Hi

guys…How to do design generic data layer in dotnet

Thanks & Regards

Ramanatha Reddy

[QUOTE=Ramnath]
Hi

guys…How to do design generic data layer in dotnet

Thanks & Regards

Ramanatha Reddy
[/QUOTE]

Here are some places to state:

MS Application Blocks - look at the Data Access Application Block - http://msdn.microsoft.com/practices/guidetype/AppBlocks/default.aspx

Then look at the Data Provider Pattern that is used in the DotNetNuke portal. This is exactly what you’re looking for.

[QUOTE=Homer]
Here are some places to state:

MS Application Blocks - look at the Data Access Application Block - http://msdn.microsoft.com/practices/guidetype/AppBlocks/default.aspx

Then look at the Data Provider Pattern that is used in the DotNetNuke portal. This is exactly what you’re looking for.
[/QUOTE]

Thanks Homer