this guy is so much better than the $90 course I paid for on udemy
@Dani_Krossing5 жыл бұрын
My apologies if I seem tired/agitated on the video ':D This video was my 3rd attempt at recording this since... - My recordings ended up being corrupted - My audio got cut off short (no battery) - My camera ran out of power - I had to use an over complicated way to send my camera files to my primary PC Basicly everything went wrong ':D
@sakkakutamashi18015 жыл бұрын
Just a code snippet: if you write cw and then hit tab it automatically writes Console.WriteLine("");
@_samirdahal5 жыл бұрын
@@sakkakutamashi1801 Double tab
@jahanzaibasgher12755 жыл бұрын
It actually made great sense to me. Thanks!
@sh8ma5 жыл бұрын
Do you have any plan to complete C# courses i'm desperately waiting for the next episode
@Dani_Krossing5 жыл бұрын
@@sh8ma I'm having some technical difficulties with my equipment which is delaying any new videos. I have plans of getting everything fixed but it will be a while before I can afford replacing the broken equipment.
@gamedeveloper90984 жыл бұрын
THIS GUY IS AWESOME!!! first he knows javascript and then he also knows game development in unity c#......a true PROGRAMMER!!!
@gameofcharging4 жыл бұрын
Not Unity C#, I think, But standard C# Because Unity uses Mono C# to adds more functionality.
@d0msch326 Жыл бұрын
After looking up Enums, because the description in my literature isn't quite good, I found your C# Playlist. Best thing that happened to me for getting into programming.
@wissalzaher48683 жыл бұрын
Some people just have that ability to teach with clarity, like this guy ! Thanks a lot :)
@Duelweb2 жыл бұрын
If you stay on KZbin, you gonna hit a million subs! Clear, and to the point! Many thanks!!
@leas68173 жыл бұрын
OMG ..I had never seen someone teaching codes this clearly and easily... thank you so much
@JonathonMcClung4 жыл бұрын
Thanks, bro! This was super helpful! I watched this a few days ago when I was considering using an enum for a switch statement and couldn't imaging why I would want to convert a string into an enum in your final example. Lo and behold, that is exactly what I ended up needing to do further along in my project. I came back here and got the info I was barely paying attention to the first time. Lol
@theaalicha2 жыл бұрын
Youre the only guy on youtube that truly makes me understand every concept. Thank you so much for making these videos
@senayfekadu68595 жыл бұрын
and your video the whole playlist is amazing and doesn't leave a gap which doesn't confuse the student its cool keep it up like the details man
@cainothecreator83632 жыл бұрын
I love your setup. Actually seeing you type is just new and refreshing.
@muhamadsyahrulfahmie74835 жыл бұрын
This is the best way of teaching. You deserve for more subscriber.
@shadyismad94193 жыл бұрын
I felt like elon musk was teaching me c#. Lmao Thanks for the video , was very helpful & informative.
@4FrogsStacked3 жыл бұрын
Definitely good to know structs. I've never used them but I did have a question about a struct in a pre-interview assessment test
You are the Master! Thanks for your very valuable help!
@mmaranta7852 жыл бұрын
I like your teaching style
@waleedbensumaidea39472 жыл бұрын
Thank you so much, you'r amazing doing this
@gaymerjerry2 жыл бұрын
I say a good way to describe a struct is when you make a class abunch of memory is allocated all over the place for different parts of the class and you dont know where in memory each variable is compared to eachother meanwhile a struct like this would see the 3 elements 2 strings and an int (well it would actually be 2 character pointers and an int but I wont boggle down the details here) and make sure they are in the same order in allocated memory so if you have the memory address of the first character pointer that points to the first string and move 8 bytes forward you know you are at the memory address of the second character pointer that points to the second string. This makes structs a lot better to manipulate but they should only be used when you have a small amount of variables that should be next to eachother in memory If none of that makes sense to you it doesnt matter for C# its more a carry over from being a C based language this stuff matters a lot more in C++ and C when you have total control over the memory
@vegetatutorials61445 жыл бұрын
Thank You so much, very useful, looking forward to th next one.
@bigdog33865 жыл бұрын
Dear Teacher! :) Could you please talk about what namespace is? How to work with GUI? How can we work with different files for a software, and how make them communicate to each other, like in PHP "class extends blabla"? Please!
@ТимофейМахотин11 ай бұрын
I don't know who you're. I don't understand programming at all, but I love you
@douglasposho92993 жыл бұрын
keep up the good Work!!
@yangwendi2 жыл бұрын
Thank you for the awesome video.
@turbdonkey2 жыл бұрын
"Person" is a small thing?! Kidding, thanks for the great info.
@Case-A-Lace3 жыл бұрын
Thanks for this!
@Maccelerate5 жыл бұрын
Awesome video!
@henrychen5404 жыл бұрын
Also question: Why use enums if you can use a readonly array. Isn't that like the same thing except with the array you can specify the data type?
@hrithik2565 жыл бұрын
So helpful! Thank you very much!
@senayfekadu68595 жыл бұрын
when is the next episode coming out ? and how do we transform to the intermediate level ? with all the graphical design and creating an executable stand alone application
@grenskrenofficial78463 жыл бұрын
You didn't mention this, the Enum.TryParse(string, out) when it sends 0 yes the number 0, or false, to the out variable if it is deemed false,, so you will just send the enum with the value 0 or the value 0 itself to the out variable. Idk if this is correct, i didnt read the Enum documentation
@nlogozzo5 жыл бұрын
Can you talk about async programming?
@nlogozzo5 жыл бұрын
Can you go over interfaces in c#?
@projectfednigeria3 жыл бұрын
Talk about enums begins 3:23
@eaglezepplin3 жыл бұрын
Great Video. I have to know what you said at 8:44 though lol. I listened to it like 5 times and can't make sense of it. Sounds like some random dialect slipped through.
@katherine22092 жыл бұрын
"so if we were to hover on top of var"
@Chhattralorenbun5 жыл бұрын
thank you mmtuts you video it is really really understand with your explain and special you show the code step by step with a example also
@nelsoneregil42195 жыл бұрын
cool presentation..love it
@Dazza_Doo2 жыл бұрын
I came here for help with a programming book - I'm blown-away. If you had a tip jar, I would send you something :D
@trustingod02 жыл бұрын
If i had a long connection string and i didnt want to always have to write it out could i use an enum ?
@nancyb12525 жыл бұрын
Good Video well done.
@BlackAsLight4484 жыл бұрын
You look like a young Elon Musk.
@adzharkahar3 жыл бұрын
he kind of sounds like elon
@travelubs4 жыл бұрын
So helpful, thanks..
@verydifferentthought5 жыл бұрын
Brother this is the end of tutorial or there will be another episode ? I will wait ur answer, thank u beforehand !
@redrey33395 жыл бұрын
mmtuts is having some tech issues so it'll be awhile until he replaces his equip
@verydifferentthought5 жыл бұрын
@@redrey3339 ok
@clo2club8733 жыл бұрын
what if i want to search in the entire enum for what strings it has and also know what integer its attached? like a foreach loop
@nlogozzo5 жыл бұрын
Can you do a c++ series?
@Dani_Krossing5 жыл бұрын
I'm not planning a C++ course atm. It might be a future thing.
@nlogozzo5 жыл бұрын
@@Dani_Krossing I would like to learn c++ as I already know Java & python and I think you are a great teacher
@Dani_Krossing5 жыл бұрын
@@nlogozzo If you follow this C# course you will notice that C++ is an easier version of C# :) just a recommendation. It is why I decided to learn C# a few years back.
@nlogozzo5 жыл бұрын
@@Dani_Krossing I originally was learning c# about 4 years ago however then I switched to Linux and the c# support then wasn't good so I switched to java cause it was most similar and then I learned java. From there I went to python then c++. I like to stick to cross platform languages and c# was really made for windows
@Observ8or5 жыл бұрын
Dude you literally saved me
@timsem26245 жыл бұрын
Thank you. I like you make performance, while you coding and then turn to the camera(spectrs), it's look like some educational tv show. About enums, its still the most confusing thing for me. Eng is not my native.
@Codality3 жыл бұрын
thx a lot
@zeuz39614 жыл бұрын
Thanks for the cursus dude. One more question! are you Elon musk twin brother? cause every time i see your video i ask myself where did i see you before!!
@sudharsann67843 жыл бұрын
Can we add a space in enum?
@joepsales33765 жыл бұрын
11:22 "Juice!"
@LuciSheppyLive4 жыл бұрын
That is the most happy "Juice" I've ever heard
@skintaker19495 жыл бұрын
what is the difference between Casting and Parsing?
@mmaranta7852 жыл бұрын
Casting changes the data type. Parsing works on the data
@henrik30982 жыл бұрын
great
@zaidsaiyed60765 жыл бұрын
Hey , I'm from India and i like ur tutorials specially css, js, jquery...can you please make tutorials on bootstrap?
@abdiazizalinor4734 жыл бұрын
where is discription
@abdiazizalinor4734 жыл бұрын
where is link mi dear teacher
@ashutoshsingh55683 жыл бұрын
Wow, I m excited to learn c# from Elon musk. 😁
@kimcorson44583 жыл бұрын
why is it that every time this guy looks at the camera I think for a split second: Elon Mu- oh... I could have sworn...
@justsomenamelesssoul80974 жыл бұрын
Elon Musk teaching C# on youtube
@_savage3 жыл бұрын
Dude, can you type a lil bit faster?
@Dani_Krossing3 жыл бұрын
Nope ^^
@H2R_sahil2 жыл бұрын
elon musk ?
@codingwitheric67744 жыл бұрын
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GreatVideo { class Program { static void Main(string[] args) { string message = "great Video!"; bool videoWasAlsome = true; if (videoWasAlsome) { Console.WriteLine(message); } else { Console.WriteLine("This Video sucked"); } } } }
@JohnK68 Жыл бұрын
Not well explained.
@guyonlead5 жыл бұрын
The 1% that uses Structs for editing Binary files...
@user-fw3wl6rv1v2 жыл бұрын
Enum does not contain a definition for TryParse! how do I define it?