Skip to content

zarinbal/MVC5.Template

 
 

Repository files navigation

Version License

Installation

  1. Before opening project rename it using "Rename Project.exe".
  2. Build project or restore NuGet packages.
  3. Set Web as default start up project.
  4. Install necessary VS extensions if you don't have them already:
  • Web Essentials.
  • If you are using VS2013, download Windows Management Framework 4.0. Which is needed for VS2013 scaffolding to work.
  • If you area using VS2015, remove T4Scaffolding.Core package, because VS2015 does not support this kind of scaffolding.
  1. Open "Package Manager Console" and run "update-database" command on "Data" project.

Features

  • Model-View-ViewModel architectural design.
  • Latest technologies and frameworks.
  • Lowercase or normal ASP.NET urls.
  • Protection from CSRF, XSS, etc.
  • Custom membership providers.
  • Easy project renaming.
  • Dependency injection.
  • Custom error pages.
  • Globalization.
  • Audit log.
  • Site map.
  • Tests.

Contribution

  • Before you start writing a pull request you should discuss it using GitHub issues.
  • Bugs, improvements or features should be reported using GitHub issues.
  • Questions should be asked at CodeProject.

About

ASP.NET MVC 5 project starter template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 50.3%
  • JavaScript 42.1%
  • CSS 6.7%
  • Other 0.9%