4
Fredsje
7y

Currently trying to start learning C#, to build a plugin for an ERP System called Uniconta. Something samiliar to Microsoft C5.

Been wanting to learn C# etc for a long time, and now, I suppose I found my motivation.

So, how'd you guys start? I could try to download their examples, and start manipulating. But is that the right way to go around it? :)

At this moment I only have knowledge in web dev, such as HTML, CSS, JS, PHP etc.

Thanks in advance

Comments
  • 0
    Just familiarize yourself with the syntax and you should be fine. If you know Java it should be a piece of cake
  • 0
    I would recommend buying a Microsoft self study training kit. It will teach you all the basics you need to know to get up to speed quickly.
  • 1
    Don't be afraid to look the MSDN for functionalities you need. The .NET ecosystem is well made and has lots of stuff bundled.

    Try to make a few useless programs to sandbox around
  • 0
    Go to : pluralsight.com
    They have dozen of C# courses and .Net
    Now since u know web tech . I'll recommend starting by MVC it will give u the good view of how C# and .Net works .
    And covers great deal of C# concepts.

    You may also check MVA Microsoft.
    It's free and they also have great courses.
Add Comment