Jump to content

For those not familiar with the C# programming language


Astral_Nomad

Recommended Posts

I stumbled upon this video series on MSDN. It explains everything basic (fundamental) about how to program in C#. Useful for those that want to get into plugin modding. It uses Visual C# as its compiler. Its a bit outdated (2011), which mean you should probably use the 2010 version of Visual C# to stay with it. I dont know what the results would be with the 2012 version. Full source code for the series is available, and the individual lessons are free to download directly off the site. http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners Enjoy!

Link to comment
Share on other sites

Note that KSP plugins can only target .NET 3.5 or earlier, and that version of the framework was released in 2007. Mind you, a lot of tutorials from 2007 will be for older versions like 2.0 and it would be really bad to learn from those, but you shouldn't feel like you have to keep very up-to-date. Programming languages don't move as fast as other technologies.

Link to comment
Share on other sites

  • 2 months later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...