Installing VS Code and C# Dev Kit [Pt 2] | C# and .NET Development in VS Code for Beginners

Поділитися
Вставка
  • Опубліковано 9 лис 2023
  • View full playlist: aka.ms/dotnet/beginnervideos/...
    Get Started with .NET in VS Code: aka.ms/dotnet/get-started/vscode
    In this video, we’ll walk you through how easy it is to download and install both VS Code and the C# Dev Kit VS Code extension.
    Follow along: github.com/leslierichardson95...
    Learn More:
    Learn more about GitHub Codespaces: github.com/features/codespaces
    Codespaces Repo example: bradygaster/dotnet-codespace (github.com)
    Download VS Code: code.visualstudio.com/
    Download C# Dev Kit extension: marketplace.visualstudio.com/...
    Getting started with Visual Studio Code: code.visualstudio.com/docs/in...
    Getting Started with C# in VS Code: code.visualstudio.com/docs/cs...
    Social Media:
    Twitter: / dotnet
    Facebook: / dotnet
    Blogs: devblogs.microsoft.com/dotnet/
    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 #vscode #csharp
  • Наука та технологія

КОМЕНТАРІ • 14

  • @Launcher361
    @Launcher361 Місяць тому +1

    thank you very much.. I'm on campus studying this.. my friends all use vs code studio to study.. only I chose vs code because I feel there is something cool here.. and I'm struggling to know the difference between vs code studio and how to use it .. finally found a playlist with this really great explanation

  • @antonio_carvalho
    @antonio_carvalho 3 місяці тому

    Great video with a perfect pace, thank you!

  • @davidconroy3891
    @davidconroy3891 3 місяці тому

    Nicely presented. Well done.

  • @zacksc2574
    @zacksc2574 7 місяців тому +3

    ive been struggling with learning c# and dotnet for a bit. its nice to know that what i was doing was correct! I learned JS first and use a mac and when i found out its better to use Visual studio for c# i was dishearted and I just recently changed from windows to mac (9 months ago lol) but i was using Visual studio on my gaming PC . So now i know VScode and visual studio. still no dev job though :( but i love coding

    • @lothariturbemurrieta5830
      @lothariturbemurrieta5830 5 місяців тому

      Yeah, they are two different things. Me as a beginner I am thankful to have known visual studio first.

  • @jesperkped
    @jesperkped Місяць тому

    I have a really annoying issue when using C# Dev Kit on vscode - it keep complaining about "The type or namespace name '***something that is known***" does not exist...
    Until I open the file that the type is in.
    The place I experience it is in for instance components for my blazor application.
    My projects compiles and runs without any of these issues, but for vscode to know the types I have to manually open all the files and just close them again to get vscode to remove the problems from the problems list.
    It makes the "Problems" list in vscode challenging to use, but also typing completion does not work until the file have been open.

  • @gouravpokharkar6351
    @gouravpokharkar6351 4 місяці тому +1

    7:39 Seems like ".NET Runtime Install Tool " is renamed to ".NET Install Tool " in newer versions of C# Dev Kit

  • @HoltBuzzing
    @HoltBuzzing 4 місяці тому

    The C# extensions are stuck in the 'Installing' step. I have been waiting 20 minutes for them to actually get installed. I have restarted VSCode and tried from Admin mode and experienced the same results. I can install other extensions without issue.

  • @g0keyn
    @g0keyn 6 місяців тому

    How can I change .net version before create my project?

  • @Tarkesh01
    @Tarkesh01 6 місяців тому +1

    The dev kit is not getting installed for me

    • @ekeneugwuanyi9885
      @ekeneugwuanyi9885 5 місяців тому

      Check your network connectivity if its stable and retry again.
      If the above didn't work and your network connection is stable, reload vs code and try again.

  • @gregory-white
    @gregory-white 7 місяців тому

    Installing vscode and dev kit is where the problems start. Testing not working. Bad documentation. Test explorer not showing. Its offering to install more extensions?? What a mess.

    • @lyrichardson01
      @lyrichardson01 6 місяців тому

      Hi @gregory-white, sorry you’re experiencing those issues. I recently replied to another similar comment you posted in another video in this series but can you please file another issue(s) with more detail for the testing scenarios so the team can help troubleshoot? Also, can you please share more about how the documentation can be improved so we can update it? Thanks!

    • @gregory-white
      @gregory-white 6 місяців тому

      Thanks for the reply. Yes, I have filed a few posts regarding this with full details. I've heard nothing back. As of today, it's still not working. I raised the issue with the dev kit team, the vscode team and the dotnet test team. I pasted the error msg that references a missing testhost-8.0.runtime.json. I verified it is missing. The document assumes when certain actions are taken, certain results will happen. The reality is different. There are potential points of failure that is not referenced by the docs.