Skip to content

cassimv/RazorPagesNet7RepositoryPattern

Repository files navigation

Razor Pages Net 7 Repository Pattern

The repository pattern abstracts the data access layer from the business logic layer and presentation layers. The pattern can help you insulate your application from data store changes and facilitate automated unit testing.

This repository also provides a template that implements dependency injection and a generic template for the implementation of the repository pattern in a .NET 7 Core project using ASP.NET Razor Pages.

About

This repository contain a template application implementing the repository pattern using dependency injection in a .NET 7 Razor Page Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors