Created
February 1, 2020 14:33
-
-
Save itsmaheshkariya/a0509c03005ae690eca112540a903868 to your computer and use it in GitHub Desktop.
Dotnet notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet tool install --global dotnet-ef --version 3.0.0 | |
dotnet ef | |
dotnet new web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Startup class
using Swashbuckle.AspNetCore.Swagger;
Inside ConfigureServices
Inside Configure