Introduction to LinqPad - Intermediate Usage
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will learn how to use the LinqPad expression evaluator.
LINQPad is more than just a LINQ query tool: it is a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block!
In this episode we will look at how to execute native .Net code...
|
|
Exploring Extension Methods in C# 3.0
Category: Languages > .net
Posted: 25 Mar 09
In this episode we will be exploring a new feature in C# 3.0/.Net 3.5 called Extension Methods.
Extension Methods are a way to allow a developer to extend an object (add new methods) without having to subclass or recompile that object.
|
|