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

  Рет қаралды 251,546

Teddy Smith

Teddy Smith

Күн бұрын

Пікірлер: 253
@a.human.
@a.human. 2 жыл бұрын
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 Жыл бұрын
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.
@TeddySmithDev
@TeddySmithDev Жыл бұрын
thank you for watching!!
@callummander
@callummander 2 жыл бұрын
Honestly love the enthusiasm from your intro! I'm excited to learn, a more than well-earned subscription to this channel me thinks.
@lazysurf9
@lazysurf9 2 жыл бұрын
Loving the energy! Excited to check all the video's you have to offer. Keep up the great work!
@anthonynorman1212
@anthonynorman1212 2 жыл бұрын
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.
@mennis-cj5qh
@mennis-cj5qh 3 ай бұрын
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 9 ай бұрын
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!
@twitchtv.clippers
@twitchtv.clippers 3 ай бұрын
thank you, you are one of the only channels doing visual studio tutorials.
@colorsofgaia
@colorsofgaia Жыл бұрын
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 😋😋😋
@sohkbueno28
@sohkbueno28 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 Жыл бұрын
@@farazk9729 Not so Bueno I guess...
@nah2106
@nah2106 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Thanks for positivity!
@xd4rkv3lvetx
@xd4rkv3lvetx Ай бұрын
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.
@maximum3080
@maximum3080 2 жыл бұрын
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 :)
@Teemoplanter
@Teemoplanter Жыл бұрын
I was wondering why visual code studio wasnt working, this actually works. Thanks man :)
@stephaniemerrington5575
@stephaniemerrington5575 2 жыл бұрын
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 жыл бұрын
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.
@brianreichhoff660
@brianreichhoff660 2 жыл бұрын
You are the man, bro. Nice. "Climbing to the top of the C sharp mountain" crushing it.
@RadioFreeSantaBarbar
@RadioFreeSantaBarbar 2 жыл бұрын
Finally someone explaining this in a way I can understand! God bless you.
@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.
@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 жыл бұрын
No prob. Thank you for commenting Johnny!
@bertinaagnes73
@bertinaagnes73 2 жыл бұрын
I've got an interview coming up soon, this series has been super helpful. Keep up the great work!
@Hollowendz
@Hollowendz 2 жыл бұрын
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 жыл бұрын
Thank you for watching
@JimRohn-u8c
@JimRohn-u8c 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!
@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
@TeddySmithDev
@TeddySmithDev Жыл бұрын
Lol Thank you for watching!
@NetherLoseMusic
@NetherLoseMusic 2 жыл бұрын
thank you i just watced 1 minute and i am hooked!
@alex.g7317
@alex.g7317 2 жыл бұрын
Thx, your like the only up-to-date c# tutorial!👍
@user-gened
@user-gened Жыл бұрын
I love your intro, most courses dont say this. 🎉
@wahebbenzaid543
@wahebbenzaid543 2 жыл бұрын
Im so glad to discover you and your content, your stuff is very helpful, thank you
@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.
@aaronjameshorne
@aaronjameshorne 2 жыл бұрын
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!
@smeezy845
@smeezy845 2 жыл бұрын
Watching code videos are boring but you explain it really well and make it fun at the same time!
@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.
@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.
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
Thanks. Let me know how it goes!
@vsvenkathari9653
@vsvenkathari9653 5 ай бұрын
Thanking you Sir for your wonderful teaching
@barinthus74
@barinthus74 2 жыл бұрын
Actually excited to start this and learn.
@daviddebrocke130
@daviddebrocke130 2 жыл бұрын
Thanks I love it, cant wait for more!
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
More to come!
@Contemelia
@Contemelia 2 ай бұрын
I like how he's explainin it piece by piece in layman terms include the silly mistakes you may come across, instead just going around like "You all probably know it from my previous video" or "Yep this thing is pretty elementary" and stuff NIce playlist, man
@ZTomyTomyZ
@ZTomyTomyZ 10 ай бұрын
Thanks man. I needed this.
@himpekenny
@himpekenny Жыл бұрын
My journey begins
@m0namie
@m0namie 6 ай бұрын
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.
@JasonLayton
@JasonLayton Жыл бұрын
Your energy is great, I can't wait to see how good your course is, let's go!
@yousufhasson9613
@yousufhasson9613 2 жыл бұрын
Liked and Subscribed ser. It is deserved
@isolatednetwork
@isolatednetwork Жыл бұрын
u are great teddy, thank u for this
@rageshadey
@rageshadey 2 жыл бұрын
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
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
Sweet! Let me know how it goes!!!
@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.
@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.
@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.
@ahoussimea7164
@ahoussimea7164 Жыл бұрын
I new to c# hope i'll love it
@spellswordmain
@spellswordmain 8 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
@@TeddySmithDev Amazing! Thank you very much
@hattan6775
@hattan6775 2 жыл бұрын
Thank you it's helpful, just if you can make zoom in with the code because it's very small
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
Thank you will increase code size. Also, if anybody is reading this please leave constructive feedback so I can make these videos better.
@andreap9756
@andreap9756 2 жыл бұрын
I just have to say that you so give me Logic vibes.. You look just like him!
@BorisBadenough
@BorisBadenough 2 жыл бұрын
Thank you, great tutorial!
@crispychris4832
@crispychris4832 2 жыл бұрын
What laptop would you recommend to buy ?
@DavidMigoya
@DavidMigoya Жыл бұрын
I am starting my C# project today, i am coming form a Python background, i hope its going to be smooooth.... 🙂
@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. 😎
@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
@kirillzlobin7135
@kirillzlobin7135 7 ай бұрын
21:00 reset window layout 21:39 debug mode
@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?
@ljose007
@ljose007 2 жыл бұрын
Blessings be upon you sir
@NL-yu3fb
@NL-yu3fb 2 жыл бұрын
the start 3:48
@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.
@TeddySmithDev
@TeddySmithDev Жыл бұрын
no problem. Thank you for watching
@chadgregory9037
@chadgregory9037 2 жыл бұрын
and yeah dude, I love how C# is like the lovechild of C++ and python. =]
@alvingultiano7513
@alvingultiano7513 2 жыл бұрын
i follow this journey of yours
@aviansnow
@aviansnow 2 жыл бұрын
much love from Africa
@jhonlloydgellica6063
@jhonlloydgellica6063 Жыл бұрын
I already finished this playlist. What should I next to learn ? btw thanks for your efforts. God bless teddy.
@TeddySmithDev
@TeddySmithDev Жыл бұрын
Go .NET WebAPI 👌
@AndrewTullosMusic
@AndrewTullosMusic Жыл бұрын
Bought a PC just for this tutorial
@twantlavish
@twantlavish 2 жыл бұрын
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 жыл бұрын
I wish I knew. I have zero knowledge of Unity. If somebody knows please answer this question!
@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 Жыл бұрын
🤞
@RetirededKat
@RetirededKat Жыл бұрын
@@TeddySmithDev so far so good! on to part 2
@shafialanower3820
@shafialanower3820 Жыл бұрын
@@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
@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 ??
@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
@erykroszczyk6630
@erykroszczyk6630 2 жыл бұрын
Thank you this is very helpful I will be following the hole course thank you
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
Thank you!
@PamelaDuncan-d7f
@PamelaDuncan-d7f 11 ай бұрын
cool video)
@Richard22134
@Richard22134 Ай бұрын
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 KZbin 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 Ай бұрын
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 Ай бұрын
@@TeddySmithDev I'll give it a try, thanks for the quick response and effort to help :)
@ywsl2407
@ywsl2407 7 ай бұрын
What's the point if you are unable to read the code lines.
@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!
@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 👍
@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.
@ZionSalami
@ZionSalami 5 ай бұрын
Great tutorial but I had a hard time reading the code lines most especially at the point of debugging
@royazulay3068
@royazulay3068 Жыл бұрын
thank you Teddy
@presiyanyankov8869
@presiyanyankov8869 7 ай бұрын
Thank you so much
@strik3r2000
@strik3r2000 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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.
@trongnhanle7658
@trongnhanle7658 Жыл бұрын
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 ?
@elitetechacademy
@elitetechacademy Ай бұрын
Hello, Thank you
@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.
@caioconfirma7322
@caioconfirma7322 Жыл бұрын
teddy you selected console in the first try of "you are n00b" 😅
@jetspray3
@jetspray3 Жыл бұрын
Hello can you please do a tutorial with VSCode
@mervant1802
@mervant1802 Жыл бұрын
Can someone help me, every time i run it nothing comes up. Smith gets the same problem at 20:40?
@makanansari144
@makanansari144 10 ай бұрын
This is really helping me! thank you! BTW I couldn't find the Discord link!
@TeddySmithDev
@TeddySmithDev 10 ай бұрын
Had to shut down discord. Got way too big and was a time waste.
@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.
@BP-by8nn
@BP-by8nn 3 ай бұрын
THANK YOU
@TeddySmithDev
@TeddySmithDev 3 ай бұрын
Ur welcome
@andromedacassiopiea
@andromedacassiopiea 10 ай бұрын
Thanks man you save ma life 🫡
@aafreenpoudel
@aafreenpoudel Ай бұрын
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
@johnvincentbonotan3389
@johnvincentbonotan3389 2 жыл бұрын
I have a problem with please select a valid start up
@friball8728
@friball8728 11 ай бұрын
ss14 development here we go!
@crypto9779
@crypto9779 2 жыл бұрын
You are awesome
@ibrahimsalad1432
@ibrahimsalad1432 Жыл бұрын
very nice teacher but some stdent needs more details
@KaranVerma-dx4nm
@KaranVerma-dx4nm 2 жыл бұрын
Can you provide notes which are made by you?Please.
@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 Жыл бұрын
@@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!
@andrearruda9005
@andrearruda9005 2 жыл бұрын
I`m learning English and C# at the same time =)
@MattNowell
@MattNowell Жыл бұрын
I WISH I WATCHED THIS SERIES BEFORE I SPENT 16,000 AT A SOFTWARE BOOTCAMP.
C# Tutorial For Beginners - 2. Variables & Data Types
27:40
Teddy Smith
Рет қаралды 76 М.
Every single feature of C# in 10 minutes
9:50
Train To Code
Рет қаралды 147 М.
PRANK😂 rate Mark’s kick 1-10 🤕
00:14
Diana Belitskay
Рет қаралды 6 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 75 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 4,2 МЛН
Learn C# BASICS in 10 MINUTES!
10:55
Code Monkey
Рет қаралды 803 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 649 М.
C# Tutorial For Beginners - Learn C# Basics in 1 Hour
1:10:32
Programming with Mosh
Рет қаралды 5 МЛН
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,1 МЛН
Learning C# In A Week... Otherwise I Fail University
9:04
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
Every Programming Language Ever Explained in 15 Minutes
15:29
Flash Bytes
Рет қаралды 352 М.
How To Learn C# in 2023 - Learning Path, Tips & Tricks, and More
46:37
PRANK😂 rate Mark’s kick 1-10 🤕
00:14
Diana Belitskay
Рет қаралды 6 МЛН