Creating a Reusable Data Layer for ASP.NET Applications and Advantage Database Server
This paper describes an object-based alternative to the design-time use of data access components. This technique involves building resuable data objects that can be used by may different pages of your ASP.NET application, as well as across different ASP.NET applications.

Back to Top