Beautiful ASP.NET Core Starter Template Collections Crafted From Best Open Source HTML Template such as AdminLTE.
Bonus: Seed project with built-in security, role and sendgrid/smtp email.
ASP.NET Core MVC Version Dashboard/Admin:
– AdminLTE Dashboard
– Light Dashboard
– Material Dashboard
– Now UI Dashboard
– Paper Dashboard
ASP.NET Core MVC Version UI Kit:
– Material Kit
– Now UI
– Paper Kit
Bonus:
– ASP.NET Core MVC Project Starter (Plain)
– ASP.NET Core MVC Project Starter (With Template)
– ASP.NET Core MVC Example App – Help Desk System
Template Live Demo:
http://template-demo.azurewebsites.net/
EF Code First
Database creation following EF Code First Guidelines. Minimum steps must be taken to run the projects:
– Change The Connection String so it will pointing to your MSSQL server database
– execute the code first migration by executing this command “update-database” on your visual studio console.