8 votes

C# tutorials for begginers

5 comments

  1. [2]
    MrClean
    Link
    Anyone interested in learning computer languages should definitely check out https://www.pluralsight.com too, you do need a subscription, but there's a wealth of information on there.

    Anyone interested in learning computer languages should definitely check out https://www.pluralsight.com too, you do need a subscription, but there's a wealth of information on there.

    1 vote
    1. ninja
      Link Parent
      I have pluralsight subscription through my employer. They do have great amount of courses. For those who can not afford $300 USD, there are resources like edX :...

      I have pluralsight subscription through my employer. They do have great amount of courses. For those who can not afford $300 USD, there are resources like edX : https://www.edx.org/course/introduction-to-c-sharp and MIT's https://ocw.mit.edu/courses/find-by-topic .

      Only thing which is not free and not available to buy is commitment.

  2. [3]
    AlastrionaCatskill
    Link
    C# is my favorite language, hands down. So many libraries, just no TensorFlow :(

    C# is my favorite language, hands down. So many libraries, just no TensorFlow :(

    1. [2]
      episode
      Link Parent
      Encog is actually a very nice machine learning library for C#, especially for beginners. Very small amount of boiler plate required compared to other libraries. Only issue is no support for GPU....

      Encog is actually a very nice machine learning library for C#, especially for beginners. Very small amount of boiler plate required compared to other libraries. Only issue is no support for GPU.

      There is a plug-in available for Visual Studio called 'The Hybridizer' which allows you to write GPU code completely in C#. I am far too lazy to try to try to combine these two. But it would be a great project.

      1 vote