Skip to content

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

Notifications You must be signed in to change notification settings

Onizuka89/DotNetKoans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.8%
  • Visual Basic .NET 47.2%