• Stars
    star
    138
  • Rank 263,620 (Top 6 %)
  • Language
    C#
  • Created almost 15 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

DotNet Koansยถ โ†‘

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.

More information will come shortly. The current version has a minimal set of features - the work right now is to basically โ€œportโ€ the RubyKoans to C#, then add additional Koans where it makes sense. There will likely be an F# port just behind the C# version.