how to create a DataAccessLayer ?
- by NIGHIL DAS
hi,
i am creating a database applicatin in .Net. I am using a DataAccessLayer for communicating .net objects with database but i am not sure that this class is correct or not Can anyone cross check it and rectify any mistakes
namespace IDataaccess
{
#region Collection Class
public class SPParamCollection : List<SPParams>
{
…