Skip to content

Added codeasy.net to interactive c-sharp tutorials #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down