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
Смотрите видео Quick Guide to Setting up .NET 5.0 without using Visual Studio IDE онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь QuickGuideToProgramming 22 Февраль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 112 раз и оно понравилось 5 людям.