Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 918 Bytes

File metadata and controls

25 lines (21 loc) · 918 Bytes

Asp.Net Core Base template for all website | By Nitish

If you are going to start development using asp.net core mvc 3.1 framework then this repository might be best option for you.

Features of this repository:

  • Base repository for all dotnet core 3.1 mvc project
  • Login
  • Signup
  • Forgot Password
  • Change Password
  • Token based authentication
  • Roles (Example - Admin)
  • Identity
  • SMTP Email for forgot password and other task
  • Automapper
  • Entity Framework Core Code first approach

Library and frameworks used:

  • Asp.Net Core 3.1
  • Indentity (Microsoft.AspNetCore.Identity 2.2.0)
  • Entity Framework Core (Microsoft.AspNetCore.Identity.EntityFrameworkCore 3.1.0)
  • Automapper (AutoMapper.Extensions.Microsoft.DependencyInjection 7.0.0)
  • Razor run time compilation (Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 3.1.0)
  • Integration with SQL Server (Microsoft.EntityFrameworkCore.SqlServer 3.1.0)