Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 443 Bytes

DataCachingApp

Data Caching App ASP.NET MVC 5 using defferent technologies

Hi, in this project i try generic cache app with using ASP.NET MVC 5. In the project i try to succeed repository based Cache-Aside pattern implementation with generic repository class.

Some of used libraries in the project :

  • Unity UnityContainer and also AutoFacContainer (with uncommetting selectig lines)
  • Entity Framework Code First Approach
  • MemoryCache