What's it like using VS Code to build a .NET project?

Опубликовано: 12 Март 2025
на канале: Round The Code
1,865
47

We've dropped Visual Studio and developed a .NET project using Visual Studio Code. How easy it is to use?

After downloading VS Code and the .NET SDK, we'll add the extensions that will help you to develop a .NET application.

We'll create an ASP.NET Core Web API, develop some services and some controllers.

Afterwards we'll build and run the application. As well as that, we'll look at how we can add a breakpoint and debug the application.

How does VS Code compare to Visual Studio?

► Read the tutorial:
https://www.roundthecode.com/dotnet-t...

🎓 .NET tutorials, code examples and coding challenges 🎓
https://www.roundthecode.com/?utm_sou...

► Chapters
0:00 Coming up...
0:07 Install the software
1:14 Create and develop the ASP.NET Core Web API
6:56 Run the project
8:59 Comparison to Visual Studio