Skip to content

nishanc/WebApiCore31

Repository files navigation

.NET Core 3.1 Web API Authentication from Scratch

This repostitory consists of project for following aricles in my blog (originally written for .NET Core 3.0 (Preview 4) but packages are updated to match .NET Core 3.1)

Setting Up

  • Download / Clone this repository.
  • Install latest .NET Core 3.1
  • Create new database MyDatabase in SQL Server.
  • Open Visual Studio Code in WebApiCore31 folder.
  • Open integrated terminal using Ctrl+Shift+`
  • Execute command dotnet restore in the terminal.
  • Execute command dotnet ef database update in the terminal. (to update the database using migrations)
  • Execute command dotnet watch run in the terminal.

Refer nishanc/WebApiNet50 for dotnet 5.0 updated version :)


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages