Thank you for watching! I hope you found this course valuable. If you have any questions, feel free to reach out or comment below. Don't forget to check out my channel and Udemy course for more content like this. Thanks again fCC for the opportunity! 🎉 ✏ Course: www.udemy.com/course/csharp-complete-masterclass/?couponCode=LE4RNCSHARP 💻 Channel: www.youtube.com/@CoffeeNCode
@@spanabyss Hey thanks for reaching out! There is no requirements to this course, it will take you from complete beginner and show you how to get setup with Visual Studio and then it'll teach you C# with no prior knowledge required. Which also means you don't need to know the C language or any other language to start this course 😊
This is an EXCELLENT course for absolute beginners, but there's even things to learn for intermediate C# developers like me as well, or if you're a programmer that's never written C# 👍
Thank you CodeCamp! I left university to self-learn code. In 5 months, I have learned many languages and frameworks from your videos and landed an internship recently. This is better than any cs degree.
Guys pls help let's say you wanna go into game engine programming. Is it necessary to learn calculas and algebra because my university does not offer calculas and algebra it offers applied maths so pls help me
@ga-dit Really? It’s better than a degree? Which languages are best for beginners? I’m deciding between self teaching while completing an IT degree or switching to a CS degree.
@@mbyoutube01 Well a CS degree can't hurt you but its not really worth if you r spending too much money on it. IT degree wont really get a Software job unless you self learn coding. Rather spend that money on courses or resources from freecodecamp/other sites. And use the time you would have wasted in college to find internships. Thats what I did and currently working for over little 100k while still have for my hobbies. My friends with CS degrees are struggling because so much surplus in the market.
Hey trainer, I am .net developer and people like me loves to have a tutorial on the advanced C# topics. Please have session on that, I will be waiting. Good job by the way. So happy to see people like you. Thanks.
D1: 2:08:00 D2: 3:11:00 D3: 4:04:00 D4: 4:59:00 return functions part was kinda fast for me, I couldn't keep up with all the jumping between the lines 😅 D5: 6:26:00
My favourite part of this course, besides being free, is that it takes the right amount of time to explain things. Not to the point of making it dull, or to the point of making it rushed What im saying is great work! Very good course.
d1 1:22:28 d2 3:01:44 d3 4:30:00 d4 5:52:26 d5 6:17:31 d6-7 7 something hours d7 - d8 no progress :( d9 - d10 i finished it! swiched to the original video because it lags at 7:13:15 Great course overall! planning to go further in learning this language, appreciate the work, Aba!
@@JavaKuppiya23 I just started today and watched around 20+ minutes I am watching it for a larger project I have in mind, my goal is not to learn C#, it is something very big which needs C# that's why I am so motivated
Just finished the course. It has been a part of my life, learning C#. Feeling confident with the basics of C# with this course. Will practice more. Thanks Aba.
@@ayanchatterjee9601 Yes you will :) you can learn the foundations from this course, then take that knowledge and apply it to the context you want, for example you could take this knowledge and go into back-end development with databases :)
This course is very helpful for beginner Everything is explain very deep and in easy english so irecommend this course who want to start learning C# programming language .This course will not disappoint you
Thank you so much! I've completed a C# class a while ago and in a month I'll have a more advanced C# class but I've forgotten everything since I haven't touched for months, the video really helped me remember everything fairly easily and definitely faster than having to go through a whole book again.
While trying to learn some C# İ went through a lot a courses and let me tell you that you are by far the greatest instructor/teacher that I saw, and I have a few miles on me. Your rhythm is perfect, the way you explain things are simple enough although clear and concise. Although I'm a newbie in C# I'm not new at code develpment, so I apreciated your way. Realy enjoyed your course, thank you. Tryed, without success, to find something from you about learning a bit more of C# but no for Console, for Windows, meaning with forms, building an interface, etc and was also looking for creating an API with .NET Core 8, but something for beginners (like this course). So if you have something along those lines let me know.
Thank you, I really appreciate the kind words 😊 I will update you on any future courses, feel free to join my Discord community or subscribe to my RUclips channel to stay up to date there!
Hey there! Thank you so much, I appreciate the kind words and the support of the Udemy course - feel free to join the Discord community too, would love to have you there :)
I am a beginner. I initially started learning Java but switched to C# after a while. While last year I did learn quite a few beginner level things in C#, I simply did not get what "Programming" is. I am hoping this course will help me improve my C# and Programming skills. I plan to get into Game Dev later :). I will update this comment after I am done with the course.
Hi, at 6:15:16 how to make to show the exceptions on hover. In my Visual Studio 2022, it just shows int Convert.ToInt32(string value) (+ 18 overloads)?
Hey there, thanks for the question. So when you are writing out the function it will show up with the overloads, but if you place your cursor on the "ToInt32" then it should give you the same popup as it did on the video!
@@Valeri.Yanev98 Ah strange, not really sure to be honest. Yeah maybe try remove the theme and see if that works. Awesome I really appreciate that thank you!
Today is the last day of school. My personal summer project is to make a VR game. I’m leaving this comment here to congratulate myself for how far I’ve gone by the time school starts back up again.
Great video. It has helped me to get over the hump of actually coding in C#, Just an observation. In the video in the section on Classes at about 7:12:51 there appears to be a break between the video and the audio track through the rest of that section. What is being said does not match what is being shown.
It was a really amazing course.... Thanks a lot for covering each & every thing in detail... That too with multiple practical examples... Thank you so much again.... Love from India ❤❤❤
It has taken me like 5 hours just to get through the first hour of the video since I am taking notes and trying my own things here and there to see if it works properly. Luckily the information is actually sticking this time compared to when I tried to learn C# a few years back 👍
@@CoffeeNCode I think the pace is good for me personally. I remember the beginner's lesson course I bought in the past was pretty slow and began with a lot of definitions and took time getting into before actually doing something with code, even if it is very simple. (I think it was from skillshare, my account got closed since I didn't log in for years so this is all off memory). The explanations of what you were doing and how you were doing it, along with the general structure (doing it simple, then making it more efficient/easier to read, etc) in a progressive manner makes taking notes easy to do alongside following the video in a way that just works for my brain. I may be a special case because I never did well in school and never went to college or anything, I always got bored and found it hard to stick with anything if it couldn't keep my interest. I managed to have some fun with this so maybe its just because I'm weird and find coding to be inherently engaging lol. I took the opportunity to stop and mess with the code a bit myself occasionally to see if I could do something you didn't show or guess what the next step in the section would be and it worked a couple times so that has kept me feeling pretty good and determined to stick it out this time.
29:43 , so i dont know if its a problem or not but it seems the unicode is no longer ' Ã ' when small a and b are but small a and c give the required unicode/character which is ' Ä ' which is weird 😵
Hey there! It could be related to your system language settings, it shows up like this for me in the UK. Don't worry if it's not the same, it's mainly just the concept of adding the two that I'm talking about :)
@CoffeeNCode gotcha, thank you for clarifying. I thought the unicode got messed up or smth . Also, great course man, good pacing along with simple explanations, absolutely love it.🫡❤️
@CoffeNCode I'm stuck at 21:47 facing problems with handling exceptions while converting string to double and so on, I'm using Visual Studio 2012, please I need a solution to move on🙏
Hey there! Can you share with me the problem you're having and I can try to help you out from there 😊if you want to join the Discord server too it would be easier from there. The link is available on my channel banner
@@CoffeeNCode Yeah the nice little details you give us everytime are really gold, like all the little details about the interface and what it show us to help etc, or the tips to highlight and pull expression directly to the watch list, etc. All these little details everywhere are so great to help us understand and appropriate the interface easily. Even your complete explanation from zero about about getter and setter is gold. Others don't explain all that completly. Big thanks, this was an instant subscribe for me and I learned a lot, even I watched other courses and even did the foundational in C# certification. You just make it easy.
@@SirMika9 I'm glad you noticed the little details :D thank you for your feedback! Feel free to join the Discord server - the link is in my channel page at the top :)
hey @Ricebow11 thanks for the question! The Udemy course is 3x longer, more tutorials, tasks between bigger videos, exercises for each section to consolidate knowledge with blank & completed projects to check answers and projects with object oriented code in there too :)
Just doing the password match exercise. I know it isn't what is asked but as I am just trying to learn at the moment I thought I would combine with a while so it doesn't move on until something is entered. I also put it in a while loop so it repeats until there is a match. What I would be really interested in though is if anyone has any suggestions on how this could be improved/streamlined as it feels a bit long winded to me. Really enjoying this course and hopefully I can finally get something to sink in by having a go 🙂 static void Main(string[] args) { string password1; string password2; bool match = false; do { Console.Clear(); do { Console.Write("Please enter a password: "); password1 = Console.ReadLine(); } while (string.IsNullOrEmpty(password1)); Console.WriteLine(); do { Console.Write("Please re-enter your password: "); password2 = Console.ReadLine(); } while (string.IsNullOrEmpty(password2)); Console.WriteLine(); if (!password1.Equals(password2)) { Console.WriteLine("Passwords do not match"); Console.ReadLine(); } else { Console.WriteLine("Passwords match"); match = true; } } while (!match); Console.ReadLine(); }
Hey there, yeah not sure what happened there sadly. You can view this video on my channel too, available here: ruclips.net/video/GlGpSQsS8uc/видео.html it seems to be fine on my version but something got messed up for freeCodeCamp!
When talking about string. Format I searched for it on Microsoft Learn and when reading the page, it recommends me to use string interpolation instead of string.format.
Hey there! Great observation! Yes, you're right that Microsoft recommends using string interpolation over string.Format in most cases. String interpolation tends to be more readable and easier to maintain, especially for simple formatting. It also has the advantage of being more concise. String interpolation is recommended for me too due to its clarity and performance benefits! 😊
During string-to-number conversions i had to replace dots with commas in order for my program to work. Just a heads up, if you are facing System.FormatException: 'Input string was not in a correct format.' error.
Thank you for watching! I hope you found this course valuable. If you have any questions, feel free to reach out or comment below. Don't forget to check out my channel and Udemy course for more content like this. Thanks again fCC for the opportunity! 🎉
✏ Course: www.udemy.com/course/csharp-complete-masterclass/?couponCode=LE4RNCSHARP
💻 Channel: www.youtube.com/@CoffeeNCode
I subscribed to your channel, keep up the good work
@@IncomingLegend Thank you! I really appreciate it 😊
I want to ask, do u need to learn c before learning c# and is this video a complete beginner's course?
@@spanabyss Hey thanks for reaching out! There is no requirements to this course, it will take you from complete beginner and show you how to get setup with Visual Studio and then it'll teach you C# with no prior knowledge required. Which also means you don't need to know the C language or any other language to start this course 😊
Whoa okay, thanks very much
The instructor does an amazing job of breaking down the subject matter. I really love his summaries at the end of each video. Exceptional work.
hey @AdegbengaAgoroCrenet, thanks for the kind words - really appreciate it 😍
Really? I feel like he went a lil too fast and didn't elaborate well on a lot of the basics. Tbh. Sounded like he was in a hurry or something.
Nice to see a C# Course!
Thank you! I hope you enjoy the course!
It’s not a C# course. It’a a Console.WriteLine course 😂
@@phat80 can't really expect someone to make a nice xaml form C# program without the foundations now can you?
This channel is just a blessing,all this knowledge for free
For sure freeCodeCamp is awesome - thank you for tuning into the course!
as all knowledge should be
D1 - 55:32
D2 - 1:32:53
D3 - 1:59:42
D4 - 2:17:00
D5 - 2:47:56
D6 - 3:11:02
D7 - 3:39:20
D8 - 3:55:00
D9 - 4:30:00
D10 - 5:12:24
D11 - 6:01:09
COMPLETE IT. WHO'S GONNA CARRY THE BOATS AND THE LOGS
Thank you
thx
@@Farhaal-dc9sr they don't know you son
This is an EXCELLENT course for absolute beginners, but there's even things to learn for intermediate C# developers like me as well, or if you're a programmer that's never written C# 👍
Thank you for the kind words - I'm glad you're enjoying the course! 😊
Can you learn english at least?
Thank you CodeCamp! I left university to self-learn code. In 5 months, I have learned many languages and frameworks from your videos and landed an internship recently. This is better than any cs degree.
Congrats man , you nailed it 🙏
Awesome, that's great progress! 🔥
Guys pls help let's say you wanna go into game engine programming. Is it necessary to learn calculas and algebra because my university does not offer calculas and algebra it offers applied maths so pls help me
@ga-dit Really? It’s better than a degree? Which languages are best for beginners? I’m deciding between self teaching while completing an IT degree or switching to a CS degree.
@@mbyoutube01 Well a CS degree can't hurt you but its not really worth if you r spending too much money on it. IT degree wont really get a Software job unless you self learn coding.
Rather spend that money on courses or resources from freecodecamp/other sites. And use the time you would have wasted in college to find internships. Thats what I did and currently working for over little 100k while still have for my hobbies. My friends with CS degrees are struggling because so much surplus in the market.
Hey trainer,
I am .net developer and people like me loves to have a tutorial on the advanced C# topics. Please have session on that, I will be waiting. Good job by the way. So happy to see people like you. Thanks.
Hey learner! Awesome, I'm glad you like the content :)
DUDE, just on time! I was just looking for resources to pick up C# as another language. Thanks!
I'm glad - hope you enjoy the course!
Why would you chose C# what is your current stack?
same!
OMG C# COURSE! I'm so happy to see you guys finally have set the deal with microsoft :D
I'm glad you're excited about the course - hope you enjoy it!
Day 1: 43:14
Day 2: 1:32:53
Day 3: 2:22:36
Day 4: 3:11:02
Day 5: 3:45:38
Day 6: 4:16:30
D1: 2:08:00
D2: 3:11:00
D3: 4:04:00
D4: 4:59:00 return functions part was kinda fast for me, I couldn't keep up with all the jumping between the lines 😅
D5: 6:26:00
Hi buddy up for pair programming?
@justaclasher1634
My favourite part of this course, besides being free, is that it takes the right amount of time to explain things.
Not to the point of making it dull, or to the point of making it rushed
What im saying is great work! Very good course.
Thank you for the kind words and I really appreciate the feedback 😍
D1: 1:49:36
D2: 3:55:00
D3 (pt1): 4:59:48
D3 (pt2): 5:21:47
D3 (pt3): 6:02:21
D4: FINISHED!!!!
d1 1:22:28
d2 3:01:44
d3 4:30:00
d4 5:52:26
d5 6:17:31
d6-7 7 something hours
d7 - d8 no progress :(
d9 - d10 i finished it! swiched to the original video because it lags at 7:13:15
Great course overall! planning to go further in learning this language, appreciate the work, Aba!
Great Progress!
whats the original video? i got to the same part when it started lagging
Night 1 - 0:01 --> 18:07
Night 2 - 18:07 --> 1:38:35
Night 3 - 1:38:35 --> 2:08:25
Night 4 - 2:08:25 --> 3:11:03
Night 5 - 3:11:03 --> 3:55:00
Night 6 - 3:55:00 --> 4:30:01
Night 7 - 4:30:01 --> 4:50:58
Great progress, keep it up :)
you gave up man!!!
@@aryanpopal890 did you watch whole 8hrs
@@JavaKuppiya23 I just started today and watched around 20+ minutes
I am watching it for a larger project I have in mind, my goal is not to learn C#, it is something very big which needs C# that's why I am so motivated
@@aryanpopal890 are you still motivated?
lovee to see a C# course, thank you for this! 🙏🏽
Awesome - thank you! 🔥
4:28 we can also do and i think it's less complicated without declaring another variable for(int i=0 ; i
Just finished the course. It has been a part of my life, learning C#. Feeling confident with the basics of C# with this course. Will practice more. Thanks Aba.
Hey there! Happy to hear it, you're very welcome :)
Thanks for the .net 8 course.I just wanted a updated course instead of .net 6/ .net 7 courses!
thanks a lot! Lifesaver!
No worries, happy to support you with the course!
@@CoffeeNCode is this C#12?
it's a little sad to see this course end, i've been watching it for so long it became a part of my routine. such an amazing course.
Thank you - I appreciate the kind words :)
@@CoffeeNCodei am going for .net developer and then angular if i watch this will i learn enough
@@ayanchatterjee9601 Yes you will :) you can learn the foundations from this course, then take that knowledge and apply it to the context you want, for example you could take this knowledge and go into back-end development with databases :)
I'm from Brazil and I'm very grateful for this course, it's helping me a lot
hey @ronaldo.wiggers nice to meet you! no worries, thank you for watching 😊
Day 1 - 1:06:00
Day 2 - 1:49:41
Day 3 - 2:35:00
Day 4 (My VS is breaking so might have to postpone) - 3:02:04
Great progress, keep it up 💪🏼
This course is very helpful for beginner Everything is explain very deep and in easy english so irecommend this course who want to start learning C# programming language .This course will not disappoint you
Hey there :) thank you! I appreciate the kind words 😊
@@CoffeeNCode Your guidance and expertise mean a lot to me
@@Perfecttraders5050 No worries, your kind words mean a lot to me! 😊
Thank you so much! I've completed a C# class a while ago and in a month I'll have a more advanced C# class but I've forgotten everything since I haven't touched for months, the video really helped me remember everything fairly easily and definitely faster than having to go through a whole book again.
Awesome, I'm happy the video helped :)
it's great to see c# courses. thank u so much
No problems! Thank you for tuning in! 😊
من واقعا به هر ویدیویی نظر نمیدم ، ولی این پسر واقعا قشنگ درس داده ، و صلاح دونستم بگم که واقعا ارزش داره یه کامنت بزارم و تشکر کنم ازش ❤❤❤❤
Hey there! Thank you for the kind words, I really appreciate it :)
Thanks!
You're very welcome! :)
Great tutorial. I am here for refresher as I'm using C# for professional software development.
Awesome, happy you're here! Sounds good - hope you enjoy the course
Ooh I'm so excited, love this! I've been wanting to improve my C#.
No worries - hope you enjoy the course 🔥
GREAT TUTORIAL!!!
Hey there, thank you so much!
D1: 2:53:00
D2: 4:04:00
D3: Finished
bro made it look easy .d
@@sadilhas9118 haha, yeah it was easy. On to the 12 hour Design Pattern video, and the 15 hour advanced course
Great. Just what I needed. RUclips recommended this video to me.
Awesome I'm glad to hear that 😊
i will update every day
day 1 (2:08:25)
day 2 (3:11:02)
day 3 (3:30:00)
day 4 (4:20:00)
Let's goooooo! Halfway!
Did you finish the vid? Even if you broke the streak, life happens. Keep pushing through and update us. :)
@@eneki9973for some reasons i finished c# and started learning html css and javascript my goals are to learn sql php javascript and ruby
where's day 5 my friend!
@@crypticslays303 i left c# and went to learn backend and i finished html css and i am trying to learn sql and mysql and rest and js
While trying to learn some C# İ went through a lot a courses and let me tell you that you are by far the greatest instructor/teacher that I saw, and I have a few miles on me.
Your rhythm is perfect, the way you explain things are simple enough although clear and concise. Although I'm a newbie in C# I'm not new at code develpment, so I apreciated your way. Realy enjoyed your course, thank you.
Tryed, without success, to find something from you about learning a bit more of C# but no for Console, for Windows, meaning with forms, building an interface, etc and was also looking for creating an API with .NET Core 8, but something for beginners (like this course). So if you have something along those lines let me know.
Thank you, I really appreciate the kind words 😊 I will update you on any future courses, feel free to join my Discord community or subscribe to my RUclips channel to stay up to date there!
Amazing course, helped me to get on track learning c#!
Glad you liked it, thank you for watching :)
תודה!
Hey there, thanks for the tip! Glad you enjoyed it :)
Again, One of the best tutorials i've ever seen.
Thank you - really appreciate that :)
Great video. I've watched several videos for c# beginners and this one is by far the best. thanks!
Thank you, you're welcome :)
actually, this course really comprehensive and helped me . just need from us to practice discovering what behind it
No worries, you're welcome :)
Thankyou so much. So glad to see c# more on your service x
No worries - I'm glad you're happy about the course 🔥
This dude is an amazing explainer, definitely gonna take more courses on his Udemy
Hey there! Thank you so much, I appreciate the kind words and the support of the Udemy course - feel free to join the Discord community too, would love to have you there :)
I am a beginner. I initially started learning Java but switched to C# after a while. While last year I did learn quite a few beginner level things in C#, I simply did not get what "Programming" is. I am hoping this course will help me improve my C# and Programming skills. I plan to get into Game Dev later :). I will update this comment after I am done with the course.
Hey there! I hope so too, please let me know what you think of the course :)
@@CoffeeNCode Thank you! I will let you know after I have finished the course. :)
@@pixelryan606 Awesome :)
Will you update it?
@prosteslavek Hello! I was busy with my exams these past few months. I am continuing the course again. So expect it to be updated soon!
D1 - 54:57
D2- 1:23:42
D3- 1:41:19
Great progress - keep it up 💪🏼
Good work ! It would be so nice to see a full Windows Forms tutorial
Hi, at 6:15:16 how to make to show the exceptions on hover. In my Visual Studio 2022, it just shows int Convert.ToInt32(string value) (+ 18 overloads)?
Hey there, thanks for the question. So when you are writing out the function it will show up with the overloads, but if you place your cursor on the "ToInt32" then it should give you the same popup as it did on the video!
Tried that, doesn't work. Probably bcs I use Monokai Theme? Idk, btw nice course, shared it!
@@Valeri.Yanev98 Ah strange, not really sure to be honest. Yeah maybe try remove the theme and see if that works. Awesome I really appreciate that thank you!
You guys are always on point with what I am trying to learn with updated guides. Thank you for your service to this community❤ ❤
Yup, covered the basics. Good video as a reference.
Happy to hear you can make use of the course - thanks for the feedback 🔥
Great video! Huge thanks to the tutor!
Thank you for the kind words, huge thanks to you watching 😊
Today is the last day of school. My personal summer project is to make a VR game. I’m leaving this comment here to congratulate myself for how far I’ve gone by the time school starts back up again.
How go
did you do it ?
We are waiting ;)
Thank you so much for this. You are an absolute legend mate
hey @paulrodriguez20, no worries - thank you for watching! :)
This is incredible quality of teaching, bravo guys thank you so much!
Thank you :)
@@CoffeeNCode I subbed to your channel too, i think anyone who gained this value from your course should. Best wishes my friend.
@@ArnoldNatasha-f6f ah thank you so much :) really appreciate that
Thank you for making this video! Want to lean C#
No worries, happy to help 😊please reach out if you have any questions during the course!
Great video. It has helped me to get over the hump of actually coding in C#, Just an observation. In the video in the section on Classes at about 7:12:51 there appears to be a break between the video and the audio track through the rest of that section. What is being said does not match what is being shown.
It seems to come back into sync between the video and the sound at 7:21:00.
Awesome, I'm glad the video helped! Sorry to hear there is issues with the sync of the video
It was a really amazing course.... Thanks a lot for covering each & every thing in detail... That too with multiple practical examples... Thank you so much again.... Love from India ❤❤❤
Glad you liked the course, love from United Kingdom 😍
if you're an experienced developer and want to learn another language, this course is extremely easy to understand.
Thanks for the course. I was gonna start learning it for developing Autodesk Revit plugins😊
You're welcome! Good luck with the plugin development 😊
Amazing tutor! Your explanation is quiet understandable 👍
Hey there, thank you for the kind words :)
OMG! Thanks! This is huge!
No worries at all - hope you enjoy the course! 😍
Thank you for this! Probably the best programming course I have seen.
Hey there, thank you so much - I appreciate the kind words 😊
Very detailed, well explained, incredibly helpful. Really, thank you a lot, this is amazing
hey @viper5326, no worries, thanks for watching 😊
It has taken me like 5 hours just to get through the first hour of the video since I am taking notes and trying my own things here and there to see if it works properly. Luckily the information is actually sticking this time compared to when I tried to learn C# a few years back 👍
Awesome, I'm glad to hear the course is working for you - just wondering is there any reason it's sticking this time instead of a few years back?
@@CoffeeNCode I think the pace is good for me personally. I remember the beginner's lesson course I bought in the past was pretty slow and began with a lot of definitions and took time getting into before actually doing something with code, even if it is very simple. (I think it was from skillshare, my account got closed since I didn't log in for years so this is all off memory). The explanations of what you were doing and how you were doing it, along with the general structure (doing it simple, then making it more efficient/easier to read, etc) in a progressive manner makes taking notes easy to do alongside following the video in a way that just works for my brain. I may be a special case because I never did well in school and never went to college or anything, I always got bored and found it hard to stick with anything if it couldn't keep my interest. I managed to have some fun with this so maybe its just because I'm weird and find coding to be inherently engaging lol. I took the opportunity to stop and mess with the code a bit myself occasionally to see if I could do something you didn't show or guess what the next step in the section would be and it worked a couple times so that has kept me feeling pretty good and determined to stick it out this time.
@@bonelesspizza thanks for the feedback - I'm glad to hear it :)
Super great course for absolutely beginner also intermediates.
Thank you - I appreciate the kind words!
Thank you so much for this course! It's gonna help with college xD
No worries, thank you for watching - haha I'm glad 😊
Day 1: 20:30
Day 2 (part 1): 55:32
Great progress, keep it up 💪🏼
29:43 , so i dont know if its a problem or not but it seems the unicode is no longer ' Ã ' when small a and b are but small a and c give the required unicode/character which is ' Ä ' which is weird 😵
Hey there! It could be related to your system language settings, it shows up like this for me in the UK. Don't worry if it's not the same, it's mainly just the concept of adding the two that I'm talking about :)
@CoffeeNCode gotcha, thank you for clarifying. I thought the unicode got messed up or smth . Also, great course man, good pacing along with simple explanations, absolutely love it.🫡❤️
@@DiabloNoir7b No problem! Thank you so much for the kind words 😊
@CoffeNCode I'm stuck at 21:47 facing problems with handling exceptions while converting string to double and so on, I'm using Visual Studio 2012, please I need a solution to move on🙏
Hey there! Can you share with me the problem you're having and I can try to help you out from there 😊if you want to join the Discord server too it would be easier from there. The link is available on my channel banner
I have the same problem, did you find a solution?
I learned a lot from this video, currently studying classes.
Hey! I'm glad it's helping :)
You teach very well ;) Thanks
hey @KaerioMika thank you - I appreciate the kind words 😍
@@CoffeeNCode Yeah the nice little details you give us everytime are really gold, like all the little details about the interface and what it show us to help etc, or the tips to highlight and pull expression directly to the watch list, etc. All these little details everywhere are so great to help us understand and appropriate the interface easily. Even your complete explanation from zero about about getter and setter is gold. Others don't explain all that completly. Big thanks, this was an instant subscribe for me and I learned a lot, even I watched other courses and even did the foundational in C# certification. You just make it easy.
@@SirMika9 I'm glad you noticed the little details :D thank you for your feedback! Feel free to join the Discord server - the link is in my channel page at the top :)
Amazing, thank you for this course.
No worries, hope you enjoy the course 😊
awsome video, thanks alot . helped me learn happily. BIG THANKYOU!!
Hey sandra :) no problems, I'm glad you enjoyed the course! Thank you for watching 😍
Hello! Great stuff and thanks for sharing! Is this the same exact training as from the Udemy course?
hey @Ricebow11 thanks for the question! The Udemy course is 3x longer, more tutorials, tasks between bigger videos, exercises for each section to consolidate knowledge with blank & completed projects to check answers and projects with object oriented code in there too :)
Just doing the password match exercise. I know it isn't what is asked but as I am just trying to learn at the moment I thought I would combine with a while so it doesn't move on until something is entered. I also put it in a while loop so it repeats until there is a match. What I would be really interested in though is if anyone has any suggestions on how this could be improved/streamlined as it feels a bit long winded to me. Really enjoying this course and hopefully I can finally get something to sink in by having a go 🙂
static void Main(string[] args)
{
string password1;
string password2;
bool match = false;
do
{
Console.Clear();
do
{
Console.Write("Please enter a password: ");
password1 = Console.ReadLine();
}
while (string.IsNullOrEmpty(password1));
Console.WriteLine();
do
{
Console.Write("Please re-enter your password: ");
password2 = Console.ReadLine();
}
while (string.IsNullOrEmpty(password2));
Console.WriteLine();
if (!password1.Equals(password2))
{
Console.WriteLine("Passwords do not match");
Console.ReadLine();
}
else
{
Console.WriteLine("Passwords match");
match = true;
}
}
while (!match);
Console.ReadLine();
}
Thanks for this course 👍
No worries, thank you for watching 🔥
Good teaching skills
Thank you, I'm glad you liked the course 🔥
Hah was just searching for this course ! Thank you so much
Just in time haha - hope you enjoy the course!
Thank you for all your wonderful material
Will learn, recived at right timing❤
D1 - 45:00
D2 - 1:09:16
Great progress, keep it up 💪🏼
Love a good C# course.
I hope you enjoy the course!
@@CoffeeNCode thank you 🙏🏼 I just subbed to your channel 🔥
@@2ru2pacFan appreciate that thank you!
Thanks for the course, great pace and explanations! I've subscribed to CoffeeNCode's channel as well, awesome content :)
Thank you :) I appreciate that! 😍
Its great!! I'm just lovin it!!
Hey there - happy to hear it! Thank you for watching 😊
Thank you for a great course.
Just a feedback on technical issues, there is some editing problem around "Class functions".
Hey there, yeah not sure what happened there sadly. You can view this video on my channel too, available here: ruclips.net/video/GlGpSQsS8uc/видео.html it seems to be fine on my version but something got messed up for freeCodeCamp!
D1 : 1:49:35
D2 : 3:10:36
Great progress, keep it up 💪🏼
Thank you. Greetings from Mexico
You're welcome, thanks for tuning in 🔥
I'm proud of you guys.
Wow, Thank you so much for sharing the knowledge
No worries, thank you for watching!
Very nice introductory course! Thank you
You're very welcome :)
Thank you
Please we need course about entity framework and linq
Amazing, thank you!
No worries, thank you for watching 🔥
Thanks for this course
You're very welcome - hope you enjoy the course 😍
Wait 3 more years i will donate 50% of my salary to free code camp
Sounds like a plan 💪🏼
When talking about string. Format I searched for it on Microsoft Learn and when reading the page, it recommends me to use string interpolation instead of string.format.
Hey there! Great observation! Yes, you're right that Microsoft recommends using string interpolation over string.Format in most cases. String interpolation tends to be more readable and easier to maintain, especially for simple formatting. It also has the advantage of being more concise. String interpolation is recommended for me too due to its clarity and performance benefits! 😊
Thank you very much for this course. Thanks a lot.
hey @kiplimoboor, no worries thank you for watching :)
Great course, thank you!
hey @tmeryhewjsf35 no worries, thank you for tuning in 🔥
this what i need, thank you
Awesome, I'm glad - hope you enjoy the course! 🔥
Happy to see c# course
During string-to-number conversions i had to replace dots with commas in order for my program to work. Just a heads up, if you are facing System.FormatException: 'Input string was not in a correct format.' error.
Thanks for the heads up :) sometimes these string-to-number conversions depends on the country you are living in
As long as it's not that gavin lon guy....this will be watchable
His videos really are painful aren't they?
thank you for this course.
You're very welcome 😊