dotnetcurry / ASP.NET-MVC-Repository-patternLinks
The Repository pattern decouples your ASP.NET MVC application and shields it from changes by creating a boundary between your data access code and the other parts of your application.
☆15Updated 10 years ago
Alternatives and similar repositories for ASP.NET-MVC-Repository-pattern
Users that are interested in ASP.NET-MVC-Repository-pattern are comparing it to the libraries listed below
Sorting:
- A sample project showing how to load view components from a class library☆19Updated 9 years ago
- ☆13Updated 9 years ago
- An ASP.NET Core 1.0 RTM project demo on building a simple Online Poll System using SignalR2, jQuery, Core MVC and Core Web API☆22Updated 5 years ago
- Contacts API created using ASP.NET Core Web API and using EF Core