bitcartel / DotNetKoans

A set of Koans to teach the DotNet language. Based off of EdgeCase's RubyKoans

Home Page:http://blog.cornetdesign.com/2009/12/dotnet-koans/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNet Koans

This is a fork of the DotNet Koans that Cory Foy made.

The DotNet Koans walk you along the path to enlightenment in order to learn .NET. The goal is to learn a .NET language (C#, VB.NET, F#, etc), syntax, structure and some common functions and libraries.

The DotNet Koans came about because of the most enlightened RubyKoans (github.com/edgecase/ruby_koans) and follow the structure of it most closely.

To use these Koans:

  1. open the CSharp or VB solution

  2. press F7 to build the solution and double click the warning that you see

  3. understand the code and its comments, and fix the code to make the assertion succeed

  4. repeat by going back to step 2 until all Koans are done

About

A set of Koans to teach the DotNet language. Based off of EdgeCase's RubyKoans

http://blog.cornetdesign.com/2009/12/dotnet-koans/


Languages

Language:C# 52.6%Language:Visual Basic 47.4%