C# Programming Tutorial 2 - Hello World and dotnet CLI

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


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

First understandable tutorial series I've seen! I'm looking forward to going through this whole series.

Ninjaneer
Автор

I think I figured it out for Windows
CLI steps
1 - go to view
2 - click on "Terminal"
3 - In terminal write: "cd (write your namespace name for me its FirstProject) then press enter
-Should display something like this after you completed the step "D:\VS
4 - Test if it works by typing "dotnet run"

Please note I'm new to C# and programming as a whole, but this worked for me.

If it works for you please like it so it can help other people

corey
Автор

If your terminal/command prompt closes automatically, add under Console.WriteLine("Hello World");
Console.ReadKey();
and it should stay open

zzedixx
Автор

CLI? More like “my oh my”, because your videos are amazing!

PunmasterSTP
Автор

Caleb, you're great, this is paid EDX level stuff!

agregori
Автор

Yo, I am from C programming language Series, ive done it and im starting with this
and i kinda liked it and its uses makes you more motivated

boiplaying
Автор

so anyone can help? the "hello world" code doesnt appear when i make a new one which is odd and makes it hard for me to get started

ThePureBoi
Автор

Hey Caleb, I really like the video's! Thank you for doing this! I know you're using a Mac, but would it be possible to explain to us PC users how to use the CLI bit?

nichokenobi
Автор

When I open visual studio it is blank, how should I fix this? Thanks for any help

johnshelby
Автор

Hello Caleb, thank you for this great series on C#. i just started learning the language, and when i type in "dotnet run" on Visual Code it shows this error message : "error CS0017: Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point."
Can you tell me anything about this?
Thank you !

naserdakhel
Автор

Caleb dont you think you should also cover some more advanced programming topics apart from doing multiple series all covering the basics of programming. I find you get a lot of overlapping videos because most of this stuff is interchangeable between languages. Or maybe just cover the unique aspects of a language

danielrousseau