0
kicks
Creating a Data Access Layer (DAL) for ASP.NET and C# Part-2
Welcome to another article of Data Access Layer (DAL) for ASP.NET and C#. Here I will tell you about how to create method for INSERT, UPDATE and DELETE. This method will return affected rows count by ExecuteNonQuery Method.