Data Access Layer Architecture
I wanted to document how we do our DAL. First, performance is important, so we use ADO.NET instead of the Entity Framework, NHibernate, etc. Second, in our main project, we have 1,743 stored procs and counting, so a stored proc-centered approach is necessary. So over the years, I have reduced it down so that the […]
Data Access Layer Architecture Read More »
