C# and .Net in Visual Studio Code ( vscode ) | C# Dev Kit | Setup and Install | 2024 | IAmUmair

  Рет қаралды 41,081

IAmUmair

IAmUmair

Күн бұрын

Пікірлер: 52
@shaikmohammedirshad-zg9gt
@shaikmohammedirshad-zg9gt 5 ай бұрын
After installing the sdk, when I looking for dotnet --info in VS code terminal. it is showing "No sdks installed" Can you hep with that?
@IAmUmair
@IAmUmair 3 ай бұрын
You can verify it from the Command prompt. Else restart Visual studio code, and try again
@eniminisofea684
@eniminisofea684 5 ай бұрын
Thank you so much for smooth explanation and clear instruction.
@IAmUmair
@IAmUmair 3 ай бұрын
You're welcome
@raulpetcu9202
@raulpetcu9202 8 ай бұрын
thank you, brother ! God bless you !
@IAmUmair
@IAmUmair 8 ай бұрын
Thanks, likewise
@SiddhaKu-rq7oy
@SiddhaKu-rq7oy 2 ай бұрын
If suppose I have closed vs code and I want open that dotnet how I can see that??
@IAmUmair
@IAmUmair 2 ай бұрын
you can open visual studio code, and create new project using terminal, it's available in the top menu bar.
@vaishalisoni6841
@vaishalisoni6841 Ай бұрын
Thank you so much for the easy guide.
@IAmUmair
@IAmUmair Ай бұрын
Most welcome
@chandrahas3511
@chandrahas3511 Ай бұрын
Im installed vs code but console app is not working. ..its popup like """ one or more errors were encountered while creating project Console App. The generated project content may be incomplete. The SDK 'Microsoft.Net.Sdk' specified could not be found. """
@IAmUmair
@IAmUmair Ай бұрын
The error is quite clear, .net sdk hasn't been installed.
@heziganj6873
@heziganj6873 14 күн бұрын
Thanks its clear and veryusefull
@IAmUmair
@IAmUmair 13 күн бұрын
You are welcome
@ZuuzuMohamed-q2w
@ZuuzuMohamed-q2w Ай бұрын
Useful lesson
@IAmUmair
@IAmUmair 27 күн бұрын
Glad to hear that
@AnandV-i2y
@AnandV-i2y 7 ай бұрын
auto import and suggestions are not showing for ex:- I have interface file when I call that in other file its not showing quick fixtures to import
@IAmUmair
@IAmUmair 7 ай бұрын
Ctrl + . is not working?
@khalidloodhi8232
@khalidloodhi8232 2 ай бұрын
sir apne setup to sikha diya ab isme programm kaisay bnaye ye bhi bta dy kya timer control use ho skta ha visual studio code ma qk youtube waly to sary purple icon wala visual studio use kr rhy ha
@IAmUmair
@IAmUmair Ай бұрын
Timer control konsi app me use hota hai? Web application me to ni hota
@zingutis
@zingutis 6 ай бұрын
Thanks, man! Although I am facing issue, when I press CTRL + F5, it's saying I do not have .NET SDK installed, even though "dotnet run" command works (but I wanna use F5 :D ). Is this something you can help me with? I am pretty much sure something missing or wrong is with my system variables...
@IAmUmair
@IAmUmair 6 ай бұрын
Vs code recommends running projects through terminal, so I believe ctrl+f5 is more related to visual studio and not vs code
@apollosun2913
@apollosun2913 5 ай бұрын
I don't know about Ctrl+F5, but at the top right of the code window, there's a button that looks like a play button. Click its arrow and select "Run the project associated with this file" to run the code.
@oyetundesaheed8976
@oyetundesaheed8976 5 ай бұрын
It is saying "build error", whenever i try to run it. I hope you can help bro
@IAmUmair
@IAmUmair 5 ай бұрын
build error occurs because of errors in code, can you share with me the error messages
@vunguyentruong8868
@vunguyentruong8868 7 ай бұрын
How to connect with sql server bro ?
@IAmUmair
@IAmUmair 7 ай бұрын
I already have videos for database connectivity - both using Visual Studio and Visual Studio Code, in both cases SQL Server is being used. Please check those.
@geheart7406
@geheart7406 8 ай бұрын
I dont have D Drive, I only have C Drive what should I do? can anyone help me what to put :(
@IAmUmair
@IAmUmair 8 ай бұрын
You can make use of your public folders, i.e Documents or Downloads, default src folder
@marykristine9220
@marykristine9220 9 ай бұрын
why didnt i have the controllers and others after i typed "code . "
@IAmUmair
@IAmUmair 9 ай бұрын
Maybe the folder is different, you should use code . after going into the project folder.
@MystoganGames-oq1jb
@MystoganGames-oq1jb 9 ай бұрын
You didn't tell us what you're typing in the terminal. I had to screenshot and zoom in. Till now, the part before you create a new project, i do not know what you typed. Tried cln and clr but they are not working
@IAmUmair
@IAmUmair 9 ай бұрын
I did tell you all the imp terminal commands. The one that you're talking about is 'cls' for clearing all previous commands.
@MystoganGames-oq1jb
@MystoganGames-oq1jb 9 ай бұрын
@@IAmUmair ok thanks
@PrajwalMahale-ft9sc
@PrajwalMahale-ft9sc Ай бұрын
ಧನ್ಯವಾದಗಳು❤
@IAmUmair
@IAmUmair Ай бұрын
❣️
@tristanjesuselvinia8956
@tristanjesuselvinia8956 9 ай бұрын
bro can you make a tutorial on how to run on console folder and make some simple program like hello world out of it? sorry I'm newbie in c#
@IAmUmair
@IAmUmair 9 ай бұрын
Hi, there are few steps to follow for a console app. 1. dotnet new console ProjectName (command for new project) 2. cd ProjectName (change directory to the project) 3. dotnet build (build project resources) 4. dotnet run (run the project)
@darkquotes935
@darkquotes935 Ай бұрын
dotnet run is not working
@IAmUmair
@IAmUmair 24 күн бұрын
Can you run any other dotnet command? In cmd or terminal? If yes, then the issue could be with the source code
@khalidloodhi8232
@khalidloodhi8232 2 ай бұрын
sir please help me with that
@IAmUmair
@IAmUmair Ай бұрын
What issue you're facing
@mohsinkhosa4806
@mohsinkhosa4806 17 күн бұрын
Wahh Moliee Wahh😅
@IAmUmair
@IAmUmair 16 күн бұрын
Molie delete kraisa comment... Harkat ni krendi😂
@emmanuelmaun6055
@emmanuelmaun6055 9 ай бұрын
How to run code bro? I'm newbie
@IAmUmair
@IAmUmair 9 ай бұрын
By using 'dotnet run' command in terminal
@shaikafrid2186
@shaikafrid2186 8 ай бұрын
Thanks bro
@IAmUmair
@IAmUmair 8 ай бұрын
Welcome
@Lamsongames
@Lamsongames 5 ай бұрын
not running error "scriptcs" �� ���� ����७��� ��� ���譥� ��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���. what i sould do
@IAmUmair
@IAmUmair 3 ай бұрын
Error is not clear, How can I help you
@vunguyentruong8868
@vunguyentruong8868 7 ай бұрын
Thanks bro
@IAmUmair
@IAmUmair 7 ай бұрын
Welcome
How to Install C# and Create C# Project in Visual Studio Code
5:57
Web Tech Knowledge
Рет қаралды 6 М.
Getting Started with C# & .NET in VS Code (Official Beginner Guide)
9:50
Visual Studio Code
Рет қаралды 68 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 63 МЛН
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 2,5 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 34 МЛН
.NET and C# are in trouble. Here is what I'd do.
10:57
Ed Andersen
Рет қаралды 109 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 267 М.
Zed “kills” VSCode
12:10
Alex Ziskind
Рет қаралды 891 М.
Initial Look at the C# Dev Kit for VSCode
22:41
IAmTimCorey
Рет қаралды 38 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 810 М.
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot
56:49
Daily Code Buffer
Рет қаралды 97 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 63 МЛН