I am building ASP.NET MVC 5 application.
I read about Repository and Unit of Work (UoW) Patterns here.
These examples use Entity Framework which adds a high-level of abstraction itself.
I am using ADO.NET and not EF. I want to know:
- Whether Repository and UoW patterns makes any sense with ADO.NET?
- How will my Repositories and UoW look with ADO.NET? Any Samples?
- Can I add a separate class library for Repository or to make it a part of DAL?
Aucun commentaire:
Enregistrer un commentaire