Skip to content

LearnWithLlew/LinqKoans

Repository files navigation

Welcome to the Linq Koans

"Learn by Doing"

29 progressive examples to help you learn linq

By: Llewellyn Falco 

Definition of ‘Koan’

 Koans is a zen word meaning the enlightenment or awakening of a person, usually through a puzzle or riddle. The most common one is “What is the sound of one hand clapping?”

What is this all about?

Linq is a new innovative way to work with lists.

These LinqKoans are an interactive and fun way to be introduced to and learn linq.

Getting Started 

Open the Visual Studio Solution, and open the file:

\Lessons\1_LinqSyntax.cs

Press Ctrl+R, T (not Ctrl+R, Ctrl+T see below). Fill in the blank (____) Run it again to see it pass.

After you finish the first Lesson, move to the other Lesson files.

Running Koans:

Ctrl R, T will run the koans. It will run either the single koan your cursor is on, or the whole file, if your cursor is not in a specific koan[Unit Test].

Running in Debug Mode:

Ctrl R, Ctrl T will run in Debug mode, we do not suggest this, as it just makes things slower and more confusing.

note: Crtl+R,T also takes the current cursor position as a parameter as to which test to run.

Tips & Tricks 

Play: Experimentation is a powerful learning tool. Don't be afraid to try stuff out, and run it to see what happens.

**Run the Test: **It is valuable to see what the results are. All Koans are designed to produce something even before they are filled in.

**Debug: **Set some break point and walk thru the code. It's a great way to get details. (Ctrl+R, Ctrl+T) will run in debug mode.

**Do Them with a Friend: **Learn is more fun and less frustrating when you have a friend with you. 

Contact

Llewellyn:

Blog: http://llewellynfalco.blogspot.com

Twitter: http://www.twitter.com/isidore_us

Releases

No releases published

Packages

No packages published