Changes

Jump to navigation Jump to search
Line 41: Line 41:  
* [https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169 ''C# Fundamentals for Absolute Beginners''] is a video guide which will walk you through C#, from the basic concepts to event-driven programming (which is what SMAPI mods mostly use).
 
* [https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169 ''C# Fundamentals for Absolute Beginners''] is a video guide which will walk you through C#, from the basic concepts to event-driven programming (which is what SMAPI mods mostly use).
 
* Already know how to program? Get a quick overview of C# syntax and concepts at [https://learnxinyminutes.com/docs/csharp/ LearnXinYMinutes.]
 
* Already know how to program? Get a quick overview of C# syntax and concepts at [https://learnxinyminutes.com/docs/csharp/ LearnXinYMinutes.]
 +
 +
A couple of concepts SMAPI uses frequently
 +
* [https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/generics ''Generics'']
 +
* [https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/events/ ''Event-based programming'']
    
===Requirements===
 
===Requirements===
528

edits

Navigation menu