Dot net web dev with vs code

preview_player
Показать описание
Is it possible to develop .net application without visual studio? If yes, then what are the options? What about developer experience. I am going to answer all of these questions in this video.
You can develop .net core application with:
- Visual studio (Windows only)
- VS for mac (Mac, going to retire soon)
- Vs code with c# devkit extension and .net cli (cross platform)
- Jet brain's rider (cross platform, paid)

What are my thoughts about .net core development with vs code , what shortcuts, snippets and extensions I prefer. I would show you all.
This video is in two phase.
Phase 1: Application development with c# dev kit extension and .net cli
Phase 2: Application development without c# dev kit, using .net cli only.

We will also learn how to use GIT and how to publish your application to local IIS server.
.................................
🔗 Resources:

....................................
Time stamps:

(00:00-00:20) Intro
(00:21-01:53) Available options,code editor and IDEs
(01:54-03:00) Is vs code better? Why CLI?
(03:01-10:50) Phase 1 (With C# dev kit Extension and .net cli)
(10:51-12:42) My views on c# dev kit
(12:43-23:47 ) Phase 2 (without c# dev kit , with .nect cli only)
(23:48-24:29) Git and .gitignore
(24:30-26-17) Publish and hosting to local IIS server
(26:18-27:32) Why do I like VS Code and extro

.......................................................................................
connect with me:
..........................................
Support my work:
.................

#cshardevkit #vscode #detnetcli #netcoremvc



.......................................................................................
connect with me:
..........................................
Support my work:

#aspnetcore
Рекомендации по теме
Комментарии
Автор

Web dev is one of the few development types that VS Code is actually not terrible for Most everything else is better done with Visual Studio unless you enjoy fighting with VS Code to try and make it behave as an IDE and not just a text editor.

NBGTFO