Skip to content

An example of how one might implement the repository pattern, in C#.

Notifications You must be signed in to change notification settings

nlvvch/RepositoryExample

 
 

Repository files navigation

This solution demonstrates my implementation of the repository pattern, in C#. In this implementation, I am using Entity Framework code-first approach, LocalDb, LINQ and Fluent Validation. I keep inversion of control in mind throughout the solution. I use a service layer as well as a unit of work object.

The ASP.NET MVC4 project demonstrates usage of view models, inversion of control, dependency injection and finally a basic method of localization.

About

An example of how one might implement the repository pattern, in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%