Hello World! [Pt 2] | C# for Beginners

Sdílet
Vložit
  • čas přidán 9. 11. 2023
  • View full playlist: aka.ms/dotnet/beginnervideos/...
    Set up C# in VS Code: aka.ms/dotnet/get-started/vscode
    🏆Earn the C# Certification: aka.ms/csharp-certification
    Learning the basics of C#? Let's make our first C# Hello World console application and run it in Visual Studio Code!
    Links:
    .NET Beginner Videos: aka.ms/dotnetvideos
    MS Learn: aka.ms/dotnet/beginnervideos/...
    Blog: aka.ms/dotnet/blog
    Twitter: aka.ms/dotnet/twitter
    TikTok: aka.ms/dotnet/tiktok
    Mastodon: aka.ms/dotnet/mastodon
    LinkedIn: aka.ms/dotnet/linkedin
    Facebook: aka.ms/dotnet/facebook
    Docs: learn.microsoft.com/dotnet
    Forums: aka.ms/dotnet/forums
    🙋‍♀️Q&A: aka.ms/dotnet-qa
    👨‍🎓Microsoft Learn: aka.ms/learndotnet
    #dotnet #csharp
  • Věda a technologie

Komentáře • 36

  • @kking999
    @kking999 Před 4 měsíci +4

    this is my first coding lesson in which i am enjoying. thank you scott

  • @Rajinthan19
    @Rajinthan19 Před měsícem +1

    What a wonderful course. Great pace, easy to follow. So refreshing!

  • @levmedvedev
    @levmedvedev Před 7 dny

    I'm workingas a frintend developer using react and angular with JS/TS. I want to learn C# to try to make a game with Unity. And your videos can help me a lot. Thank you!

  • @wtcodingproductions
    @wtcodingproductions Před 2 měsíci +1

    In the industry, is it more preferable to use VS Code for programming in C#?
    I began my journey with C++ language (feel I am advanced in this language now) using Visual Studio 2022 Community.
    Beginning my journey into C# here and now, the latter is the current IDE that I am using for learning C# (Console App) .
    I guess my silly question is: Does the industry prefer you to use VS Code for C#, and in turn, use VS Studio for C++? Or, does it even really matter?
    Thank you Scott and David for your excellent content and instructional support.

    • @fatekkl
      @fatekkl Před 2 měsíci

      Normally uses VS code to all, extensions are very useful and others IDE are older a bit to compair

    • @User.2024.1
      @User.2024.1 Před 2 měsíci +1

      VS Code is a text editor, while Studio(without Code) is a Full IDE. There is a big difference between the two when you start coding for enterprise-level apps. Studio is better of course.

    • @shaheenelt
      @shaheenelt Před 2 měsíci

      The problem with most of C# developers is that they cannot think out of Visual Studio and MS SQL server.

    • @wtcodingproductions
      @wtcodingproductions Před 2 měsíci

      @@shaheenelt "We'll that's people for you 'in a nut shell' (not saying that it's a bad thing here), but once you get used to driving a certain brand or model of vehicle - typically they continue commuting to get to work using said vehicle."
      Aside: Not sure if VS Code has this, but I am currently having a lot of fun making Windows Forms applications with Visual Studio versus just writing code to a console application which is fine for me also, but I needed that GUI environment to expand my program's code to something more visual and usable. Thank you for you input and thoughts! Good to know!

  • @IvyQBee
    @IvyQBee Před 27 dny

    Completed.

  • @User.2024.1
    @User.2024.1 Před 2 měsíci +1

    1:10 what about Mac users? The terminal is not recognizing dotnet. When I type "dotnet" I don't see what you see on the screen. It says "command is not found". Maybe need to buy parallel software so I can install Windows 11 on my Macbook.

    • @MisterNOmercy
      @MisterNOmercy Před 2 měsíci

      Hey James. Have you fixed this issue yet? If not, try reinstalling it following the official download instructions. You might still need to add dotnet to your PATH.

  • @tsepomkwebu5577
    @tsepomkwebu5577 Před 2 měsíci +4

    I am trying 'dotnet new' and it keeps telling me that the 'The application 'new' does not exist '

    • @ArBee123
      @ArBee123 Před měsícem +6

      Same issue. The idea of this being a 'beginners' tutorial is a joke.

  • @andreschou9560
    @andreschou9560 Před 2 dny

    I made a .cs file and was getting errors when trying to run it haha this video explains why xD

  • @augustmoon_
    @augustmoon_ Před 4 měsíci +15

    what is all that crazy stuff!?!? im a beginner. not even 3 minute in and this is waaaaaaay more advanced than i thought this would be.
    Anyone know a good starting point for a beginner.
    I dont know any of this stuff. im not already a programmer. I know nothing

    • @mjishnu
      @mjishnu Před 4 měsíci +1

      go for their self guided c# tutorial. its starts with basic programming

    • @BelfrostStudios
      @BelfrostStudios Před měsícem

      Yeah I started watching this too and about 2 min in my eyes began to glaze over. Binaries, .Net, all this stuff is foreign to me and for something that is supposed to be for beginners, it's not so beginner friendly by using complex programing terms.

  • @ArBee123
    @ArBee123 Před měsícem +1

    Having to use Windows Terminal for to create the folder that would be used in the following stages, because they dont go over early enough how to set up a new file in Visual Studio Code. And I had to go back over the Terminal section three times to get it all. Not ideal in the slightest.

    • @ArBee123
      @ArBee123 Před měsícem +2

      And dotnet new isnt working. Fuck me sideways this is soooooo frustrating! Your blasting through this as thought we already know how to do this ITS A BEGINNERS TUTORIAL!

  • @nzinvader4526
    @nzinvader4526 Před 4 měsíci +1

    i can figure out cd C:\code\ for some reason I had to do C:\Users\(insert user here)\code, which worked, although it said that dotnet is not recognised as an internal or external program

    • @nzinvader4526
      @nzinvader4526 Před 4 měsíci +5

      so apparently you have to download an SDK file from Microsoft, thanks for the heads up LITERAL MICROSOFT EMPLOYEES???

    • @zarbon6319
      @zarbon6319 Před 4 měsíci

      @@nzinvader4526 you need to learn ' Command Line ' then you will understand the uses of Powershell and Command Prompt

    • @AlejandroDiaz-ll5eq
      @AlejandroDiaz-ll5eq Před 3 měsíci

      @@nzinvader4526same issue here. currently on another tab trying to find the sdk. is it directly from msft?

  • @chrischan3448
    @chrischan3448 Před 15 dny

    how do you do this on Mac ?

    • @dotnet
      @dotnet  Před 15 dny

      Checkout our setup guide for VS Code code.visualstudio.com/docs/csharp/get-started

  • @randallsturgis2697
    @randallsturgis2697 Před 17 dny

    "this is my Beyonce theme" 💅

  • @borg_wow
    @borg_wow Před 3 měsíci +7

    This is great for beginners to C# as long as you weren't living under a literal rock before hand..these comments are wild lol "WHAT IS A C:\???"

  • @NingyoHimeDoll
    @NingyoHimeDoll Před 12 dny +1

    you should probably explain what to install first BEFORE this tutorial even begins, or at least tell people in the description of the video. otherwise beginners will leave because they don't understand why it's not working and they'll look for a different video series.

  • @frankespinoza2101
    @frankespinoza2101 Před 6 měsíci +5

    beyonce theme hehehehe

  • @shadedway5277
    @shadedway5277 Před měsícem

    Man. I always thought bin stood for bin. Like a trash bin or a clothes bin. Man. CS people keep doing this to me

  • @somecunt8579
    @somecunt8579 Před 4 měsíci +1

    ????