C# Tutorial For Beginners & Basics - 1. Installing Visual Studio 2022 & Quick Tips

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 252

  • @a.human.
    @a.human. 2 роки тому +63

    OH MY GOSH, I'M SOO GLAD TO DISCOVER YOU!
    Recently I started learning C# and I was so lost until this video! Nobody covered Visual Studio 2022, nobody covered the whole setup... I was so confused and started to think C# is not for me since I couldn't even print Hello World (build failed every time). This was very frustrating to me, since I am experienced with Java and never had issues with something so simple, and I had assumed C# would be easy to grasp... compared to python (which is so popular, and I can work with it, but I hate it soo much, and finally!! Someone who hates Python too, high-five, haha!)
    You're absolutely right, it's better to download those extra components like Python, node.js etc. separately since every time I downloaded this all together (before I watched this video), it just didn't work out. Idk why tho.
    I just have one question, is it normal for Visual Studio to be quite slow compared to other IDE like IntelliJ or PyCharm? Idk why, but it takes comparatively more time on my laptop to execute even the simplest of console print statements.
    I'm gonna go and recommend this tutorial to my friends, happy coding!
    P.S: It'd be very helpful if you could zoom in at times to show us the code, without full screen it's hard to catch what you're clicking and pointing to. tc.

    • @jramjee100
      @jramjee100 Рік тому

      Hi, as a Java developer, how long did it take you to get used to C#? Any major differences?

  • @CreeperKiller420
    @CreeperKiller420 11 місяців тому +1

    Your personality, enthusiasm, passion and smile in the first two minutes of the video told me right away that this was the right course to choose. I'm excited.

  • @callummander
    @callummander 2 роки тому +9

    Honestly love the enthusiasm from your intro! I'm excited to learn, a more than well-earned subscription to this channel me thinks.

  • @anthonynorman1212
    @anthonynorman1212 2 роки тому +15

    Thank You Teddy, This is absolutely brilliant.
    I am just starting out with programming in C#, its become a necessity because my career path hit its limit and in order for me to make any meaningful progress i need to transition by turning my knowledge and experience into a program.
    Also my son despite his tender age of 6, he is home-schooled so i am going to include this.
    You really simplify everything, and it makes the learning much less daunting and far less overwhelming.
    Thank You again.

  • @nah2106
    @nah2106 2 роки тому +13

    This video is a life saver. I was pretty confused with older tutorials since many of the template bits were removed. Great tutorial 👍

    • @TechyySean
      @TechyySean 2 роки тому +2

      Right! Some of them don't account for the fact we're using an IDE that's a number of years newer than the older stuff. It's not really their fault, but you want a newer tutorial if you're looking at one from 2015 and load something like Studio 2022. They start out with different layouts, different library names, different code visibility, different .NET versions even I was noticing, etc. I saw one from 2015 and that was immediately confusing.
      Glad Teddy clears this up at the current time of watching.

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +1

      Thanks for positivity!

  • @mennis-cj5qh
    @mennis-cj5qh 2 місяці тому

    Currently taking a .NET based C# class, it's a primarily self focused class with instructor assistance. But this series has upped my understanding of C# immensely, thank you so much!

  • @enlighten_me1912
    @enlighten_me1912 8 місяців тому

    Just getting into C# language. I did start off with Python but the reason I've switched over to C# is because most trading platforms use C# and I'm learning to code a trading bot. These videos help out a lot as I'm still a beginner. Thank you!

  • @colorsofgaia
    @colorsofgaia Рік тому +1

    Oh thankyou! I really enjoyed the slow explaining, because, most tutorials, just go ahead, and it is totally ok to be noob friendly. And the beginnings as you said the entry point should be described, like, really easy. Love from Sweden 😋😋😋

  • @Hollowendz
    @Hollowendz 2 роки тому +27

    Thank you for this, want to learn to program and got intrigue by C# but so hard to find tutorials that are modern.

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +5

      Thank you for watching

    • @JimRohn-u8c
      @JimRohn-u8c 2 роки тому +2

      @@TeddySmithDev I’m in the same boat, thank you so much, as a C#/.NET Beginner thank you so much for all your hard work!
      Also if you have any C# and .NET books you’d recommend id greatly appreciate it!

    • @squidmouse8049
      @squidmouse8049 Рік тому

      i know! they’re all from 8 years ago!

  • @sohkbueno28
    @sohkbueno28 2 роки тому +2

    This is my first day of C#. I won't quit until I'm good as you. Thank you!

    • @farazk9729
      @farazk9729 2 роки тому

      How are things going Socrates? Better?

    • @ernest1428
      @ernest1428 Рік тому +1

      @@farazk9729 Not so Bueno I guess...

  • @lazysurf9
    @lazysurf9 2 роки тому +9

    Loving the energy! Excited to check all the video's you have to offer. Keep up the great work!

  • @xd4rkv3lvetx
    @xd4rkv3lvetx 27 днів тому

    Teddy, You are the lovely person to blame when i take over the world with my c# coding knowledge. Yes sensei. Always semicolon after statement.

  • @stephaniemerrington5575
    @stephaniemerrington5575 2 роки тому +1

    I'm so glad I found your videos!! I've had a hard time finding videos that are up to date... Plus, you make this fun! Thank you!!

  • @oak___
    @oak___ 2 роки тому +1

    Thank you so much. I've watched so many tutorials but they are all outdated but your the one! I can finally use visual studio 2022.

  • @maximum3080
    @maximum3080 2 роки тому +1

    Bro thank you so much, Ive recently been getting back into C# and their were zero good tutorials and then I found yours. good job, and thanks again :)

  • @jdownie711
    @jdownie711 10 місяців тому

    I think I know why that console app stalled on you. I noticed that while that console app was "hung" you had at lease one character highlighted with your mouse. With those terminal windows, they can be running and outputting text, but if you highlight any text the execution of that process suspends while you're selecting text. Pressing enter will conclude the text selection mode and resume execution of the process. You corrected the problem by killing the process and re-running it, and it succeeded that time because you didn't select any text with your mouse. Hope that helps. Thanks for a great series of videos. I'm just getting started and really enjoying your detailed guide.

  • @twitchtv.clippers
    @twitchtv.clippers 2 місяці тому

    thank you, you are one of the only channels doing visual studio tutorials.

  • @RadioFreeSantaBarbar
    @RadioFreeSantaBarbar 2 роки тому

    Finally someone explaining this in a way I can understand! God bless you.

  • @johnnymoore948
    @johnnymoore948 2 роки тому

    Wow! Teddy -> From the moment you took some time to explain what needs to be installed alongside Visual Studio -> you've got yourself another subscriber as I always wondered what those options are for; Much appreciated!

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +1

      No prob. Thank you for commenting Johnny!

  • @smeezy845
    @smeezy845 2 роки тому +6

    Watching code videos are boring but you explain it really well and make it fun at the same time!

  • @Teemoplanter
    @Teemoplanter Рік тому

    I was wondering why visual code studio wasnt working, this actually works. Thanks man :)

  • @bertinaagnes73
    @bertinaagnes73 2 роки тому

    I've got an interview coming up soon, this series has been super helpful. Keep up the great work!

  • @brianreichhoff660
    @brianreichhoff660 2 роки тому

    You are the man, bro. Nice. "Climbing to the top of the C sharp mountain" crushing it.

  • @MsCarbonCopy
    @MsCarbonCopy 2 роки тому

    Newbie. You've heard of Rage Aginst the Machine...well I am RAM right now. Just from the frustration. I started out learning HTML, CSS & JS. So I already had VS Code and I started my C# class and I was using that instead of VS Studio Community. So here I go again. Thank you for explaining.

  • @NetherLoseMusic
    @NetherLoseMusic 2 роки тому +1

    thank you i just watced 1 minute and i am hooked!

  • @SlaughteringShadows
    @SlaughteringShadows Рік тому

    Think this is the first time i've actually ever liked a video, lol.
    This is the geek i've been searching for :D

  • @wahebbenzaid543
    @wahebbenzaid543 2 роки тому

    Im so glad to discover you and your content, your stuff is very helpful, thank you

  • @alex.g7317
    @alex.g7317 2 роки тому

    Thx, your like the only up-to-date c# tutorial!👍

  • @aaronjameshorne
    @aaronjameshorne 2 роки тому +1

    I’m finally diving back into c# after so many years. I’m excited and nervous. Looking for projects to take on over time for good practice so any pointers would be a great help!

  • @DavidMigoya
    @DavidMigoya Рік тому

    I am starting my C# project today, i am coming form a Python background, i hope its going to be smooooth.... 🙂

  • @JasonLayton
    @JasonLayton Рік тому

    Your energy is great, I can't wait to see how good your course is, let's go!

  • @OmarLikesToTalk
    @OmarLikesToTalk 2 роки тому

    Big fan of your channel brotha. I start a bootcamp in either May or September and I’ll be learning .Net…your vids have given me some insight on what to expect as a developer and it’s much appreciated.

  • @twantlavish
    @twantlavish 2 роки тому +1

    Hey Teddy, I only want to learn C# to make games in Unity, do I need to download everything you did to follow along? Or should I just download the unity version?

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +1

      I wish I knew. I have zero knowledge of Unity. If somebody knows please answer this question!

  • @user-gened
    @user-gened Рік тому

    I love your intro, most courses dont say this. 🎉

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

    Thanking you Sir for your wonderful teaching

  • @hattan6775
    @hattan6775 2 роки тому +3

    Thank you it's helpful, just if you can make zoom in with the code because it's very small

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +10

      Thank you will increase code size. Also, if anybody is reading this please leave constructive feedback so I can make these videos better.

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

    It was a really nice video, I really appreciate the energy and enthusiasm, you obviously like what you do and want to help. I have to say, as someone who doesn't know anything about coding, this wasn't particularly helpful, I think this is maybe for people who have some basic understanding of what programming is and does, maybe know another language and want to learn C#. I'm going to press on and see if you break things down more in the next videos.

  • @akshitaanddhruvkidsvlog3304
    @akshitaanddhruvkidsvlog3304 2 роки тому

    Thank you It help me a lot for 1 month i have installed VS2022 but i was confused how to start. You help me a lot. Thank you so much for giving me great idea.

  • @ZTomyTomyZ
    @ZTomyTomyZ 9 місяців тому

    Thanks man. I needed this.

  • @COD_MW007
    @COD_MW007 Рік тому

    Hello Teddy, can you make more tutorials on C# because I really want to learn it!! I can see the last tutorial is of constructors, so if you can continue this playlist. it will really help people like me.

  • @spellswordmain
    @spellswordmain 7 місяців тому +1

    OK, I have a question. I know literally nothing about programming, never did any kind of classes or read anything on programming of any kind. Is this video a good start for me, or do I need to learn some things beforehand? I watched this and I get the feeling that Teddy assumes that we have at least some basic knowledge of general programming

    • @TeddySmithDev
      @TeddySmithDev  7 місяців тому +1

      You’re kinda right that this course is difficult for someone brand new. But literally today I just released 2024 version of beginner C# and I tried to make it way easier. It’s in VS Code and every video includes nice pictures and stories for those just getting into programming. So if you are brand new, I’d take the new course then switch to this one.

    • @spellswordmain
      @spellswordmain 7 місяців тому

      @@TeddySmithDev Amazing! Thank you very much

  • @RouteDeTours
    @RouteDeTours 8 місяців тому

    Like far too late like to do anything about it like now but you like tend to like say like a bit like too often like. Glad to see you addressed the popping problem in later videos though.

  • @JustinDAMusic
    @JustinDAMusic 2 роки тому

    I decided to start learning how to code. The part about what to install was helpful. After that you lost me😂😂. Can you explain more on debugging?

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

    Great tutorial but I had a hard time reading the code lines most especially at the point of debugging

  • @isolatednetwork
    @isolatednetwork Рік тому

    u are great teddy, thank u for this

  • @Richard22134
    @Richard22134 26 днів тому

    Hello i'm from the Netherlands and have been working as a gardener for 11 years. Now, i want to switch from job and programming seems really cool to me.
    I have already taken a course on UA-cam or partial programming in C#, but I really doubt whether I should start with JavaScript first, many people say javascript is easier and you really get to know the basics.
    Someone here that can help me.

    • @TeddySmithDev
      @TeddySmithDev  26 днів тому +1

      This course is kinda advanced. I made another course (free) on C# that is for this specific situation. It's in VS Code and is far less in depth. Also, new C# is wayyy easier to understand and the syntax is very modern/less OOP. I would give it a try.

    • @Richard22134
      @Richard22134 26 днів тому

      @@TeddySmithDev
      I'll give it a try, thanks for the quick response and effort to help :)

  • @himpekenny
    @himpekenny Рік тому

    My journey begins

  • @holstfly1
    @holstfly1 Рік тому

    Hey man thank you so much for these videos! I'm trying hard to join this. It's a career change at 30. So I'm nervous

  • @crispychris4832
    @crispychris4832 2 роки тому

    What laptop would you recommend to buy ?

  • @barinthus74
    @barinthus74 2 роки тому

    Actually excited to start this and learn.

  • @SuStel
    @SuStel 2 роки тому

    When you select text in a console window, the program running in the console pauses. It'll say "Select" at the beginning of the title bar.

  • @daviddebrocke130
    @daviddebrocke130 2 роки тому

    Thanks I love it, cant wait for more!

  • @ahoussimea7164
    @ahoussimea7164 Рік тому

    I new to c# hope i'll love it

  • @aafreenpoudel
    @aafreenpoudel 14 днів тому

    Whats with the last part that u executed I don't get that everything but the last part I mean it's just not showing on mine

  • @jhonlloydgellica6063
    @jhonlloydgellica6063 Рік тому

    I already finished this playlist. What should I next to learn ?
    btw thanks for your efforts. God bless teddy.

  • @Qeqertarsuaq
    @Qeqertarsuaq 2 роки тому

    Thank you ☺️ decided I wanted to learn python untill I saw some vids pointing at C# n JS which my neighbor backed up saying is the best. 😎

  • @yousufhasson9613
    @yousufhasson9613 2 роки тому

    Liked and Subscribed ser. It is deserved

  • @trongnhanle7658
    @trongnhanle7658 Рік тому +1

    Why i am can not debugg or F5 this project ?. Can you give me some solutions ?. Mean the symbol of debugging and start without debugging is blur (it is not active). I don know why ?

  • @BorisBadenough
    @BorisBadenough 2 роки тому

    Thank you, great tutorial!

  • @andreap9756
    @andreap9756 2 роки тому

    I just have to say that you so give me Logic vibes.. You look just like him!

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

    What's the point if you are unable to read the code lines.

  • @rageshadey
    @rageshadey 2 роки тому +1

    Hey. I made a decision that I want to make a calculator for a game for me and my friends to use and although I could make one on a free website with my html, css, and java knowledge I figured it'd be cooler to learn programming and make an actual executable.
    Looking forward to learning what you have to teach and thank you for the videos. Seeing this reminds me of javascript. I hope the similarities don't end here. XD

  • @thrtmt
    @thrtmt 11 місяців тому

    About to do a happy trauma dump. I stumbled upon your channel searching "java vs C#" in the spring 2023. I really liked your mentality, vibe and approach to coding (especially the video about why you can code for 12+ hours a day). You also made me think C# would be a cool language to eventually learn. I ended up taking a coding bootcamp in summer 2023 with the focus on JavaScript / Python.
    Long story short, a company took a chance on me and hired me as a C# web dev with no prior experience. I start tomorrow. I'm terrified but feel confidant I can learn it and plan to use your videos as one of the main resources for my learning.
    How can I better support this channel?

    • @TeddySmithDev
      @TeddySmithDev  11 місяців тому

      You don’t have to do anything lol. Maybe just tell a friend or recommend.

  • @mervant1802
    @mervant1802 Рік тому +1

    Can someone help me, every time i run it nothing comes up. Smith gets the same problem at 20:40?

  • @wrtoomes600
    @wrtoomes600 2 роки тому

    I must say I agree with you regarding python.

  • @paktrainstravel
    @paktrainstravel Рік тому

    Very informative and helpful . Thank you so much sir for this video.

  • @jetspray3
    @jetspray3 Рік тому

    Hello can you please do a tutorial with VSCode

  • @toannghiale8064
    @toannghiale8064 Рік тому

    what a good video and tutor!!
    i'm starting learning C# and also visual studio, and i'm trying to run my first plug-in and i have this problem of "Could not find a part of the path", can you help me? for more information, i'm using VS 2022.

  • @erykroszczyk6630
    @erykroszczyk6630 2 роки тому

    Thank you this is very helpful I will be following the hole course thank you

  • @KaranVerma-dx4nm
    @KaranVerma-dx4nm 2 роки тому

    Can you provide notes which are made by you?Please.

  • @ljose007
    @ljose007 2 роки тому

    Blessings be upon you sir

  • @johnvincentbonotan3389
    @johnvincentbonotan3389 2 роки тому

    I have a problem with please select a valid start up

  • @ruthtagg5305
    @ruthtagg5305 2 роки тому

    I want to learn c# but never did any coding so this very new to me. Do you think c# is the right one to start with?

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому

      Most would agree that Javascript is easier. Plus you will have to learn Javascript anyway for any job in 2022. Best advice is learn one at a time.

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

    Man, this has been some really helpful information. I'm learning so much about setu..........beep?........I can make it beep?
    *Cut to 30 minutes of me playing with the beep function*

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

      you aint funny bro

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

      @@irfannoori7006 you seem like a happy well adjusted person.

  • @strik3r2000
    @strik3r2000 2 роки тому +1

    So glad I stumbled across this video. I am learning C# but my work is using VS 2019. Are there any major differences when it comes to the two versions of VS learning wise? I would like to watch your videos since you explain some basic stuff that other videos tend to skip.

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +1

      The major difference is "top level statements" which .Net started implementing this year. Essentially, you no longer have the "main" method and this throws people off. Good part is that you just don't have "main" anymore so just run program like it's not there and you should be ok.

    • @nivellen1168
      @nivellen1168 2 роки тому +1

      I found a fellow The Witcher fan

    • @cormackeenan8175
      @cormackeenan8175 Рік тому

      I couldn’t watch it, to much unnecessary information telling you want you don’t need, rather then getting on with it.

  • @Sladeofdark
    @Sladeofdark 2 роки тому

    I Love C-sharp and I want to understand it SOOO badly. It has the answers to all the types of problems I want to solve and -as of late- even allows for my dream of making video games. I just can't learn it because I am old and slow. :(

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому

      I’m old too lol. Consistency is key 👍

  • @irProteus
    @irProteus 2 роки тому

    Had to EDIT your video inorder to reduce the Verbosity. Good RULE to follow: (1) Tell viewer what you are going to say; (2) Say what you need to say; (3) Tell viewer what you have said. Keep it short and on point.
    If I work for myself alone.... do I REALLY need AZURE ?
    Earl

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому

      Only use azure if you plan on hosting a production grade app. If you building MVP or portfolio app, choose cheap deployment like heroku.

    • @irProteus
      @irProteus 2 роки тому

      -@@TeddySmithDev - Tnx 4 ur reply.. Another question: I have no use for C++ as I'll be working with C# exclusively. Is there any good reason why I would have to install C++ or can I leave it out of the installation of VS2022 ??

  • @RetirededKat
    @RetirededKat Рік тому

    Fingers crossed that this tutorial gives example real world use cases instead of just rambling off a list of all the functions and variables and data types like I'm reading the documentation.

    • @TeddySmithDev
      @TeddySmithDev  Рік тому +1

      🤞

    • @RetirededKat
      @RetirededKat Рік тому

      @@TeddySmithDev so far so good! on to part 2

    • @shafialanower3820
      @shafialanower3820 11 місяців тому +1

      @@RetirededKatlol nothing worse than not hiding real world examples in tutorials for coding. Some tell you to look at Microsoft documentation but you gotta be solid understanding first for it not to get overwhelmed

  • @DevlogBill
    @DevlogBill Рік тому

    Teddy, following your tutorial. I am very new to C#. I went onto the Visual Studio for mac. Got a message from the site that the mac version will be deprecated by 2024. I know that is 3 months away from this message I am sending you. But in your personal opinion with C# and .NET is it recommended to use Windows over mac? I have both. Or it doesn't matter? Thanks in advance!

    • @TeddySmithDev
      @TeddySmithDev  Рік тому

      Doesn’t matter. My next .NET tutorial will probably be on Mac 👍

    • @DevlogBill
      @DevlogBill Рік тому +1

      @@TeddySmithDev Ted, I should had learned from your experience, when you went the Python route. Well I did the same but learning Django. NO JOBS, you were right. Guess where I am at? Following your tutorial. Well better late than never!
      P.S. Left my Macbook home and took to work my PC Laptop and I just finished downloading 47GB of ram of Visual Studios. I think I downloaded every single packages available? Huge files!

  • @LouisFernandez-l3z
    @LouisFernandez-l3z 8 місяців тому

    ever since i did the step over with the debugging, every time I press Continue, the box is just empty (looks relatively normal in the 'without debugging' option)

  • @chadgregory9037
    @chadgregory9037 2 роки тому

    and yeah dude, I love how C# is like the lovechild of C++ and python. =]

  • @youtubearsivi9223
    @youtubearsivi9223 2 роки тому

    could you please zoom in to code next time when you are coding? It is so hard to follow in standart screens :(

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому

      Yes I made sure to zoom in on the code from now on! Thank you for commenting!

    • @youtubearsivi9223
      @youtubearsivi9223 2 роки тому

      @@TeddySmithDev Thanks for feedback dude. Appreciate the efforts!

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

    21:00 reset window layout
    21:39 debug mode

  • @royazulay3068
    @royazulay3068 Рік тому

    thank you Teddy

  • @makanansari144
    @makanansari144 9 місяців тому

    This is really helping me! thank you! BTW I couldn't find the Discord link!

    • @TeddySmithDev
      @TeddySmithDev  9 місяців тому

      Had to shut down discord. Got way too big and was a time waste.

  • @aviansnow
    @aviansnow 2 роки тому

    much love from Africa

  • @AndrewTullosMusic
    @AndrewTullosMusic Рік тому

    Bought a PC just for this tutorial

  • @alvingultiano7513
    @alvingultiano7513 2 роки тому

    i follow this journey of yours

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

    Thank you so much

  • @korsbar1978
    @korsbar1978 2 дні тому +1

    The code is way too small, but the rest is all good.

  • @რასარგაიგებ

    Plzzzzzzzzz can i start this tutorial on MacBook???? Someone plz answer

  • @cooperroberts2162
    @cooperroberts2162 Рік тому

    13:58
    18:05 Explaining older programming

    • @TeddySmithDev
      @TeddySmithDev  Рік тому

      if you type out question i will answer. I hate watching my own videos lol

  • @irvincodes6096
    @irvincodes6096 2 роки тому

    Excelent video; I hope to become a game developer and learned that to use unity I need to learn c# so here I am, glad to find you!

  • @Yoshimitsu_Tera
    @Yoshimitsu_Tera Рік тому

    My "play" icon is grayed out and where it says your project name next to your "play" icon, mine says "Attach". I haven't been able to figure out why. That was just the default when I installed it.

    • @Yoshimitsu_Tera
      @Yoshimitsu_Tera Рік тому

      Also, my Solutions Explorer says 0 of 0 projects. But I created the project just as you did for C# console project. You starting a new project is different from how I do it even though I follow your few simple instructions. I didn't see you modify the program in any way after installing it either. This isn't making any sense to me. :/

    • @Yoshimitsu_Tera
      @Yoshimitsu_Tera Рік тому

      Your solutions explorer also has dependencies and other stuff. mine just starts out empty. Nothing in it at all. Do you know why? I want to learn C# with your tutorial, but as far as the first video goes I don't get the same results following instructions as you present them, and I am stuck unable to continue watching your tutorial.

  • @showspotter
    @showspotter 2 роки тому

    teddy, how long and for how many hours a days did you have to practice c# before becoming good enough to get hired...? is it about a year long process...?

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +2

      If you put in 3 hours a day consistent, you could get hired in a year. It took me 2 years but I was switching languages, not focusing, and didn't really know the industry that well. Main thing is to build an app that you would see in a business/corporate enviornment. Example: employee manager, customer mgmt system, etc. Consistent progression towards a business app is way better then trying to reinvent the wheel, code a machine learning app, or in general trying to be a genius. If all else fails you can join my discord and I can help you.

    • @mlsandreas
      @mlsandreas 2 роки тому

      @@TeddySmithDev I am in the same positon, switching languages but it gets me nowhere. I am following your videos and really enjoy it

  • @simonredshaw4082
    @simonredshaw4082 Рік тому

    At 20 minutes in you ran the code and had the console in SELECT mode, it says in the top left, if you right click the console window it will carry on running as normal, like its paused.

    • @TeddySmithDev
      @TeddySmithDev  Рік тому +1

      hmmm thank you for commenting. I'm going to look into this...

    • @simonredshaw4082
      @simonredshaw4082 Рік тому

      @@TeddySmithDev sorry it's left click in select mode to exit, not done it for a while used to work with batch scripts a lot

  • @rangiroa100
    @rangiroa100 2 роки тому

    Have the following error when running "hello world" in console
    Warning The referenced component 'System.Data.DataSetExtensions' could not be found
    Warning The referenced component 'Microsoft.CSharp' could not be found.
    Warning The referenced component 'System.Core' could not be found.

  • @LukasNachtigall
    @LukasNachtigall 2 роки тому

    @Teddy Smith I've installed Visual Studio but for Mac (it's VS 2019) and it has .NET5 only. I can use my PC if necessary, but is there any major difference? the VS 2022 is going to be released soon probably.

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому

      There's really not much difference except that .NET has "top level statements" and not void main function to start program.

  • @dereckwbii3504
    @dereckwbii3504 2 роки тому

    Started your tutorial last night and then again today. I noticed that in VS code i can’t do what you can.
    Which extensions would allow me to utilize what Visual Studio 2022 can do?
    Currently using a Dell latitude on Ubuntu/Linux. Visual Studio isn’t currently available on my device. Would love to take advantage of your tutorial.

    • @TeddySmithDev
      @TeddySmithDev  2 роки тому +1

      Go to extensions and download C# by Microsoft and also download C# Extensions by JChannon. You will now get all the inellisense and the ability to add classes/interfaces by right clicking + "New C# Class"

  • @insubordinategoy7466
    @insubordinategoy7466 2 роки тому

    How do I write code outside of the main now?