+ 3
Recommendation for mastering C#
Hello everyone! What made you help to master or be good at the c# language? Or can someone recommend me how to master it? Any suggestion or answer will be very much appreciated. Thank you everyone! Code on!
16 Answers
+ 2
Sometimes, the best way to evolve is to find a project or an idea to work on then develop it. Even if it's simple at first. Then integrate more and more things (split into modules, optimise codes, call APIs, ect). Integrate more features as your project grows.
That's how I usually do it.
+ 7
My tips for you::
https://code.sololearn.com/WwdQescTMkvA/?ref=app
+ 7
eli You are welcome😉
+ 4
Just read it over and over again till it's a part of you
+ 2
Not that much. The most complicated thing in my opinion is getting used to the unity API
+ 1
Thanks Charette, this helped me a lot. im thinking on doing a simple system a small basic point of sales system maybe and then doing it only thru local built in database and then maybe to a database server in the future. (might be hard and scary)
ive tried xamarin yesterday and im very happy with it, it worked :)
but i dont want to rush and miss things. So I'll give this a try.
Thanks again. Good luck to me :)
I'll try to post if i get any progress. :)
+ 1
Thank you Muhammad, will read this. have a nice day
0
awesome! where do you use c# as of now? like for system development, web, or mobile etc. thanks romangraef and brains by the way
0
honestly: code, code, code. use the language as much as possible. as you use it; writing will get easier. :) the answer sounds cliché, but it's true.
0
this might be a little bit silly, but i think i've only use like basic programming (if, for, foreach, do, do while arrays and light OOP structure) and as i've read here in sololearn like abstract, sealed or Interface i haven't use it very often. Or maybe i havent just working on bigger projects that this will be useful. if it is, can someone please recommend me to master it. thank you in advance
0
alright thanks charette i will do. im just a little bit iffy if im doing the right way. thanks for lightening me up guys.
0
You're welcome! Remember when it gets difficult that sometimes you have to take a step back to help move forward! one step at a time and you will see your system up and running and the progress you have made. :)
0
Yeah sometimes i get stuck like for a day. and also, i remember someone told me whenever you're stucked, try different approach and it really helped me a lot.
0
Honestly, my recommendation for that is to do something else.. When I feel that it's not working; I do something else. go out for a walk, play a game, ride a bike, go to sleep. but keep a notepad close with a pen as the answer might come faster than you would expect once your brain can start focusing again on it.
0
Thats true! most of the time i find a solution whenever im riding a bus home or going out. but sometimes i lose track of it because i haven't take a note of it. i tried to write it down on a phone but i think pen and paper would be better. thanks again Charette
0
You're most welcome!