0
kicks
Creating a Data Access Layer (DAL) for ASP.NET and C# Part-1
In ASP.NET you should use ADO.NET Data Access Model for designing a Data Access Layer. I'm going to show you a DAL Framework which you can use in any project for SELECT purpose.