Hey Teddy, so glad I found your channel! I just scored my first IT job as a Systems Analyst and I'm freaking out a little bit. Not new to programming but will be using C# ,NET and Angular and I have never used any of these. Thanks for taking the time to xplain all this stuff to us ;)
@TeddySmithDev7 ай бұрын
good job! .NET/Angular is still the goat for jobs.
@joaogabrielv.m3288 ай бұрын
Yoh, Teddy boy is on fire, 3 videos at once in a day. Keep up, man
@TeddySmithDev8 ай бұрын
thanks for commenting!!!!!!
@frutty88096 ай бұрын
Thanks for creating good, and what is more important NEW tutorial to C# in 2024, wish u the best in this life
@imalpha60263 ай бұрын
I just got into Game Development , Downloaded unity and started to watch a beginner tutorial , took me like 4 hours to write 20 lines of code by copy pasting it and I still managed to mess it up xD
@blackstar48027 ай бұрын
Absolutely brilliant, i appreciate you breaking everything down for us, i followed along, and i must say i hope you have tutorials that are longer because i definitely going to subscribe.""
@TeddySmithDev7 ай бұрын
thank you! going to keep making beginner videos for next couple months, then it's C# leetcode!
@sebasco43295 ай бұрын
THANK YOU MAN! so so much for showing how to start this up
@renealbrechtsen97437 ай бұрын
This should be getting so much more views and likes.
@mitchellarmour38135 ай бұрын
Hey Teddy, I'm a complete novice to coding, would you say C# is a fairly easy language to learn for a beginner or would you recommend anything else to start with? I like to think I'm technically adept and pick up on things relatively quicky :)
@makanansari1446 ай бұрын
Oh new C# course thanks Teddy! what's the difference between the older one? should I watch this or continue your older C# course?
@TeddySmithDev6 ай бұрын
This one has pictures and I think is way better + more modern.
@makanansari1446 ай бұрын
@@TeddySmithDev Thanks, then I will watch this one
@MindBodyMeditate7 ай бұрын
SHEEEEEEESH BOI YOU ARE OUT HERE. Slay king.
@TeddySmithDev7 ай бұрын
💅✨
@uvieemma38545 ай бұрын
I love the way you said "WE CODE C# FOR THE MONEY".....alot will preach about passion...yours is both but state the bottom line..MONEY..lols
@sauleduardohernandezgomez63696 ай бұрын
Hello, I’m currently trying to learn C#, and while it took me a long time figuring out that I wasn’t saving using “ctrl + s” after editing I’m a still trying to figure out how to gain access to the terminal again, after the command “dotnet watch run” has been added, at the same time, what should I do with the tab after I’m done? As I noticed you start a new tab I believe on your next video. Thank you in advance.
@TeddySmithDev6 ай бұрын
You can leave it open or close it. Not going to matter much unless you have computer very low RAM. I think I had multiple open because I was running debugger from another project.
@autisticandproudsnephew36363 ай бұрын
The only PC I have at the moment is a very slow laptop that doesn't have much space to install Visual Studio/VS Code, so is it ok to do this course on something simpler like Replit?
@TeddySmithDev3 ай бұрын
Yeah that’s actually great idea
@alirezabeyfa918 ай бұрын
GJ keep continue plz
@TeddySmithDev8 ай бұрын
👌
@ZidaneA6 ай бұрын
Hey, thanks for this intro. After I have started running the "dotnet watch run" command in the terminal, I can't turn it off. It's just indefinitely waiting for a file to change before restarting dotnet. So now I can't type anything into the terminal. How do I turn it of so I can access the terminal again? Thanks in advance.
@TeddySmithDev6 ай бұрын
Yes it runs forever. You can CTRL+C to exit or you can open another terminal 👍
@ZidaneA6 ай бұрын
@@TeddySmithDev I see, thank you. When I use "dotnet watch run, the terminal gets so slow it's unable to properly digest inputs and sometimes gives me the wrong output. I'm on a 2023 MacBook pro, M2 Pro chip and 16GB of internal memory. Any idea of what's going on?
@Ricebow117 ай бұрын
MVP!
@Crxig3Ай бұрын
When I do the dotnet watch run it freezes on "Waiting for a file to change before restarting dotnet..." I've been stuck here for close to 20 minutes lol. Is my computer just not capable of doing this? It's just a basic Optiplex 7020
@TeddySmithDevАй бұрын
Run “dotnet build” and re run dotnet watch If you don’t get anything comment again.
@aloSolo6 ай бұрын
i tried dotnet new console i get an error saying dotnet doesnt exist any suggestions?
@TeddySmithDev6 ай бұрын
If you installed VS, make sure to close out of terminal
@MrWolfman1605Ай бұрын
@@TeddySmithDev Hey what do you mean by that? Because I have the same problem