aspnet-core-mvc

This sample demonstrates how to use ASP.NET Core MVC

You must have the .NET SDK installed. .NET Core 3.1 is recommended.

Getting started

You can quickly build and run after clone

  • console
  • cd aspnet-core-mvc
  • dotnet build
  • dotnet run

Info

Here are some stuff used in this project .

  • Identity
  • Migrations
  • Repository Pattern
  • Fluent Validation.
  • EF Core
  • Fluent API
  • AutoMapper