go home

ASP.NET Core Web App (Model-View-Controller, Microsoft identity platform) (mvc2)

Templates to use when creating a web app that signs in users or a protected web API with the Microsoft identity platform (and call downstream APIs)
dotnet new --install "Microsoft.Identity.Web.ProjectTemplates"
dotnet new mvc2
  • Tags: language: C# type: project
  • Classifications: Web MVC