5 reasons to choose VS Code for .NET development

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 41

  • @DanielTannenbaum
    @DanielTannenbaum 6 месяцев назад +2

    I LOVE your videos!!! Great content, and great delivery!! Just awesome!!!

  • @HomeSlize
    @HomeSlize Год назад +2

    VS Code is my main IDE for over a couple years now. The only time I'm not using VS Code is when I'm doing Xamarin development, outside of this, VSCode works great for web frontend, backend and React Native / Flutter development.

  • @phevab
    @phevab 5 месяцев назад +2

    Vs code = manual transmission car
    Vs = automatic transmission car
    The choice is yours.
    Wonderful content. God bless people like you who make these awesome contents for us ❤🎉

    • @juliocasal
      @juliocasal  5 месяцев назад +1

      Glad you liked it!

  • @thowheedh
    @thowheedh Год назад +6

    What about JetBrains Rider. I am using it for long time and found better option than Both VS Code and VS

    • @juliocasal
      @juliocasal  Год назад +1

      Have not tried it, but would love to know what makes it better than VS and VS Code.

    • @thowheedh
      @thowheedh Год назад +2

      @@juliocasal Better Performance
      Same experience in All OS
      Built in Resharper Support
      Wide range of extensions
      Best Git Experience
      Awesome Configurable User Interface

    • @rathane1734
      @rathane1734 Год назад

      ​@@thowheedh very true the only downside with this is that you have to pay for, which vscode is free

    • @silviacosta8124
      @silviacosta8124 5 месяцев назад

      That’s what I use and love it!

  • @christianista
    @christianista Год назад +4

    The space is not really the problem in 2023, you have a 1To drive (at least)

  • @abhishekbagchi6052
    @abhishekbagchi6052 Год назад +3

    Very good reasoning
    But the intellisense sucks with omnisharp
    Also I have to constantly restart that to make it work
    Hope people find common ground on #5276 roadmap

  • @grumpydeveloper69
    @grumpydeveloper69 Год назад +1

    At 32:21 you use a seperate solution but it is much easier to use solution filters instead.

    • @juliocasal
      @juliocasal  Год назад +1

      Indeed it is, but I still see many repos with multiple solutions there.

  • @manue117g
    @manue117g Год назад +1

    A question my c# vscode extension stopped working when i installed .net 8, someone else with this problem?

    • @juliocasal
      @juliocasal  Год назад +1

      Likely the C# extension is not ready for it. Going back to .NET 7 should fix it.

  • @FoAMDFun
    @FoAMDFun Год назад +1

    I use and like both.

  • @jeffdege4786
    @jeffdege4786 Год назад +4

    I use Code because I don't use Windows.

  • @maestrowilliam
    @maestrowilliam Год назад

    in vsvode (just for test) i delete a "@using project.model" and the vscode show me a error an say that the project have a missing directive and trying to solve with [ctrl+.] and it show the following message "no code actions aviable"
    i have installed the "Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension" and this always show a error in "razor log" but never fix the problem.
    i do the same in VS2022 and this one fix all problem when i want
    .

    • @juliocasal
      @juliocasal  Год назад +1

      Maestro, try going back one version or two on your installed C# extension. Last time I checked the latest version had a few issues.

    • @maestrowilliam
      @maestrowilliam Год назад

      @@juliocasal i already do that and the problem persist.

  • @cemkaya4448
    @cemkaya4448 11 месяцев назад

    Do you use C# Dev kits or not?

    • @juliocasal
      @juliocasal  11 месяцев назад

      Yes.

    • @cemkaya4448
      @cemkaya4448 11 месяцев назад

      @@juliocasal Thanks for the answer.

  • @jetspray3
    @jetspray3 Год назад

    I like VS Code because it's light on my system.

  • @janari_dev
    @janari_dev Год назад

    I am using Vs code, but i have an issue with running for example multiple microservices, in one time, it’s not comfortable to run a lot of microservices doing to all dotnet run, maybe u had this issue and you have something for this. Please help me !😅

    • @juliocasal
      @juliocasal  Год назад

      Hey, most of the time you should be only running the one microservice you are in charge of, not multiple microservices. But even so, which specific issue do you have with dotnet run for each microservice?

    • @davidpccode
      @davidpccode Год назад

      I join the question. It is not very comfortable to work with a monorepo. Should I have two vs code windows, one with the root of the monorepo and the other with a specific project?

    • @juliocasal
      @juliocasal  Год назад

      @@davidpccode You want to have one VS Code window per repository. If you have a monorepo and it is huge, you should consider first splitting it into smaller repos dedicated to each module or section of your system.

  • @HadrielWonda
    @HadrielWonda Год назад +2

    👏🏽👏🏽👏🏽👏🏽👏🏽

  • @honfey
    @honfey Год назад +1

    how about scalfolding features for MVC and Identity? Can VS Code do the same?

    • @abhishekbagchi6052
      @abhishekbagchi6052 Год назад +1

      You can do those with dotnet cli commands as well

    • @juliocasal
      @juliocasal  Год назад +1

      As Abhishek mentioned, all doable with .NET CLI!