Installing and Getting Started with .NET in VS Code [Pt 2] | .NET for Beginners

preview_player
Показать описание

In this tutorial we will install .NET, install VS Code, install C# Dev Kit, and create our first C# Console Application!

Links:

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

Good job, Claudia! You articulate well so you're easy to understand, you give clear explanations, and you present easy-to-follow directions. Bravo!

skybear
Автор

This video gives an effective explanations, Bravo! on how it's been presented with the easy-to-follow directions.

albamiracle
Автор

i spent an hour trying to find the solution explorer only to find out its not on VS Code. idk how the video has it unless its just VS

AlejandroDiaz-lleq
Автор

you, as well as me did not give the specify the path variable for the dot net sdk, so how could the program use the sdk?

kavinsanthosh
Автор

Hi, where can I find the “.NET: New Project ” command because it doesn't show up for me. Anything else needs to be intalted? I have version 9

jakubjunga
Автор

how did the C# dev kit named MyFirstConsoleApp get there which has another program.css inside it

ArsalQureshi-lihv
Автор

If this video is for beginners it would be useful to show the code that is missing at the end of line 4

RL-uskz
Автор

My computer has a weird setup. I was running vs code x86. .NET detected that and installed that architecture. I've tried uninstalling and reinstalling everything. I'm having problems as I installed the compatible version with my computer. C# Dev kit requires an x64 architecture install. Yet, I've tried running x64 and for some reason it says that my computer is not compatible. Then when i install the compatible version it says that C# dev kit requires x64. I'm going crazy trying to use this. Never had any issues before for any other dev projects. Why am I on a Windows machine with so many issues?

chrisoronadev
Автор

I know this is for C# but can this be compatible with VB?

argelpamintuango
Автор

how do i write the functions? where is Main() function?

sagarjoshi
Автор

hey mine still say Hello World, even after deleted

trealwilliams
Автор

Quite frustrating when a beginner video just dumps a heap of code and doesn't explain anything. Regardless, I copied the code by typing it in myself but keep getting "Build Failed" 'Environment does not contain a definition for

KevinEichler
Автор

So this only works for those who have a subscription to Visual Studio?

tortugatortuga
Автор

you seem to be missing several elements on line 4 that prevent the code from compiling! please fix.

jessetutterrow
Автор

The "Open in Integrated Terminal" seems to open in another location than the open solution.
PS

Thus "dotnet run" can't find and run the currently open project.

Trying to relocate to the correct folder and further testing revealed that my path which used brackets*, was the showstopper.
If I where a total beginner and not experienced with IT and the numerous quirks, this would probably have made me stop here.

*) I had "[CleanUp]" in the folder name, as it had become messy after lots of playing around and I should take time to — clean it's subfolders.

TheRealAutodidact
Автор

The title of this video is "Installing.... for BEGINNERS" what was that last word? "BEGINNERS"! so where did this little program suddenly pop up from? What does each line do? Why am I troubleshooting it? Many years ago, I programmed in C, so I have some chance of fixing your code. What would an absolute BEGINNER do?

jessetutterrow
Автор

You said "go ahead and..." no fewer than nine times.

helmanfrow
Автор

when I run the code it just shows 'hello world' it doesn't run 'what is your name' did I get anything wrong? this is the code: Console.WriteLine("What is your name?");
var name = Console.ReadLine();
var currentDate = DateTime.Now;
Console.WriteLine($"{Environment.NewLine}Hello, {name}, on {currentDate:d}");
any key to exit...");
Console.ReadKey(true);

TalesbyIreneUlaeto