Hello! Welcome to the second video of our Quick Guide Series. Today we are going to build an api application from scratch without an IDE.
Please leave a like if this video is helpful.
If you have a question in mind please leave a comment or if there are topics you would like to discuss.
Content of this video
00:00 Intro
00:40 Setting up the folders
01:42 dotnet SDK commands
02:50 Create New Projects
05:00 Creating Solution File
05:32 Link Solution with Projects
06:24 Adding Reference to Projects
08:15 Compiling and Running the Application
12:06 Summary
Commands used:
List dotnet SDK Commands: dotnet -h
Create api project: dotnet new webapi -n (API Name)
Create class library: dotnet new classlib -n (Library Name)
Create solution file: dotnet new sln
Integrate solution with project: dotnet sln add (project directory)
Add reference to project: dotnet add reference (project directory)
Run application: dotnet watch run
Watch video Quick Guide to Setting up .NET 5.0 without using Visual Studio IDE online without registration, duration hours minute second in high quality. This video was added by user QuickGuideToProgramming 22 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 112 once and liked it 5 people.