Skip to content

mdmamunhasan/dotnet-mvc-demo

Repository files navigation

Getting Started

Create a new project

dotnet new mvc -o dotnet-mvc-demo

Run project

dotnet dev-certs https --trust

Confugure VSCode

  • Open the project in VSCode
  • Add .NET core launch.json and tasks.json config file.
  • Change target-framework (example: net6.0) from project file to launch.json
  • Change project-name.dll to dotnet-mvc-demo.dll
  • Click debug and run to start the server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published