+ 1
What should I do after Sololearn?
Hello Sololearners, I'm almost finished going through the C# course (which is great btw the devs & community here are awesome) What do you all recommended I do to commit it to memory? I intend to develope for Unity but I want some possibly daily activity to keep C# fundamentals fresh. Are the challenges you can do in this app appropriate for that? Thanks in advance
5 Answers
+ 10
https://www.sololearn.com/Discuss/437973/?ref=app
+ 2
Make some projects and learn some libraries. After completing the SoloLearn Java course, I went and learned about socket programming in Java and made a chat server/client pair in it. Same with Python. I was just interested. So:
-) Learn something you want to learn.
-) Make some programs you want to make.
-) Learn about algorithms, try to implement them.
-) Learn about design patterns.
C# exclusive:
-) Learn about LINQ, it's awesome.
-) Maybe try and dive into UWP apps.
-) If you're interested in it, try learning Unity.
+ 1
The challenges are for you to remember the c# codes. Also you can search the Internet for c# resources in order for you to develop games in Unity