4

Anyone know a good C# course on skillshare, or similar site ? 🤪

Comments
  • 1
  • 0
    Google
  • 0
    What is it you’re trying to learn? The language itself, or how to do something particular?
  • 0
    @Brolls well im starting of in C# so the general language :)
  • 1
    @BitByteBoolean I’d honestly recommend trying to make something.

    If you’ve built something in a different language, try and port it, the syntax is readily available at the MSDN documentation, the biggest trick is learning the base class library and what classes in which namespaces do what you want.

    Microsoft have a bunch of samples online somewhere too, maybe download a demo project and have a poke around in it.

    My personal opinion is that unless you’re looking for something hyper targeted, tutorials or videos are likely to be constraining unless they’re really comprehensive.

    Stumbling around in the dark might take a while longer, but you’ll learn and retain a lot more.
  • 1
    Rob Mile's c# programming Yellow Book http://www.csharpcourse.com/ was a nice read
Add Comment