Skip to content

tarr11/BetterMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

better-mvc

An opinionated ASP.NET MVC project template

In which I take the default ASP.NET MVC template and make it better.

What does better mean?

  • More testable and maintainable
  • Easier and more efficient to code against
  • Easier to navigate and works well with distributed source control

Features

  • Service Layer with Service-Per-Resource and DTOs
  • Partial classes for controllers and services
  • Entity Framework Which works with Git / HG Branching
  • Improved Scaffolding for Service Methods, DTOs and Controllers
  • Dependency Injection
  • Integration Tests, Seeds, and Unit Tests
  • Helpers

About

An opinionated ASP.NET MVC project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published