Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.09 KB

NRepository

A proof of concept reference project around Entity Framework Core using the Repository & Specification patterns in various application types including Webforms, .Net Core and more.

Architectural Goals

  • Highly Testable
  • Performant
    • Ability to swap out EF Core for performance reasons
  • Maintainable
  • Compatible with Legacy Frameworks
  • SOLID Compliant

References