I was looking to build a Data Access Layer for my new web based application, I’m using ASP.NET. I’m want to build a framework not only for this application but also want to utilize it for my future projects.
Actually my main aim is to make a framework, from DAC, DAL, BL to GUI. I want suggestions from you guys that what should i adopt, what give me flexibility, which suits for both small and large size applications.
Thanks in advance.
I dont think DAL is for multiple project, i think you are confusing DAC (Data Access Component) with DAL(Data Access Layer), DAL are usually project specifiec, and on the other hand DAC is something very common.