diff --git a/resources.md b/resources.md index 97fd49d..58d321e 100644 --- a/resources.md +++ b/resources.md @@ -219,7 +219,9 @@ As with C, I would strongly recommend picking a book on [StackOverflow's C++ Boo A series of videos produced by Microsoft on learning C#. For beginners. - [Programming in C# Jump Start][csharp-jump-start] Another series of videos produced by Microsoft. Assumes some prior knowledge of C#. -- Interactive tutorials: N/A +- Interactive tutorials: + - [Codeasy][csharp-interactive-tutorial-codeasy] + Tutorial is designed to help absolute beginners to start in programming. Education process is based on a story that drives you through challenges, that require C# coding to solve. - Video tutorials: N/A - Books and tutorials (online): - [C# Programming][csharp-programming] @@ -245,6 +247,8 @@ As with C, I would strongly recommend picking a book on [StackOverflow's C++ Boo [csharp-fundamentals]: http://channel9.msdn.com/Series/C-Fundamentals-for-Absolute-Beginners [csharp-jump-start]: http://www.microsoftvirtualacademy.com/training-courses/developer-training-with-programming-in-c + [csharp-interactive-tutorial-codeasy]: https://codeasy.net + [csharp-programming]: http://en.wikibooks.org/wiki/C_Sharp_Programming [csharp-yellow]: http://www.csharpcourse.com/ [csharp-essentials]: http://www.techotopia.com/index.php/C_Sharp_Essentials