❔ Learning C#
I’m just curious what others have found as the best routine and timeline to become fully versed in C#? Also, what learning content do you recommend? Thank you!
4 Replies
Thinking about starting the Microsoft Certification path, but just wanted to check with others. Thank you!
The free code camp "certificate" path is a good start, just don't think the certificate itself matters at all
It's a fundamentals course, and it does teach the fundamentals, but that's it. You will not be a job-ready developer after doing just that one course.
Find any course that you would like, what I mean is that you should watch the first 3-5 min and decide whether the way they're explaining suites you.
Since I learned C# late into my studies I would suggest making sure they're covering basic computer science as well and object oriented principles, here's some that you might heard of:
Recursion, Simple logic, Inheritance, Polymorphism, Generics... Many learn languages, don't learn those and get stuck with knowing a language without a use.
I didn't do the certification you mentioned but I do know that MS has great documentation, so wouldn't be surprised if their course is good too.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.