MVC.Template v1.0.0 Release Notes

Release Date: 2014-09-17 // over 9 years ago
  • Installation

    1. Before opening project rename it using "Rename Project.exe". ⚡️ 2. Open the project and run "update-database" command on "Data" project.
    2. Install necessary VS extensions if you don't have them already:
      • NUnit Tests Adapter.
      • Web Essentials 201X.
      • If you are using VS2012, change T4Scaffolding.Core package version to 1.0.0.
      • If you are using VS2013, download Windows Management Framework 4.0. Which is needed for VS2013 scaffolding to work.

    🔋 Features

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