How to Run C# in Visual Studio Code on Windows 10 2022

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 941

  • @ziad4744
    @ziad4744 Před 3 lety +152

    After spending 3 hours on searching how to run a C# program using the new version of visual studio, this man solve the problem in very few minutes. Thank you so much!

    • @plrc4593
      @plrc4593 Před 2 lety +5

      Yea, I struggled to compile C# too and I coudn't. Why is it that hard?

    • @diliaaastarlight8691
      @diliaaastarlight8691 Před 2 lety +1

      6:05 after writing code and giving a space it didn't open as VSC? Why is that so?

    • @falex9070
      @falex9070 Před 2 lety

      @@diliaaastarlight8691 u have installed VS Studio CODE and not VS Studio? Normaly it works if u type code in cmd.

    • @sibusisoprince.
      @sibusisoprince. Před 2 lety +1

      @@diliaaastarlight8691 same bro, and mine seems to display shorter information that only covers half the screen. Did you find a solution ?

    • @rahulnayak8840
      @rahulnayak8840 Před 2 lety +1

      @@diliaaastarlight8691 you have to type code . dont forget the fullstop otherwise it wont work

  • @nandhukrishnanh4258
    @nandhukrishnanh4258 Před 3 lety +10

    I have searched a lot about how to configure c# and .NET in my system, but nothing found. This one video helped me to configure everything and It is completely working fine, Thankzz bro

  • @Jules-qz6vm
    @Jules-qz6vm Před 3 lety +12

    I've looked everywhere for tutorials to setup C# but none of them worked for me, not even brackey's tutorial! Luckily this one did it for me

  • @davidpetty7014
    @davidpetty7014 Před 2 lety +2

    You have finally ended two weeks of my personal hell!
    I haven't been able to test c# scripts or programs without error until you gave me the anwer.
    Thank you

  • @charlesbrunelle
    @charlesbrunelle Před 2 lety +11

    Tutorials that works on the first time are rare to find. Thank you so much

  • @edwardisterling3437
    @edwardisterling3437 Před 3 lety +204

    Can always rely on Indian tech CZcamsrs.

  • @Benjo69420lelol
    @Benjo69420lelol Před 2 lety +4

    gotta say i was f*cking with trying to run my code in VSCode and then i found this video
    respect man, respect

  • @Christopher_Samaan
    @Christopher_Samaan Před 2 lety +1

    all the other visual studio code tutorials DID NOT WORK until i used this video!!!!!!!! THANK YOU FOR GETTING ME STARTED, BRAH!

  • @chetnasingh5404
    @chetnasingh5404 Před 3 lety +20

    I have been searching for a week for a genuine video for c# in visual studio, this one is 100% working. Thank you

  • @Falxened
    @Falxened Před 2 lety +3

    bro thank god I found this tutorial cuz its been 3 hours and Idk why it cant run or code anything and after watching this video to realize that the problem was that I installed vs instead of vs code, after I found out the problem, I immediately uninstalled/removed vs and downloaded vs code instead. TYSM

  • @zimmykhumalo6036
    @zimmykhumalo6036 Před 3 lety +41

    Thank you SO much Sir, you've honestly helped me a ton! Much appreciated from South Africa 🇿🇦

    • @TechDecode
      @TechDecode  Před 3 lety +2

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

    • @conventionalfusion6416
      @conventionalfusion6416 Před 3 lety

      Ngiyabonga nawuncedzekile mntwana wami

    • @isrealolalere5219
      @isrealolalere5219 Před 3 lety

      hello, pls were you able to download it. I don't know why mine is not installing properly

    • @charlesm.2604
      @charlesm.2604 Před 2 lety

      Holly shit I think I saw your comments on a food channel called Natasha's Kitchen, what a small world !

    • @charlesm.2604
      @charlesm.2604 Před 2 lety

      @@isrealolalere5219 Make sure to install the SDK, not the Runtime, to install it with elevated privileges (right click -> open as administrator) and check if the installation folder is in your PATH environment variables. If not, add it your PATH.
      One easy way to check that is to run cmd and type these commands in order:
      1) PowerShell
      2) whereis dotnet
      It should return your installation folder.

  • @_johnelia8435
    @_johnelia8435 Před 2 lety +40

    Got me up and running in no time, and I learned a lot. Thank you. ( I subscribed && liked! )

    • @TechDecode
      @TechDecode  Před 2 lety +2

      Thanks for the sub! 😇
      👉 Complete C# Masterclass - bit.ly/CsharpProgrammingCourse

  • @hassanabid849
    @hassanabid849 Před rokem +6

    Great video, was facing issues when running the c# code in Visual Studio Community 2022, came across your video followed each step and now my code runs smoothly on Visual Studio Code 2022.
    Appreciate how you explained each step thoroughly and really liked how you considered these segments in the video, usually people just tell you about the installation process and don't follow through with the next required tasks/steps to have your code running.

    • @titanus261
      @titanus261 Před 11 měsíci

      best tuto i've seen so far for c#

  • @alextheutos906
    @alextheutos906 Před 3 lety +18

    I found only one useful video during the whole day of searching. And I'm talking about your video.
    thx)

    • @TechDecode
      @TechDecode  Před 3 lety +2

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

    • @sivaprakash8229
      @sivaprakash8229 Před 3 lety +1

      Yeah I agree that!

  • @TechDecode
    @TechDecode  Před 3 lety +4

    👉 Complete C# Masterclass - rebrand.ly/CsharpProgrammingCourse
    👉 Free Complete C# Programming Course - pluralsight.pxf.io/CSharp_Free_Course
    Dotnet Core SDK Download Link - bit.ly/dotnetcoresdk_techdecode
    Visual Studio Code Download Link - bit.ly/vscode_techdecode
    Command : "cd $dir && dotnet run $fileName"
    [UPDATE] For those who get the error "The token '&&' is not a valid statement separator in this version." You can use the semicolon to separate commands.
    Command : "cd $dir; dotnet run $fileName"
    Subscribe - bit.ly/2OH9Jv5
    If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

  • @donnyc.3398
    @donnyc.3398 Před 2 lety +1

    OMG, Thank you so much, I have been struggling with my terminal not running my code, thank you so much!

  • @kumudsharma9465
    @kumudsharma9465 Před 3 lety +3

    Thank you sir I really satisfy now by your video
    I was searching videos on this for 2 hours and finally got answer bhi you

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      👉 Don't forget to enroll in Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

    • @StudyProfile
      @StudyProfile Před 3 lety

      If you are interested in c# and SQL server complete project with source code you can find that in my channel also

  • @abishek5862
    @abishek5862 Před 3 lety +2

    The video is awesome and correct helps lot for configuring vscode ,for c#.i searched a lot nothing helped me like this video. Everything worked great after doing these changes.

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

  • @Himanshu-yb9kz
    @Himanshu-yb9kz Před 3 lety +16

    This one is 100% working. Thank you 💙

  • @brunovalente3065
    @brunovalente3065 Před 9 měsíci

    After spending hours and watching more than 5 tutorials about how to fix the scriptcs error, I finally got it fixed applying your tutorial. Thx a lot!!!

  • @Servant_of_Jesus_Christ
    @Servant_of_Jesus_Christ Před 3 lety +7

    Thank you so much for these!
    I have struggled with these for weeks.
    Keep up the good work.

    • @TechDecode
      @TechDecode  Před 3 lety +1

      Happy to help! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @walidbenhassine3982
    @walidbenhassine3982 Před 3 lety +2

    Thanks a lot, I was searching on topic how to run C# code, but always they don't give full information, but you gave us full guide to install C# environment without any errors.
    Thank you again

    • @StudyProfile
      @StudyProfile Před 3 lety

      If you want a complete project in visual studio c# and SQL server database then I have a collection of videos for you with source codes.

  • @rameshyandra3082
    @rameshyandra3082 Před 3 lety +7

    Thank you SO much Sir, you've honestly helped me a ton! Much appreciated from Andhra Pradesh. I've looked everywhere for tutorials to setup C# but none of them worked for me, not even brackey's tutorial! Luckily this one did it for me. Once again thank you so much.

    • @TechDecode
      @TechDecode  Před 3 lety +2

      Happy to help ☺️

    • @bushrakhan6220
      @bushrakhan6220 Před 2 lety

      @@TechDecode sir by using your step I downloaded and it works fine
      Thanks a lot sir for this video
      I struggled from last 3 weeks to run c# code in my system
      But sir only code is running ,if I put directives or class then it shows error
      Pls sir answer me .....

    • @arvendraahirwar458
      @arvendraahirwar458 Před 2 lety

      Thank you sir for telling me this matter about

  • @sebastianantelo1824
    @sebastianantelo1824 Před 2 lety

    i was so stressed out about not being able to even run a simple hello world program. thanks so much! it worked!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @belchertrongco6349
    @belchertrongco6349 Před 2 lety +16

    I like this tutorial, much more easier to follow & well explained! You earned a sub keep it up my friend!

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

    Damn... This is my first time actually coding.... I know I have a really long way to go but still, the fact that I followed and understood your video made me like I can actually do this.... All I can do is offer you a sub, I'd do more if I could

  • @smalljpmorgan
    @smalljpmorgan Před 2 lety +7

    Thank you so much ! your step by step explanation is easy to understand even for a beginner like me.Be blessed and please continue you great job !

  • @apollosun2913
    @apollosun2913 Před 2 lety

    In 2022 you're still on a 3.x version of dotnet. That takes some commitment. Bravo!

  • @tanishkatyagi5080
    @tanishkatyagi5080 Před 3 lety +3

    Really great and easy explaination. Was stuck before this video. Finally its working. Thank you for such amazing video.

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @richardosborn159
    @richardosborn159 Před 2 lety +1

    I refer back to this tutorial every time I setup a new computer. Thanks for the nth time.

  • @swago949
    @swago949 Před 2 lety +4

    thank you. You are literally my saviour, you explain things in such a simple way. Really, thank you.

  • @ABMA79
    @ABMA79 Před 3 lety +10

    Thanks for the tips. it is an amazing step-by-step tutorial.
    I truly appreciate the effort.
    Thanks again

  • @s4xninja483
    @s4xninja483 Před 3 lety +2

    I have tried several tutorial from various sources but this is the only one which actually works. You earned a new subscriber 🙌

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv5

  • @Unknown101-1
    @Unknown101-1 Před 3 lety +5

    Thank you so much this channel deserve more subs

  • @itsspratham802
    @itsspratham802 Před 3 lety +1

    thanks a lot sir,i didnt know how to use c# in vscode and when i used to run it it didnt even work,THANK YOUUUUUUUUUUU

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @Crystallizer954
    @Crystallizer954 Před 2 lety +8

    This Was A Really Helpful Tutorial And It Helped A Lot, Thanks!

  • @Sleir_
    @Sleir_ Před 3 lety +2

    i was wondering where the run button went, thanks a lot!

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

  • @robsche5130
    @robsche5130 Před 3 lety +3

    you just made my day so much easier! Thank you so much!!! greetings from Germany :D

    • @TechDecode
      @TechDecode  Před 3 lety

      I'm so glad! 😇
      👉 Don't forget to enroll in Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @danic890
    @danic890 Před 3 lety +2

    Thanks so much,wanted to start to learn C# but couldn't get it to work on Visual Studio Code. This helped a lot

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

  • @Ahmad-yi8yl
    @Ahmad-yi8yl Před 3 lety +3

    Thank you so much Yogendra, this was tremendously helpful!

  • @mrigeno4099
    @mrigeno4099 Před rokem

    Thanks man, you saved my life.Indians rock🇮🇳🇮🇳🇮🇳🇮🇳

  • @psychogamerx8522
    @psychogamerx8522 Před 3 lety +3

    Bruh Thank you so much this is the only accurate video i subscribed

  • @Regalman
    @Regalman Před 2 lety

    thank you very much I literally quit learning c# last week then I said let me try again and I found your video now I can finally code.

  • @chris07518712505
    @chris07518712505 Před 3 lety +6

    For those who didn't get code run to work and get the error "The token '&&' is not a valid statement separator in this version." You can use the semicolon to separate commands. I.E. ""cd $dir; dotnet run $fileName""

    • @mcmarenjacoba9477
      @mcmarenjacoba9477 Před 3 lety

      First i have a problem like that then i apply your solution then this one happen, “bash: syntax error near unexpected token ‘&&’”

    • @chris07518712505
      @chris07518712505 Před 3 lety

      @@mcmarenjacoba9477 This would only work if you're using powershell with vs code, if you're using linux (I assume because of the bash error)I would say the original '&&' would work for that, could you copy and paste the command you used for "csharp"?

    • @mcmarenjacoba9477
      @mcmarenjacoba9477 Před 3 lety

      @@chris07518712505 i did same thing in the video brother. The error said “expected comma json(514) [7, 5]”

    • @chris07518712505
      @chris07518712505 Před 3 lety

      @@mcmarenjacoba9477 for this on I believe you're missing a comma after the command as its expected to be there. So it should look like. ("csharp" :"cd $dir; dotnet run $fileName ",) needs to have that comma there so the next key value pair can be read in the json document. If you keep getting errors post them. Also show us what you actually typed in your json file so we can check for errors.

    • @davefoot
      @davefoot Před 3 lety +1

      Thanks :3

  • @plrc4593
    @plrc4593 Před 2 lety +1

    Finally it works! :D Thanks and greetings from Poland to The Country of People with Funny English Accent :D

    • @TechDecode
      @TechDecode  Před 2 lety +1

      😇 You're welcome! 😇
      👉 Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @yogistudycentre9796
    @yogistudycentre9796 Před 3 lety +4

    Thanks working👨‍💻

  • @ramsiyam2693
    @ramsiyam2693 Před 2 lety

    Thankyou..i v been searching this everywhere ..now I came to the real place..

  • @kathrinamaycristobal3129
    @kathrinamaycristobal3129 Před 3 lety +3

    THANK YOU SO MUCH! THIS IS SO WONDERFUL❣

    • @TechDecode
      @TechDecode  Před 3 lety

      I'm glad you like it😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @shaat999
    @shaat999 Před 3 lety +2

    Thank you so much, I kept getting errors but you just saved me by making this video!

  • @samstring6827
    @samstring6827 Před 3 lety +3

    Either VS Code is the best code editor or just I'm deeply in love with it. Thank you for the video.

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

  • @mrtutorials3960
    @mrtutorials3960 Před 2 lety

    brooooo I spend literally one whole day but didn't got the solution, but you saved my another day thank you soo so much bro really thank you

  • @shubhendrapratapsingh1601

    Working 😎👍

  • @fatimazahramoutaki4892
    @fatimazahramoutaki4892 Před rokem +1

    OMG , I spent so much time looking for this and finally find the solution thank you so much

  • @akomi2925
    @akomi2925 Před 2 lety +2

    You are amazing! Thank you for teaching me how to properly run C# code is VS Code!

  • @magicoflove27
    @magicoflove27 Před 2 lety +1

    This video is helpful excellen job sir
    muze koi channel mil hi nahi raha tha jo run directly on hit button batayain ooor aapka channel mil gaya main subscribe bhi ptakse kar dala

  • @Luca-ux3op
    @Luca-ux3op Před 3 lety +1

    Thanks my guy! I was spending hours to find a solution for my problem and the ocurring error!

  • @sagiv3106
    @sagiv3106 Před 3 lety +1

    I like how you explain it like we are little kids, which I assume whoever needs this vid is inexperienced with c#(including me, i ain't bashing nobody), thanks!

    • @TechDecode
      @TechDecode  Před 3 lety

      So nice of you ! 😇
      👉 Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @gururaj6596
    @gururaj6596 Před 26 dny

    thank u so much! for helping me out and thanks for the guy who mentioned your video link in Stack Overflow

  • @shahirsizan18
    @shahirsizan18 Před 6 měsíci

    Best explanation. Simple and to-the-point.
    Thank you very much.

  • @SiddharthaRay7
    @SiddharthaRay7 Před 3 lety +1

    Thanks...I have successfully run my code after watched this video....

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @thejasmurali6950
    @thejasmurali6950 Před 3 lety +2

    Thank you so much i was searching for this video only

    • @TechDecode
      @TechDecode  Před 3 lety

      Most welcome 😊
      👉 Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

    • @StudyProfile
      @StudyProfile Před 3 lety

      I can help you with a complete student management system software in c# and SQL server database

  • @EnriqueMoranG
    @EnriqueMoranG Před 2 lety

    03/2022 still works! I love you, Sir.

  • @sakshikhare5828
    @sakshikhare5828 Před rokem +1

    Thankyou so much Sir for your well explained step by step guidance ....helped this dumb person to run the code in one go ....Thanks a Lot ...though there are too many steps but you made it so simple,easy and quick to do 😇🙏

  • @girishrajadhikari1427
    @girishrajadhikari1427 Před 3 lety +1

    i liked and it went from 1.3k to 1.4k and i feel very satisfied, oh and great video worked!

  • @jessandreno1213
    @jessandreno1213 Před 3 lety +1

    I have been looking for this video for a long time, thank you!

  • @lazarosilva5009
    @lazarosilva5009 Před 3 lety +1

    It worked in my case! Great vídeo! One more member around here.

    • @TechDecode
      @TechDecode  Před 3 lety

      Welcome aboard 😇
      👉 C# Masterclass - bit.ly/CsharpProgrammingCourse

  • @Newmediasupply
    @Newmediasupply Před 3 lety

    Oh my, how would one find out without this video? I can't believe MS (their own products) delivered their products like this.

    • @Newmediasupply
      @Newmediasupply Před 3 lety

      Ah, I needed Visual Studio Community, not visual studio code. That is much more convenient.

  • @shashanktambe6341
    @shashanktambe6341 Před rokem

    ohh my godd thankyu sooo much, i had been stuck on the scriptcs problem for wayy long and you explained it soo nicelyy

  • @DaemonSurgeSuzuya
    @DaemonSurgeSuzuya Před 2 lety

    This guy is right I am was getting bored writting dotnet run again and again!

  • @user-wr5ex2xk8k
    @user-wr5ex2xk8k Před 3 lety +1

    Thank you very much
    I spend +-2 hours until I found your video

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      Subscribe : bit.ly/2OH9Jv

  • @ranadeepsingh
    @ranadeepsingh Před rokem

    I was trying to find how to fix this on StackOverflow for the 'unrecognized command of scriptcs'. This helped!

  • @rishusingla4165
    @rishusingla4165 Před 2 lety +1

    it's very helpful video for me, thanx for creating it

  • @vatsalmaheshwari5423
    @vatsalmaheshwari5423 Před 2 lety

    This man is hero, he solved my problem in 5 minutes. Thanks :)

  • @Sirnzie
    @Sirnzie Před 2 lety

    yer I have never struggled this much.....YOU ARE A GENIUS 🤗🤗🤗🤗

  • @pkdivakaranable
    @pkdivakaranable Před 2 lety

    great. I have been struggling for one month to start this. thank you

  • @sifisocyprianshezi3824

    I've been hunting for this info ... Thanks for this video, Tech Decode Tutorials ...!

  • @pythagoras31416
    @pythagoras31416 Před 6 měsíci

    vai u are great. u don't know how much u relieved me. may GOD bless you.

  • @Tina-bb4hz
    @Tina-bb4hz Před rokem

    Thank you so much for such an excellent video. I had recently downloaded VS code and couldn't get it to run. I followed the steps in your video and it works! I will be bookmarking this video.

  • @zilpharmbula
    @zilpharmbula Před 2 lety

    was having a hard time running c# code in VS. thank you so much.

  • @chowdary1136
    @chowdary1136 Před 6 měsíci

    Really thanks full for uploading in this video because i am spending too much time for this purpose,and searching many of them videos once again thanking you

  • @audiodiwhy2195
    @audiodiwhy2195 Před rokem +1

    Good video, thanks. Being that this is all Microsoft--the IDE--VSCODE, the language--C#, should be easier? This is much less counterintuitive than i thought; it is much easier creating new folders/projects with C and VSCODE, after seeing this I figure it's because of the dot net framework overhead. this video makes the odd terminal commands and other things needed for hello world on VSCODE/C# a lot easier. I also didn't know you could write cmd into explorer address and have it pop up the cmd window. Cool!

  • @Fadistic
    @Fadistic Před rokem +1

    Bro is s hero amongst the community

  • @raghuunofficial6413
    @raghuunofficial6413 Před 2 lety +1

    Thank you so much for providing step by step process.

  • @majaharkazi2030
    @majaharkazi2030 Před 2 lety

    Thanks broo....
    I was stuck here for last couple of months
    Thank you very much ❤❤

  • @kamurudeenrafees1682
    @kamurudeenrafees1682 Před 3 lety +1

    Wow thank you so much brother. It's very helpful video. thanks again.

  • @andreshugogalloparra3998
    @andreshugogalloparra3998 Před 3 lety +1

    Thank you very much my friend, I found your video very useful. You won a subscriber. Greetings from Chile.

  • @marisellasstudio553
    @marisellasstudio553 Před 3 lety +2

    Excellent video!! This has been so helpful!!! Absolutely wonderful

    • @TechDecode
      @TechDecode  Před 3 lety

      Glad it was helpful! 😇
      👉 Don't forget to enroll in Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @bhatiavinod294
    @bhatiavinod294 Před 2 lety +1

    Tons of thanks others looted my time you taught the lion how to climb on the trees next Whole World to explore for me:-) will meet soon your Friend😉

  • @shubhammangore7610
    @shubhammangore7610 Před 3 lety +1

    Thank a bunch ! It helped me a lot 🙌😇

    • @StudyProfile
      @StudyProfile Před 3 lety

      Yes This videos is very helpful. And if you want a complete c#.net and SQL server database desktop application project in visual studio, then you can find that in my channel.

  • @syedayanhaider5594
    @syedayanhaider5594 Před 2 lety +1

    perfectly work in my Workstation 🤩🤩🤩Thank U So Much

    • @TechDecode
      @TechDecode  Před 2 lety

      Most welcome 😊
      👉 Don't forget to enroll in Complete C# Masterclass - bit.ly/CsharpProgrammingCourse

  • @user-fl3jz7zl9i
    @user-fl3jz7zl9i Před 2 lety

    Thank you so much! Only your video helped me solve the problem with setting up VS Code

  • @ak_sharma_0961
    @ak_sharma_0961 Před 2 lety

    Helpful Video for setting whole path & extension for run C# programming in VS Code.

  • @altbandit
    @altbandit Před 2 lety +1

    Thank you, couldn't get passed the scriptcs

  • @pongcp9941
    @pongcp9941 Před 2 lety +2

    Very good training for step by step which easy to follow. Thanks a lot.

    • @TechDecode
      @TechDecode  Před 2 lety

      Glad it was helpful! 😇
      👉 Complete C# Masterclass - bit.ly/CsharpProgrammingCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @thatquantguy
    @thatquantguy Před 11 měsíci

    Great video, got me up and running in less than 10 minutes! Cheers!

  • @EZXB
    @EZXB Před 3 lety +2

    Amazing tutorial! Thanks a million, you earned a new subscriber

    • @TechDecode
      @TechDecode  Před 3 lety

      You're welcome! 😇
      Complete C# Masterclass - bit.ly/CsharpProgrammingCourse

  • @sharoncreations1666
    @sharoncreations1666 Před 2 lety +1

    Thank you, you are a good teacher you made it soooo simple.

  • @littlecepheid2486
    @littlecepheid2486 Před 7 měsíci

    Thankyou so much its been hard for me to type in terminal

  • @orinahari8373
    @orinahari8373 Před 2 lety +1

    The only helpful tutorial I found.
    Thank you :)

  • @macgunter2794
    @macgunter2794 Před rokem +1

    Very good tutorial! Detailed, step-by-step and has solutions for problems I have encountered. Easy Like!