I watched 5 minutes of your video and was instantly impressed. Great teaching style, no ambiguity and you don't take anything for granted. Beautiful stuff!!
I am a junior .NET developer. I just finished the video and it took me 10 hours to complete. This is the best C# basic video I have ever seen. Thank you.❤
string dayOne = " 35:58 "; // (i'm sleepy cuz work ) string dayTwo = " 55:00 "; // I've made myself a progress sheet on visual studio while learning, i can exercise what I've learned last day so i can exercise everyday when starting to course 1:36:04
Amazing video. Took me from absolute beginner to writing my own small apps. Gave the fundamentals to be able to practice on my own. Still doing other courses and tutorials but this really helped me understand the language.
I'm having to learn c# rn in school, I didn't understand anything about it as the teacher asumed we already knew everything. This explained everything so much well! Thank you for saving my finals!
Hey there! I'm glad you finished the course and hopefully enjoyed the course. I would recommend the Udemy course as it's an extension of this RUclips course which covers more projects, tutorials, mini tasks and projects to help consolidate the learning. It also includes perfect solutions and blank solutions so you can download the files and start to code straight away - the link for the course is in the description above 😊
old comment broke day 1 I want to learn going into senior year of highschool 4:56 my time stamp day 2 10:30 realized I type slow and now I will do 20 min practice on speedcoder day 3 first day of school unfortunately didn't watch today but will be back in tomorrow day 4 17:40 Came home finished my home ready work got pass that part Text based data types thanks you for the information
Your voice is good for being a teacher tbh. calm and kind. Thank you so much you should teach other languages as well please. I like that you don't ask too much in every lesson like please hit subscribe and so on. Just teach. You don't need to ask for subscribsion if your teaching is good enough
28:17 to anyone read this comment .This comment doesn't have any meaning i just want to stamp the time so that next time i could come here and continue to watch
No problem, thank you for watching! Sounds good, there is lots of projects & exercises on the Udemy course, I made it in a practical way instead of dealing with lots of theory :)
@@CoffeeNCode was watching from codecamp, but the sound and video didn't match at some point... But there is no problems in this video, So i assumed it's original by quality.
Thank you for the effort you have put into this. Will you cover advanced topics in another video? Events, Delegates, Inheritance, Attributes, LINQ, Lambda, Assemblies, Reflection and components of System Namespace.
hey @sousahugo1000, I'm glad to hear, thanks for the kinds words! I definitely will 🔥 If you have any questions feel free to comment here or join the Discord server
Hey just had a quick question, I’ve started learning to program with the software “Scratch” I’ve messed with it for a few weeks and am beginning to understand how to think like a programmer. I have literally “0” knowledge on coding but my end goal is to learn C# and use the Unity game engine to become an indie game developer. That said would you recommend this course as a good place to start from where I currently stand or is there another route I should consider taking first before coming back to this? Is this course truly for “beginner BEGINNERS” or should I have some basic coding knowledge before diving into this? Thanks for the video and your time!
Hey! Thanks for your question! Yes, this course is absolutely for beginners. It assumes no prior knowledge of programming in C# or any other language and starts from the very basics. Since you've already been experimenting with Scratch and are beginning to think like a programmer, you're in a great spot to start learning C# and working towards your goal of using Unity for indie game development. Also, as an extension of this free course, I've created a more comprehensive course on Udemy (linked in the description). It dives deeper into these concepts and offers a more structured path for learning. Lastly, I'd love for you to join our Discord community (link also in the description)! It's a great place to ask questions, get feedback, and connect with other learners. Hope this helps, and best of luck on your game dev journey!
Hello, thanks for the question. In the Udemy course it will take you through all the fundamentals of the language, and give you lots of exercises to learn from and consolidate your learning. There is several projects within this course yes :)
Hello thank you for your question, I will be creating content in the future for databases & WinForm development, but at the time of writing it's not currently present :)
@@CoffeeNCode Thanks for the reply. Can I do this Tutorial after completing your course? Wanted to learn the C# syntax and OOP first before doing this. ruclips.net/video/VX4wl7qIcbA/видео.html
@@CoffeeNCode thanks! I have used python a lot and java too but it was a couple of years ago. I need to know c sharp for my new upcoming role as a software engineer. What do you recommend I do after going through this tutorial?
Ah nice understood - congrats on the new job! I would suggest diving into projects to try and understand the language and how it all connects together. I have a Udemy course which takes you through everything including tasks and big projects. I also have c# projects on my channel you can do as well :)
@@CoffeeNCode I have subbed and will definitely take a look at all your tutorials. I'll definitely get started with projects, thanks for all your tutorials and work
Trying to use with JetBrains IDE Rider. I guess debugger will be different but I have been using other Intellij for some time already and Visual Studio anyway isn't an option for me since I use linux.
Hey there! Yeah that's understandable, but the concept of debugging will be the same just that Rider IDE will do things a bit differently with debugging. Hopefully not a lot of differences though 😊
Coming from knowing quite some java, i could run through this at x2 speed but holy hell, the getter and setter syntax had me rewind twice xD 'ref', 'is', 'as', 'var', 'const' and 'out' had me tilt my head awkwardly. I just don't get why those are necessary but that's just me :P
Hey there! Thanks for watching and sharing your thoughts-it’s always interesting to hear how others perceive the language. I totally get where you’re coming from; transitioning from Java to C# can feel a bit quirky at first, especially with keywords like ref, is, as, var, and out. They can seem unnecessary at a glance, but they do serve specific purposes. For example, 'ref' and 'out' let you pass variables by reference instead of by value, while 'is' and 'as' simplify type checking and casting compared to Java’s syntax. Meanwhile, 'var' is more about readability, and 'const' ensures immutability. These features are like extra tools in the developer toolbox-not always necessary, but helpful in the right context. I get that it can be a lot to take in initially, though! Do you think they might grow on you with time, or are they just not your style?
@@CoffeeNCode I really can't say yet. I will need to use it and see for how long they will keep confusing me. I'm used to pass by value being the standard so 'ref' and 'out' are cool theoretically, but also a little scary. It feels like we are given too much power at once with this. Does that make sense to you? I think 'var' and 'const' won't be much of a problem as I've also dove into JavaScript before, where they make perfect sense. I don't see myself using 'var' much though. I am an absolute sucker for type safety and this one just has me jump the fence. Either way, I will have to suck it up as I am working on a WPF App. There isn't much choice here, hahaha.
Yeah to be honest ref and out are not used a lot but can be helpful in some situations. Yeah it does make sense haha, but it's good you can have this much control over the code if need be. I tend not to use var either, it can hurt the readability of the code sometimes. Glad they're fine for you because of Javascript! Haha yeah for sure, good luck on your WPF adventures!
if I finish this course and understand most of the thing can I make game with unity after I learn unity or I need to learn extra things.because I wrote everthing in my book and wrote your code couple times.so is it enough to make or understand unity scripts. if you answer it would be very pleasent.
Hello there! So this course will help you to understand C# and the fundamentals of the language and more. You will be able to understand Unity scripts after this tutorial, especially the OOP part because unity uses a lot of OOP 😊 as for making games from scratch I would recommend you to watch some unity specific videos and tutorials in order to be able to create proper games! Hope that helps, let me know if you have anymore questions 😊
@@CoffeeNCode thank you for answering.I am planning to learn unity from it's offical site.unity has 36 hour course ''Create with Code''.do you have any recommendation about this.if you do I would be glad to take your advice.and one last thing thank you a lot.. I am foreign but I understood your course very well.thanks a lot.I am probly going to take your udemy course as well.is it more advanced version of this course or continue.
Hello there! Yeah the unity website is good for learning, I would recommend using that then progressing to additional resources in the future, but it's really good to get started. Yes the Udemy course has more tutorials, downloadable materials and extra projects to help with consolidating your knowledge! It's a jump up from this video - feel free to join the Discord server too :)
Hello :) I would say an intermediate level as the basics are covered, as well as object oriented programming which is an advanced topic. This course will give you the understanding of the language and what's involved in learning it. From there you can look into other technologies like ASP for web development or WinForms / WPF for desktop applications - hope that helps!
@CoffeeNCode you're welcome - I wrote it because Ctrl+D does nothing on VS2022 on Windows - I guess it's with ReSharper installed? I've customised it now anyways so thanks for the tip
I am C# developer for 5 years and im also automation engineer (PLC) for 10 years but i am in the situation to create C# windows application to controll automation machine with its operation logic ....but totally get confused how to make to run c# code like a PLC code ....can you help me? .... If willing pls revet back we will talk with commercial terms ..... Thanks brother ....
Hey thanks for the question :) it doesn't currently have a linq section, but it covers advanced topics like object oriented programming. In the future I will make a follow up with a linq section & additional advanced topics.
I just have a tiny question, what does full course mean? Like it covers all the fundamental knowledge or it has everything (like not all the syntax, but all aspects of the language itself)
Hey :) thanks for the question, this video will contain everything you need to get setup with C# and be able to make your own projects, it covers exercises and projects to help consolidate learning and goes up to advanced topics like object oriented programming. If you want more coverage I have a Udemy course pinned in the comments and in the description to cover more of the C# language and give you lots more exercises - I believe programming requires practical learning as well as theory :) Hope that helps - let me know if you have any other questions!
I want to learn to code again but all tutorials are how i remember c language but when i open Visual Studio i have no main no namespace no class no nothing no libraries(using System etc.) but the string "hello world" still works what i am dooing wrong
have to mention in highschool(5 y ago) studied math and CS and only learn C++ but i want to learn C# bcs is similar(what i have heard) and the things at HS we were dooing were like :a thief tries to steal and he has a bag with a max weight(WMax) and every object has weight(W) and a value(V) determen the max value he can steal and i would grade this 2/10 difficult for eg, i have this example because (idk why) before starting i wanted to get use to programing again and did problems like this and they seem easy (max 5 min in codeblocks for each problem) and now when i opend Visual Studio i feel lost
@@CoffeeNCode i was just dumb because i was selecting console app the one that is also for linux(not the .net framework) and they use something called "top-level statements" that made me confused, but thanks for replying
Hey there! I would suggest the Udemy course as it's longer and covers more exercises and projects 😊 you will also get access to the discord server with the Udemy role to get the support you need to ask any questions you're stuck on!
Sir In the "Try and catch" part of the video there is an exception when u type 15.5 but generally when we use int type for any variable it would convert decimal to integer why isn't it doing the same here?
hey :) can you show me which time in the video this is happening at? And if you have some code that you're running can you share that too so I can look into that for you?
@@CoffeeNCode //Here sir although 3.33 is a double it takes truncates and takes 3 as the age int age = 10/3; Console.WriteLine(age); //Here it does not truncate decimal try { Console.Write("Enter age: "); int Age = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(Age); } catch (Exception) { Console.WriteLine(); }
@krishvinraam4734 hey thank you for the response :) The reason you get 3 when you run "int age = 10 / 3;" in C# is because of integer division. In C#, both 10 and 3 are treated as integers (whole numbers) by default. he expression 10 / 3 performs a division operation. Since both numbers being divided are integers, C# performs integer division. This means it discards any remainder after the division and only keeps it as a whole number. The result, which is 3 (the whole number part of 10 divided by 3), is then assigned to the variable Age. And for the Convert, the reason this doesn't work, is it's trying to convert from a string to an int, if you input a decimal then you will get a exception. To allow for decimal ages, you can replace Convert.ToInt32 with Convert.ToDecimal. This will store the user's input as a decimal value, even if it includes a decimal part (e.g., 25.5). Hope that helps - let me know if you have any follow up questions!
Hey @tugrularslan542 thanks for the enquiry. The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it :)
hey :) yes, it goes from getting setup from scratch and installing visual studio, if statements, loops, with some exercises in there too and also object oriented programming and if you wanted to expand on this video then there is a Udemy course with more content in the pinned comment & description! Hope that helps
It is normally used like this: int[] numbers = { 5, 3, 8, 1, 2 }; // Sorting the array Array.Sort(numbers); If that doesn't fix the issue, let me know :)
You could use VS Code and install .NET on there (learn.microsoft.com/en-us/dotnet/core/install/linux). Then install the C# Dev Kit in VS Code as an extension then you should be able to make projects from there :)
Hey there, thanks for the question. You could use VS Code and install .NET on there (learn.microsoft.com/en-us/dotnet/core/install/linux). Then install the C# Dev Kit in VS Code as an extension then you should be able to make projects from there :)
hey @lazarlazar3115 thanks for watching! I would suggest diving into projects to try and understand the language and how it all connects together. I have a Udemy course which takes you through everything including tasks and big projects. I also have C# projects on my channel you can do as well :)
Hey there, thank you for the question! The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it 😊
@@CoffeeNCode You know what, I am gonna buy your udemy course not just for my own sake but only cuz of you and to give you some revenue back as a return for this in depth premium youtube course that you have made available free!!!!
After 8 hours of following this tutorial, I think I have deduced his name is Aba and he is 23, just a guess though In all seriousness though, great tutorial, think I might move on to learning unity's game engine now!
Hey thanks for the enquiry! The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it :)
Hey there thanks for the question! In this video it will cover a lot of topics and some advanced topics like object oriented programming, but other advanced topics will be included in a future video :)
Hello there! When I grow this channel I want to expand the languages available in these videos, but in the meantime I do not speak Urdu and will not be able to do that sorry.
💪🏼 Udemy C# Masterclass course, 83% off sale ends soon! ⬇
www.udemy.com/course/csharp-complete-masterclass/?couponCode=LEARN-C5HARP
💻 Need free programming help? Join our community Discord server!
discord.gg/nv3ukXaSvt
I watched 5 minutes of your video and was instantly impressed. Great teaching style, no ambiguity and you don't take anything for granted. Beautiful stuff!!
Hello there! I'm super happy to hear that, thank you for the kind words and I'm glad you like the course 🔥
After those 8 hours I finally know C# like I never did before
Thank you for checking out the course!
you binged watched it like a netflix series?
lmao you made c# sound hot
I am a junior .NET developer. I just finished the video and it took me 10 hours to complete. This is the best C# basic video I have ever seen. Thank you.❤
hey @swamnhtet786, awesome I'm happy to hear it! I appreciate the kind words - thank you for watching 😍
2 and a half hours in over the course 2 weeks and going. Thank you for making this, its so in-depth.
Awesome, I'm happy to hear that! Feel free to look into the Udemy course as an extension to this 😊
Hi y'all, starting my journey through C#! Good luck to you all!
Day one: 20:17
Day two: 34:51
Sounds good - good luck to you too!
@@CoffeeNCode Yo the legend himself! Ty for making this.
@krox9229 haha hey :D - you're very welcome, hope you enjoy the course!
And dropped out on the third day
Hopefully they pick it back up 💪🏼
string dayOne = " 35:58 "; // (i'm sleepy cuz work )
string dayTwo = " 55:00 "; // I've made myself a progress sheet on visual studio while learning, i can exercise what I've learned last day so i can exercise everyday when starting to course
1:36:04
Awesome that sounds good, keep it up 💪🏼 just out of curiosity what do you mean a 'progress sheet on visual studio'? :)
Amazing video. Took me from absolute beginner to writing my own small apps. Gave the fundamentals to be able to practice on my own. Still doing other courses and tutorials but this really helped me understand the language.
Thank you kind sir! I'm glad the video helped you a lot - thank you for watching 😊
i decided to solve couple of leetcode problems as a c# begginer, i stared at the question for a while, cried, played video games
16-8-2024, started my coding journey from c#... Lets see how it goes! Also this tutorial seems well detailed!
Hey there. Awesome, thank you for tuning in, I hope you enjoy the course! Please let me know if you need any help or have any questions 😊
I'm having to learn c# rn in school, I didn't understand anything about it as the teacher asumed we already knew everything. This explained everything so much well! Thank you for saving my finals!
Hey there! That's not ideal but I'm glad I could help with this video - thank you for watching! 😊
This was an amazing tutorial.
The pace, style and pretty much everything was extremely comforting.
Thank you sir.
Hello sir! Thank you for the kind words, I'm glad you liked the tutorial 😊
Good tutos. I will share your channel with my friends for sure.
Thank you, I appreciate that 😊
Thank you for this course its the first course that i have managed to finish
What would you recommend next after this tutorial
Hey there! I'm glad you finished the course and hopefully enjoyed the course. I would recommend the Udemy course as it's an extension of this RUclips course which covers more projects, tutorials, mini tasks and projects to help consolidate the learning. It also includes perfect solutions and blank solutions so you can download the files and start to code straight away - the link for the course is in the description above 😊
Ok thanks
old comment broke
day 1 I want to learn going into senior year of highschool
4:56 my time stamp
day 2
10:30 realized I type slow and now I will do 20 min practice on speedcoder
day 3
first day of school unfortunately didn't watch today but will be back in tomorrow
day 4
17:40 Came home finished my home ready work got pass that part Text based data types thanks you for the information
Thanks for the updates! Great progress, keep it up 💪🏼 if you have any questions let me know 😊
Most underrated video in youtube
hey @krishvinraam4734, thank you! I appreciate the kind words 😊
Wow! I've watched so many different ytbers but your one of the best if not the best! Great Job man!
Hey 😊 that's amazing, thank you so much. That really means a lot to me!
Keeo makin vids man, it really helps
Thank you for the kind words 😊 I sure will!
Your voice is good for being a teacher tbh. calm and kind. Thank you so much you should teach other languages as well please. I like that you don't ask too much in every lesson like please hit subscribe and so on. Just teach. You don't need to ask for subscribsion if your teaching is good enough
Thank you so much, I appreciate the kind words 😍 I have other languages and material planned so I'll hopefully see you around!
You are a fantastic teacher. Thank you for this and please do more!
hey @rfoxley thank you, I will do more for sure - stay tuned! :)
I'm your 997th subscriber haha keep up the good work!
Haha awesome - thank you for subscribing! 🔥
What a ginormous task you undertook and what a great job yo did with it! Hats off to you Bro!!!
Thanks so much for the kind words - I really appreciate it! I'm glad you enjoyed the course 😊
The code reusability you have shown is really awesome no channels tells this
Thank you for the kind word - I'm glad you're liking the content 😍
28:17
to anyone read this comment .This comment doesn't have any meaning i just want to stamp the time so that next time i could come here and continue to watch
Love it! Thanks for tuning in 🔥
Great Tutorial,
I am learning this after c++, still taking time, but i love the way he teaches, I'm also using gpt for more examples and explanation.
You are a smart guy. Exactly what I am doing and I am having fun with it.
Awesome thank you so much, I'm glad you're enjoying the course :)
You are a wonderful teacher. Very easy to follow along .
Thank you for the kind words, I really appreciate it :)
Thnak you for this free Course.
Hey there! No worries, thank you for watching 😊
Awesome stuff, I subscribed. Thx.
Happy to hear it, thank you 😍
Thanks for the video it was a good baseline and I will consider the uDemy
No problem, thank you for watching! Sounds good, there is lots of projects & exercises on the Udemy course, I made it in a practical way instead of dealing with lots of theory :)
finished, great course. Woud reccomend.
Hey there! I'm confused, what do you mean by the original? 👀
@@CoffeeNCode was watching from codecamp, but the sound and video didn't match at some point... But there is no problems in this video, So i assumed it's original by quality.
Hey again! Ah okay makes sense, yeah I'm not sure what happened at some parts of the video on freeCodeCamp but it should be fine here 😊
Bookmark : 2:30:25
Thank you for the effort you have put into this. Will you cover advanced topics in another video? Events, Delegates, Inheritance, Attributes, LINQ, Lambda, Assemblies, Reflection and components of System Namespace.
No problem and thank you for watching. Yes I will be creating a advanced video in the future :)
I hope you can create another course for an intermediate to professional level and thank you for your efforts.
Thank you - I appreciate the kind words. Yes I will be creating another course in there future, thank you for your interest!
Coming here everyday to study . Is helping me out a lot with my course . Keep up the good job.💪
hey @sousahugo1000, I'm glad to hear, thanks for the kinds words! I definitely will 🔥
If you have any questions feel free to comment here or join the Discord server
I'm sorry but this was fantastic. Definitely subscribing and looking forward to learning more from you.
hey @jayo3074 thank you for the kind words - I appreciate it :)
The video is great and very informative! Thank you so much for your work😊
Hey there 😊 thank you for the kind words - I'm glad you're enjoying the course!
Best teacher
Hey there! Thank you, I really appreciate the kind words 😊
Wow, lots of good work there! 👍🏾👍🏾👍🏾
@chrisogonas Thank you for the kind words 😊
@@CoffeeNCode Certainly!
Damm bro. This shit is fire I need MORE
Hey! Haha thank you so much, more to come in the future - make sure you're subscribed and feel free to join the Discord community too 😊
This is awesome, you need more likes
Hey there! Thank you for the kind words - I'm glad you think so 😊
@@CoffeeNCode you just earned a sub!
Thank you! 😊
Looking good so far, another sub for you amazing content
Thank you 😊 I appreciate the kind words
this 23 of this month I purchased your course in Udemy
Awesome! Thank you so much for your support and I hope you enjoy the course 😊 let me know if you have any questions
@@CoffeeNCode i'll let you know, thanks
Feel free to join the discord server too 😊
Impressive and great details video indeed.
hey @qazirahman7091, thank you - glad you enjoyed the video :)
Hi, will i be able to make little Games like Snake, a Calculator etc... if i watch and understand this whole Video?
Hello there! Yes it will give you all the tools and understanding required in order to make games like snake and a calculator :)
I'm your 3.55k + 1 subscriber 🎉
Haha awesome - thank you for tuning into the channel 😊
Hey new subscriber- thank you for the course
Welcome new subscriber - no worries at all, hope you enjoy the content 🔥
Great work! 🎊
Thank you - I really appreciate that! 😊
Hey just had a quick question, I’ve started learning to program with the software “Scratch” I’ve messed with it for a few weeks and am beginning to understand how to think like a programmer. I have literally “0” knowledge on coding but my end goal is to learn C# and use the Unity game engine to become an indie game developer. That said would you recommend this course as a good place to start from where I currently stand or is there another route I should consider taking first before coming back to this? Is this course truly for “beginner BEGINNERS” or should I have some basic coding knowledge before diving into this? Thanks for the video and your time!
Hey! Thanks for your question! Yes, this course is absolutely for beginners. It assumes no prior knowledge of programming in C# or any other language and starts from the very basics. Since you've already been experimenting with Scratch and are beginning to think like a programmer, you're in a great spot to start learning C# and working towards your goal of using Unity for indie game development.
Also, as an extension of this free course, I've created a more comprehensive course on Udemy (linked in the description). It dives deeper into these concepts and offers a more structured path for learning.
Lastly, I'd love for you to join our Discord community (link also in the description)! It's a great place to ask questions, get feedback, and connect with other learners. Hope this helps, and best of luck on your game dev journey!
Will we actually learn how to create an windows application or some sort in the udemy course?
Hello, thanks for the question. In the Udemy course it will take you through all the fundamentals of the language, and give you lots of exercises to learn from and consolidate your learning. There is several projects within this course yes :)
Enjoyed every bit of it,
Thanks 🙏
If you can get into something like building mobile apps, or something like blazor...we will really appreciate 🎉
Awesome! Thank you for watching 😊 that sounds good - sure thing!
Hello will your Udemy course cover how to connect to a database and perform CRUD operations in WinForms?
Hello thank you for your question, I will be creating content in the future for databases & WinForm development, but at the time of writing it's not currently present :)
@@CoffeeNCode Thanks for the reply. Can I do this Tutorial after completing your course? Wanted to learn the C# syntax and OOP first before doing this.
ruclips.net/video/VX4wl7qIcbA/видео.html
Yes that looks good :) that is a good plan to cover the C# syntax and OOP first!
I'm excited to start this!
hey @Yesnomaybeso1001 awesome :D hope you enjoy it!
Is C# your first language or picking it up as another language? :)
@@CoffeeNCode thanks! I have used python a lot and java too but it was a couple of years ago. I need to know c sharp for my new upcoming role as a software engineer.
What do you recommend I do after going through this tutorial?
Ah nice understood - congrats on the new job! I would suggest diving into projects to try and understand the language and how it all connects together. I have a Udemy course which takes you through everything including tasks and big projects. I also have c# projects on my channel you can do as well :)
@@CoffeeNCode I have subbed and will definitely take a look at all your tutorials. I'll definitely get started with projects, thanks for all your tutorials and work
amazing course
Hey there! Thank you so much for the kind words 😊 I'm glad you liked the course
1:32:35
Great progress, keep it up 💪🏼 let me know if you have any questions!
Trying to use with JetBrains IDE Rider. I guess debugger will be different but I have been using other Intellij for some time already and Visual Studio anyway isn't an option for me since I use linux.
Hey there! Yeah that's understandable, but the concept of debugging will be the same just that Rider IDE will do things a bit differently with debugging. Hopefully not a lot of differences though 😊
Coming from knowing quite some java, i could run through this at x2 speed but holy hell, the getter and setter syntax had me rewind twice xD 'ref', 'is', 'as', 'var', 'const' and 'out' had me tilt my head awkwardly. I just don't get why those are necessary but that's just me :P
Hey there! Thanks for watching and sharing your thoughts-it’s always interesting to hear how others perceive the language. I totally get where you’re coming from; transitioning from Java to C# can feel a bit quirky at first, especially with keywords like ref, is, as, var, and out. They can seem unnecessary at a glance, but they do serve specific purposes. For example, 'ref' and 'out' let you pass variables by reference instead of by value, while 'is' and 'as' simplify type checking and casting compared to Java’s syntax. Meanwhile, 'var' is more about readability, and 'const' ensures immutability. These features are like extra tools in the developer toolbox-not always necessary, but helpful in the right context. I get that it can be a lot to take in initially, though! Do you think they might grow on you with time, or are they just not your style?
@@CoffeeNCode I really can't say yet. I will need to use it and see for how long they will keep confusing me. I'm used to pass by value being the standard so 'ref' and 'out' are cool theoretically, but also a little scary. It feels like we are given too much power at once with this. Does that make sense to you? I think 'var' and 'const' won't be much of a problem as I've also dove into JavaScript before, where they make perfect sense. I don't see myself using 'var' much though. I am an absolute sucker for type safety and this one just has me jump the fence.
Either way, I will have to suck it up as I am working on a WPF App. There isn't much choice here, hahaha.
Yeah to be honest ref and out are not used a lot but can be helpful in some situations. Yeah it does make sense haha, but it's good you can have this much control over the code if need be. I tend not to use var either, it can hurt the readability of the code sometimes. Glad they're fine for you because of Javascript! Haha yeah for sure, good luck on your WPF adventures!
Thank you boss...!❤❤🚶♂🚶♂
No worries 🔥thank you for tuning in!
so could you please prepare for us oops and Entity framework as part two
hey @mohamedsiciid708 yes sure thing :) thank you for your feedback!
if I finish this course and understand most of the thing can I make game with unity after I learn unity or I need to learn extra things.because I wrote everthing in my book and wrote your code couple times.so is it enough to make or understand unity scripts. if you answer it would be very pleasent.
Hello there! So this course will help you to understand C# and the fundamentals of the language and more. You will be able to understand Unity scripts after this tutorial, especially the OOP part because unity uses a lot of OOP 😊 as for making games from scratch I would recommend you to watch some unity specific videos and tutorials in order to be able to create proper games! Hope that helps, let me know if you have anymore questions 😊
@@CoffeeNCode thank you for answering.I am planning to learn unity from it's offical site.unity has 36 hour course ''Create with Code''.do you have any recommendation about this.if you do I would be glad to take your advice.and one last thing thank you a lot.. I am foreign but I understood your course very well.thanks a lot.I am probly going to take your udemy course as well.is it more advanced version of this course or continue.
Hello there! Yeah the unity website is good for learning, I would recommend using that then progressing to additional resources in the future, but it's really good to get started. Yes the Udemy course has more tutorials, downloadable materials and extra projects to help with consolidating your knowledge! It's a jump up from this video - feel free to join the Discord server too :)
Thank you
You're welcome :) thank you for watching!
hi. end of the course which level i will be could u tell
Hello :) I would say an intermediate level as the basics are covered, as well as object oriented programming which is an advanced topic. This course will give you the understanding of the language and what's involved in learning it. From there you can look into other technologies like ASP for web development or WinForms / WPF for desktop applications - hope that helps!
@@CoffeeNCode thank for your help. You are so polite.
No problem! I appreciate that 😊
just a note - duplicate line in vs 2022 = ctrl e, v on windows
hey thanks for the comment :) this keyboard shortcut also works for duplicating lines, I tend to stick with CTRL + D
@CoffeeNCode you're welcome - I wrote it because Ctrl+D does nothing on VS2022 on Windows - I guess it's with ReSharper installed? I've customised it now anyways so thanks for the tip
Ah right yes, makes sense :) thanks for the clarification
I am C# developer for 5 years and im also automation engineer (PLC) for 10 years but i am in the situation to create C# windows application to controll automation machine with its operation logic ....but totally get confused how to make to run c# code like a PLC code ....can you help me? .... If willing pls revet back we will talk with commercial terms ..... Thanks brother ....
Hey there! If you would like to join the Discord server we can discuss this more together :)
Whats the best ide for this in Ubuntu. Apart from normal vscode
Hey @ifeanyinnaemego, you can try MonoDevelop :)
I hope i learn from this a lot, if i do... i subscribe fr. lol
I hope so too! Let me know how it goes 😊
@@CoffeeNCode sure i will
4:57
amazing 👍❤
Thank you 😍
Hello does this have linq section or advance stuff?
Hey thanks for the question :) it doesn't currently have a linq section, but it covers advanced topics like object oriented programming. In the future I will make a follow up with a linq section & additional advanced topics.
1:15:00
hey @TopCrazyDev good way of keeping track of where you're up to 💪🏼
@@CoffeeNCode thanks man! i love the way you explain
Thank you, I appreciate the kind words 😊
I just have a tiny question, what does full course mean? Like it covers all the fundamental knowledge or it has everything (like not all the syntax, but all aspects of the language itself)
Hey :) thanks for the question, this video will contain everything you need to get setup with C# and be able to make your own projects, it covers exercises and projects to help consolidate learning and goes up to advanced topics like object oriented programming. If you want more coverage I have a Udemy course pinned in the comments and in the description to cover more of the C# language and give you lots more exercises - I believe programming requires practical learning as well as theory :)
Hope that helps - let me know if you have any other questions!
@@CoffeeNCode Yes I can see that you have solutions for some leet code problems and just need some reassurance. Tysm for the swift response
@Perndoe sounds good - no worries! 😊
I want to learn to code again but all tutorials are how i remember c language but when i open Visual Studio i have no main no namespace no class no nothing no libraries(using System etc.) but the string "hello world" still works what i am dooing wrong
have to mention in highschool(5 y ago) studied math and CS and only learn C++ but i want to learn C# bcs is similar(what i have heard) and the things at HS we were dooing were like :a thief tries to steal and he has a bag with a max weight(WMax) and every object has weight(W) and a value(V) determen the max value he can steal and i would grade this 2/10 difficult for eg, i have this example because (idk why) before starting i wanted to get use to programing again and did problems like this and they seem easy (max 5 min in codeblocks for each problem) and now when i opend Visual Studio i feel lost
Hello there, sorry to hear you're having issues, did you follow the project creation process exactly like I did on the video?
@@CoffeeNCode i was just dumb because i was selecting console app the one that is also for linux(not the .net framework) and they use something called "top-level statements" that made me confused, but thanks for replying
I see! No problem, glad you got it sorted :)
should i take this course or the course in Udemy?
Hey there! I would suggest the Udemy course as it's longer and covers more exercises and projects 😊 you will also get access to the discord server with the Udemy role to get the support you need to ask any questions you're stuck on!
Sir In the "Try and catch" part of the video there is an exception when u type 15.5 but generally when we use int type for any variable it would convert decimal to integer why isn't it doing the same here?
hey :) can you show me which time in the video this is happening at? And if you have some code that you're running can you share that too so I can look into that for you?
@@CoffeeNCode Here sir at 6:09:31
@@CoffeeNCode
//Here sir although 3.33 is a double it takes truncates and takes 3 as the age
int age = 10/3;
Console.WriteLine(age);
//Here it does not truncate decimal
try
{
Console.Write("Enter age: ");
int Age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(Age);
}
catch (Exception)
{
Console.WriteLine();
}
@krishvinraam4734 hey thank you for the response :)
The reason you get 3 when you run "int age = 10 / 3;" in C# is because of integer division. In C#, both 10 and 3 are treated as integers (whole numbers) by default.
he expression 10 / 3 performs a division operation. Since both numbers being divided are integers, C# performs integer division. This means it discards any remainder after the division and only keeps it as a whole number. The result, which is 3 (the whole number part of 10 divided by 3), is then assigned to the variable Age.
And for the Convert, the reason this doesn't work, is it's trying to convert from a string to an int, if you input a decimal then you will get a exception. To allow for decimal ages, you can replace Convert.ToInt32 with Convert.ToDecimal. This will store the user's input as a decimal value, even if it includes a decimal part (e.g., 25.5).
Hope that helps - let me know if you have any follow up questions!
Please do you have others advance course. I love your style of teaching.
Hey! I currently do not have any advanced courses but I'm working on them as we speak, so keep subscribed and follow along :)
Hey,
what is the main difference between this course and the course on Udemy ?
Hey @tugrularslan542 thanks for the enquiry. The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it :)
Does this course cover Beginner to Advanced topics?
hey :) yes, it goes from getting setup from scratch and installing visual studio, if statements, loops, with some exercises in there too and also object oriented programming and if you wanted to expand on this video then there is a Udemy course with more content in the pinned comment & description! Hope that helps
@@CoffeeNCode Thank you!
No problem 😊
I am getting the error: Array does not contain a definition for Sort
Hey! Can you share me the snippet of code so I can try and help you out more :)
It is normally used like this:
int[] numbers = { 5, 3, 8, 1, 2 };
// Sorting the array
Array.Sort(numbers);
If that doesn't fix the issue, let me know :)
thxs mate
hello there! no problem - thank you for watching :)
Its a beginner level video or beginner to advance
Hey thanks for the question - it's beginner to advanced, as it takes you from installing visual studio all the way to object oriented programming :)
Can I use VScode for this project?
You could use VS Code and install .NET on there (learn.microsoft.com/en-us/dotnet/core/install/linux). Then install the C# Dev Kit in VS Code as an extension then you should be able to make projects from there :)
thanks for this course, the discord link has expired :(
No problem, that's strange as it's an infinite link. Here is a new one: discord.gg/92EwZW6nZ9
What if I have Linux how to install visual studio
Hey there, thanks for the question. You could use VS Code and install .NET on there (learn.microsoft.com/en-us/dotnet/core/install/linux). Then install the C# Dev Kit in VS Code as an extension then you should be able to make projects from there :)
3:50
Great progress - keep it up 💪🏼
yo bro, after watching this course video where do i continue to study more than this?
hey @lazarlazar3115 thanks for watching! I would suggest diving into projects to try and understand the language and how it all connects together. I have a Udemy course which takes you through everything including tasks and big projects. I also have C# projects on my channel you can do as well :)
Here is my projects playlist: ruclips.net/p/PLeBAXy1yQxa5iVZ3QenQeey2b57hnL2Fx
@@CoffeeNCode tnx, if i need any help i will tell u. God bless
@@CoffeeNCode do u have discord? cus i would like to ask u a few questions
Sounds good :) yeah look at the pinned comment, the link is in there!
Why should I buy your course if I am already learning C# from this video alone? does the Udemy course has something more to offer?
Hey there, thank you for the question! The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it 😊
@@CoffeeNCode You know what, I am gonna buy your udemy course not just for my own sake but only cuz of you and to give you some revenue back as a return for this in depth premium youtube course that you have made available free!!!!
Thank you, I appreciate that :) feel free to join the Discord community if you have access to it, it would be nice to have you over there!
After 8 hours of following this tutorial, I think I have deduced his name is Aba and he is 23, just a guess though
In all seriousness though, great tutorial, think I might move on to learning unity's game engine now!
Haha nice! Great summary 💪🏼 thank you! I appreciate the kind words!
02-01-2025: 31:18
I'm the 939th subscriber
Awesome! Thank you for subscribing 🔥
do you know that in bengali abba mean father
I didn't know that :D that's a fun fact, thanks for sharing!
The only thing wrong in the code is that my grandma is more than 150 years old. LOL
Super grandma over here!
ok starting tomorrow, i even got the time so the rest is just lazyness
Sounds good! All the best, let me know if you have any questions along the way 😊
Oh god, not visual studio, that sh** makes my laptop sound like an airport on a busy day 😅
Haha yeah I understand that for sure. Visual Studio is ideal for C# but feel free to use another tool, you can still follow along with the content 😊
what is the difference between this course and the course of Udemy?, it is the same?
Hey thanks for the enquiry! The course has a lot more tutorials and exercises, plus downloadable materials with blank and completed solutions so you can see the answers and a video guiding you through the tasks & exercise to ensure you get it all correct. It goes further in depth into all sections involved in C# and I will keep this course updated in the future and I will be adding more content to it :)
Are you teaching advance C# also here?
Hey there thanks for the question! In this video it will cover a lot of topics and some advanced topics like object oriented programming, but other advanced topics will be included in a future video :)
@CoffeeNCode thank you very much
997th sub
Welcome - thank you for subscribing 🎉
HIghly recomended !!!
Thank you, I appreciate the kind words 😊
@@CoffeeNCode You deserve those words sir. Great work
@monsterkaley5365 Thank you so much, I'm glad you appreciate the content 😍
tell us in urdu
Hello there! When I grow this channel I want to expand the languages available in these videos, but in the meantime I do not speak Urdu and will not be able to do that sorry.
very long and tiring video
hey! Understandable, it helps to break down the video in chunks 😊
i didn't order a yappaccino