+ 8
Where to go after learning OOP?!
i have learnt C# basics and OOP concept too what should i do next?!
5 Respostas
+ 4
Use it in practice. Try to make some videogames or applications. Also try to learn JavaScript (very similar to #) if you are interested in web-development. Good luck B)
+ 4
Honestly, look into the "Unity" engine. If you are into gaming. The coding behind it is UnityScript (which is, from what I gather just a renaming of Java-Script) and it uses C#. It's the reason I started to learn it. You could also look into Java (which is different than Java-Script). Java is, I'd say - an easier version of C# and can only staple the foundation of what you already know.
Furthermore, there are videos on Youtube that I watch, they seem really helpful to learn the program/engine.
https://www.youtube.com/watch?v=ZkGPoZOQE5Q&spfreload=1#t=1206.011912
+ 1
Good luck bro! Use theme to create amazing apps.
+ 1
create some basic console game or a complex vending machine program which would involve everything based on your knowledge. also try some inventory related program such that you can add, remove, and show the items lists.
+ 1
start with basic and simple programs like invinory program or mini-market , then upgrade your programs , with experience you can go games from simple shot-em or word fight or to go simple object draw program then add features , so have fun and go coding :))