DEV Community

Muthukumar Thevar
Muthukumar Thevar

Posted on

Free admin dashboard template https://adminlte.io in Asp.net MVC

Url : https://github.com/mak-thevar/AdminLTEAspNetMVC
An admin template based on the adminlte implemented in ASP.net mvc
with the following features:

Features

  • Uses Owin based startup class.
  • Web API is configured and uses Token based authentication.
  • Can be easily customized to use external authentication services like Google, Facebook, etc.
  • Autofac is configured as a dependency injection.
  • Entity framework 6 with basic User entity and the authentication service is configured.
  • Follows Repository pattern for the database operations.
  • Custom HTML helpers has been added to support this specific template. Will be adding more HTML helpers in the future releases.

Screenshots

AadminLTE

AadminLTEASP.NET

LoginAPI Postman

Top comments (0)