+ 5
What can I do to improve coding in C# in my free time?
I want to get better at coding in C#
9 Réponses
+ 7
I suggest you practice with small projects first. For example :
https://www.sololearn.com/learn/14964/?ref=app
You can find more in the leftmost tab, in the Coding Challenge section below the Courses section. (We usually called these Assignments, to distinguish from the 5-question player-to-player quiz)
Some assignments are difficult. When you find it difficult, don't give up, remember we have a Q&A section here to help you 😉
+ 3
Practice. Practice. Practice. make simple codes. combine simple codes into more complicated codes. and also challanges. theyre a great way to practice.
+ 3
Learn and code. Do challenges.
+ 3
Well, of course you can practice challenges. Give yourself some challenges daily. If you are not getting time to solve them on your device, then at least think about the solutions and try to work on them mentally while walking to places or anytime your free.
And learn more about the C#, it's libraries, its history and its specialities. It's new features. You should be an expert at it. How it is better than other languages and the things it lacks.
Discuss with your friends. It would really help if you have a friend with whom you can discuss coding. If he's also a C# newbie then it's awesome. Try to make small projects together !!
Best of luck for your future buddy☺️☺️
+ 1
I like to rewrite codes from a language I already know to the language I'm learning.