Is there any other way to write the Data Access layer faster? {Taking Further}
Hi,
One of the time consuming factors of writing the DAL is adding and assigning paramters of teh stored procedure if ther are more than 10 parameters and must link more than 3 tables this process will take a horrible amount of time...
Is there another way to write the DAL faster?
TY