0
What is the best way to learn C#, as a beginner?
8 Answers
+ 5
á´Ęá´á´á´ á´ĘÉŞs á´á´á´
á´
https://code.sololearn.com/WZmD5vlSJ2gt/?ref=app
+ 3
Start with Sololearn.
+ 1
Do few beginner projects/courses until you get an hang of the language and when you do. Find some harder project that you would like to do and everything that you don't know just find on google. Thats how I done it.
+ 1
The sololearn course is a good start. Then I recommend to install the dotnet Core SDK on your computer, I find it more convenient to type code on a keyboard with the help of a real IDE than SL playground. Especially because C# is rather verbose, and a good IDE can work wonders with autocomplete, linting and other nifty gadgets.
+ 1
Thanks Tibor Santa :D
0
Thanks wet water ))) ill try that ^^
0
Thanks Filip Gajda :D