0
How to be an expert in C# programming?
From Sept. I am planning to study C# and to spend 6 month only with it. But HOW?
3 Answers
0
By taking some online courses, like on Udemy. First some basics, then a deepdive :) after that you can just go out there and practice practice practice.
Besides C# there are so many concepts you can use in C# that are nice to learn. Think about design patterns, testing, writing clean code and OOP. Maybe even building a blockchain or AI.
0
Mastering C# foundations and applying them to solving problems and over time your speed and mental focus will improve.
To the point where you can look at a problem statement and solve it in 10 mins or less and pass all the pre-written test cases.
- 1
Firstly you need to get your basic concepts cleared by following any of the online tutorial. Moving forward, you need to start practicing so as get a clear understanding of implementing the concepts. There are variety of platforms available online that can let you do programming practice by solving coding challenges.
If the above idea suits you well for learning, then go for codefights.com . It is the best platform to practice coding in any of the technology. The platform is suited for programmers of all the levels. Moreover, the practice sessions prepared you well for technical interviews, so as to get tech jobs.
Give it a try. You will surely like it.