Extremely well done tutorial!! Best C# tutorial I've watched on youtube! Please continue uploading!! Thanks alot! This was first one for me, looking forward to watching all your other ones too. // Daniel
maybe instead of using get and set as methods u can use them creating public variables(properties) as below private string name; public string Name { get { return name; } set { if( name !=" " ) name = value; } }
The most neat and crystal clear tutorials that I've ever watched:)
2023, still the most legit source of learning C# (concept explanation is just mind boggling), cannot thank enough
Thank you :)
Extremely well done tutorial!! Best C# tutorial I've watched on youtube! Please continue uploading!! Thanks alot! This was first one for me, looking forward to watching all your other ones too. // Daniel
I am very much a beginner and was trying to understand get and set functionality. Very well articulated!!
great tutorial! that helped me. thanks!
great great great!! And someone spoke in English that I understood. :)
This was a fantastic video. Thanks.
well done! like the way you explained everything! just subscribed 😀
You taught us interface without knowing.. your great....plz upload advance c# tutorial please...Thank you for your help and support.
thank you very much. you are a great Teacher.
Your Tutorials are excellent!
Great Job Jesse!
maybe instead of using get and set as methods u can use them creating public variables(properties) as below
private string name;
public string Name
{
get
{
return name;
}
set
{
if( name !=" " )
name = value;
}
}
Very helpful.
thanks this helps a lot
awesome dude, thanks!
great love u sir