Visual Studio Code vs Visual Studio

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

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

  • @EverythingCSharp
    @EverythingCSharp  Год назад +7

    To setup Visual Studio Code for C#, check out these essential extensions....
    ruclips.net/video/kyqipxP0ekk/видео.html

  • @lightgaming1142
    @lightgaming1142 Год назад +42

    I used both Visual Studio and Code and settled with VS Code. For me, the most important aspect is performance. VS Code starts up the fastest and indexes my projects the fastest (at least on my systems). I don't want to wait five minutes just so I can edit code.
    To be fair, I don't really code in C# any more. Now I mostly code in Dart or Typescript

    • @EverythingCSharp
      @EverythingCSharp  Год назад +14

      Agreed, VS Code is way faster and uses less memory than Visual Studio. Plus, it supports a broader range of languages.

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

      ​@EverythingCSharp lua is mine. And love2d engine... its a nice language to use "clean syntax"

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

      I have to agree here, VS Code uses so much less in terms of computing resources which is huge when testing a more resource-intensive application and just for quick iteration overall.

  • @am.prod21
    @am.prod21 10 месяцев назад +30

    You started off the video perfectly 😁

  • @HenryEmilyIsHapi
    @HenryEmilyIsHapi 4 месяца назад +35

    I searched "Vs vs Vs code" and didnt expect to find anything, yet here i am! Great video.

    • @atharvsharma1866
      @atharvsharma1866 4 месяца назад +1

      my fellow human, u know nothing about internet if you think you will search something and you wouldn't find anything about it.
      there is something about EVERYTHING, on the internet.

    • @ana_s
      @ana_s 3 месяца назад

      ​@@atharvsharma1866I dont know, I don't get anything when I search "ajshejaksiejabakkdosjb ajajjanrls" on Google

    • @my_daarlin
      @my_daarlin Месяц назад

      when u put it like this is sounds hilarious XD

    • @HenryEmilyIsHapi
      @HenryEmilyIsHapi Месяц назад

      @@atharvsharma1866 The thing is that "vs vs vs code" sounds ridiculous to me and thought that youtube may get confused and only bring up like a vs code tutorial and not a conparison between vs and vscode.

    • @fogone1
      @fogone1 15 дней назад +1

      *versus versus versus code*

  • @lumeronswift
    @lumeronswift Год назад +67

    After a lot of people recommending the use of Visual Studio Code or other things... I ended up just using Godot instead. Sure, it's technically a game development IDE, but that opens up opportunities for pretty easy/expandable UI options if creating anything with an interface, and the whole thing is incredibly lightweight. Can build apps (or, obviously, games) in it in C#, C++, or the built-in Python-like scripting language; the whole thing is open-source (and builds for any platform); it can be carried around on a USB stick (doesn't require installation); and it's a whopping 60mb or so. I find it very easy to work with compared to VS or Eclipse or the text editors everyone uses, but I'm sure some people will find it doesn't work for them...

    • @EverythingCSharp
      @EverythingCSharp  Год назад +10

      Have to admit I have never heard of Godot, I will look into it. The advantage of sticking to the well-known options is when you move between jobs it is likely to be used in the new place as well. Making it easier to get up and production in the new environment.

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

      Isnt eclipse a java ide

    • @CHURCHISAWESUM
      @CHURCHISAWESUM 11 месяцев назад +24

      Using a game engine as a text editor is a sigma male move. The inner workings of your mind are an enigma, my friend

    • @PoppoYoppo
      @PoppoYoppo 8 месяцев назад +2

      Really, Im learning godot for game development and every tutorial says to get vs code rather than using the in engine editor

    • @IAMSOHAIB.OFFICIAL
      @IAMSOHAIB.OFFICIAL 6 месяцев назад

      Bro you can t run godot stabily with vs code and the buil in code editor is good just like vs code​@@PoppoYoppo

  • @PriyadarshiPrashant
    @PriyadarshiPrashant Год назад +13

    i have used several c# ide and i like visual studio community edition.
    Great Advantage is while debugging you can go very Deep

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

      I agree, the integrated debugging is better than any other IDE for C#.

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

    i adore how your speech is well-written

  • @saurabhswarnakar6829
    @saurabhswarnakar6829 10 месяцев назад +3

    Sir please Reply to me 🙏I am a Student and trying to do Project of Music player in C++. But there is no option of "New Project" and "Console Application" in VS Code, am i Right Sir ? So that's why i should go with visual studio right ?

  • @Zonrow
    @Zonrow 11 месяцев назад +13

    You just solve my millions of years confusion.

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

      I can relate. I was following a course using visual studio when they were using visual studio code. I couldn't find the ejs plugin so here I am. uninstalling vs and installing vs code now

  • @Scudmaster11
    @Scudmaster11 Год назад +7

    Just use VS code in the end... its better... i am a hobby programmer.. i am still learning but im getting there... my language of choice is Lua... and VS code supported is out of the box from what it seemed like and others... so thats nice

  • @halladba101
    @halladba101 2 месяца назад

    Thank you so much!
    So in essence, use VS Code for Web or General use for it's wide-range of supported languages,
    While use Visual Studio for specific / C# related projects (WinForms and such)
    But still, you're saying the community version is all what a one needs?
    Then what the hell is the purpose of the paid Subscription? Is it like for advanced users / certain features?

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

    I have developed an app with vs code but I caanot find extension to create installer. What am I missing?

  • @ccamp3175
    @ccamp3175 8 месяцев назад +1

    Correct me if I err, but at 2:54, I believe you say "Creating the same project in Visual CODE is much simpler." Isn't this your intro to Visual BASIC, though? You've begun by showing us VBStudio, and now you want us to see Visual BASIC, right? I'm very confused by this.

  • @jasdfff770
    @jasdfff770 7 месяцев назад +1

    Nice video!! Which one do you recommend for C developers? Thanks!

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

      visual studio code

  • @karimazer-x8x
    @karimazer-x8x Месяц назад

    Hi, can I use language c in visual studio because I did not find it

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

    Is it possible to use VS Code and/or VS Studio Community, to compile a c# sln that was built with VS Studio Pro 2017?
    ("VisualStudioVersion = 15.0.28307.329 , MinimumVisualStudioVersion = 10.0.40219.1")
    Just looking to build a csharp project from gh.. no debug, just need the exe. Is there any other way to build it? Google Project IDX?

  • @mujtabafarhan7098
    @mujtabafarhan7098 9 месяцев назад

    What do you reccoment for flutter devs

  • @venkatshabarish1784
    @venkatshabarish1784 7 месяцев назад

    I want to integrate my my test cases from test plan in azure devops with the automated test cases from visual studio code/visual studio… so that where I automate them the test result in the test plan ado should change
    Is it possible?

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

      Yes let's talk about it

  • @husanmalhi9405
    @husanmalhi9405 9 месяцев назад +2

    Can I open the code in vs 2022 that i writted in vs code

  • @_MaiT
    @_MaiT 7 месяцев назад +2

    I'm linux user. Is writing code on c# and .NET in linux on VSCode painful thing? Should i download virtual machine to have visual studio on windows there?

    • @TheFish2171
      @TheFish2171 Месяц назад

      No, it runs seamlessly on both windows and linux

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

    This is a 101 on how to make a fan in 1 video ❤

  • @indieguy7297
    @indieguy7297 3 месяца назад

    I recognize your voice from Unity!

  • @salmansaeed9278
    @salmansaeed9278 8 месяцев назад

    Very Useful
    Thanks a bunch

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

    nice video
    don't know how it got recommended to me but very nice explanations
    will still use vscode but hey, i'm a data scientist python dev
    the one thing that i would have wanted so much on vscode is a plugin for VS which renders latex inline ( useful for when i comment latex for function documentation)

  • @angelusportillus8973
    @angelusportillus8973 9 месяцев назад

    Well, that was a short video for me.

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

    Great! Thanks :)

  • @perkonsstudio
    @perkonsstudio 8 месяцев назад

    the most useful video!

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

    Very helpful. Thank you

  • @dcpowered
    @dcpowered 10 месяцев назад

    You did not mention what IDE to use on Macbook M chips.

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

    Super thank you!!!

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

    intro was interesting

  • @noncinque
    @noncinque 24 дня назад

    Ah yes, vs vs vs code

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

    Black frames at 2:31

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

      Bother, I never noticed that when reviewing the video. Love your work by the way, being following you for years.

  • @RudyJayson450
    @RudyJayson450 8 месяцев назад

    good video.

  • @CorinnaStiefel-r1v
    @CorinnaStiefel-r1v 2 месяца назад

    Isobel Trafficway

  • @HarrodRita-b6p
    @HarrodRita-b6p Месяц назад

    Quigley Forks

  • @joehiker8114
    @joehiker8114 10 месяцев назад +1

    So both :)

  • @ArthurValentina-f1k
    @ArthurValentina-f1k Месяц назад

    McLaughlin Mall

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

    If your on Mac us vs code

  • @TabithaButler-q9m
    @TabithaButler-q9m 2 месяца назад

    Vandervort Spur

  • @RhondaDavis-p5d
    @RhondaDavis-p5d Месяц назад

    Daryl Junction

  • @AidaSharp-x3i
    @AidaSharp-x3i Месяц назад

    Eriberto Squares

  • @omenplayer8000
    @omenplayer8000 3 месяца назад

    awesome

  • @nssnsns-p5h
    @nssnsns-p5h 2 месяца назад

    Reinhold Mountain

  • @memoryclips
    @memoryclips 3 месяца назад

    👏👏

  • @AmandaWaterman-n2q
    @AmandaWaterman-n2q Месяц назад

    Rodriguez Falls

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

    Thanks for the video, but you forgot about Visual Studio for Mac.

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

      I don't have access to a Mac, so cannot comment on how good that version is.

  • @thesecretreviewer8242
    @thesecretreviewer8242 9 месяцев назад

    you're transposing the names and probably don't realize it. FYI

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

    thank you

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

    Vs code V(isual)s(tudio) Visual studio Visual studio win 1

  • @DanielDavis-q8g
    @DanielDavis-q8g 2 месяца назад

    Funk Rapids

  • @dammitZeva
    @dammitZeva 11 месяцев назад +4

    Well, there you go.. VS Code is great for writing "hello world" type programs that output text to a DOS window! Yay! Is this 1990 again?
    If you actually want forms and data grids and input boxes and buttons and to actually write a useful desktop program you can't do it with VS Code.
    I've been writing programs for Windows for many years and not once have I ever wanted to write text to a DOS window! What kind of childish program would I write with VS Code? Why would any serious programmer chose such a limiting program as VS Code over the much more useful tool of Visual Studio? (at least when it comes to Windows desktop programs)
    I can't believe anyone would recommend a tool that only generates text output with no forms and no display tools.

    • @agm-i7t
      @agm-i7t 3 месяца назад

      Microsoft should come up with a standalome xaml builder or form builder. I wonder why they don't. its as if we are forced to use visual studio 😅

  • @LambWinni-i7f
    @LambWinni-i7f 2 месяца назад

    Beier Burg

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

    Jetbrains!

  • @HongRauzman-v9x
    @HongRauzman-v9x 2 месяца назад

    Prosacco Court

  • @AdamS-lo9mr
    @AdamS-lo9mr 10 месяцев назад

    Vscode is a speedboat, visual studio is a yacht

  • @WheatleyZero-d2j
    @WheatleyZero-d2j 2 месяца назад

    Paucek Walk