|
|
Browse by Tags
All Tags » asp.net » SQL Server
-
DAL Layer.In .NET 2.0 Microsoft was kind enough to provide us with a couple of new objects:
DbConnection
DbCommand
DbProviderFactory
Basically, the DbProviderFactory allows for us to relativly easily implement a provider independent data access layer in our application. The advantage of this methodology is that it gives you the option of ...
|
|
|