Contents tagged with C#3.0
-
Extension Methods And Type Inference In Action
I make extensive use of extension methods, either to make classes small and focused or to improve readability.
-
LINQ: Implementing The SkipLastWhile Operator
Following my last posts (>)(>), in this post I’ll introduce the implementation of the SkipLastWhile operator.
-
LINQ: Implementing The SkipLast Operator
-
LINQ: Introducing The Skip Last Operators
-
LINQ: Implementing The TakeLastWhile Operator
Following my last posts (>)(>), in this post I’ll introduce the implementation of the TakeLastWhile operator.
-
LINQ: Implementing The TakeLast Operator
-
Hydrating Objects With Expression Trees - Part III
To finalize this series on object hydration, I’ll show some performance comparisons between the different methods of hydrating objects.
-
Hydrating Objects With Expression Trees - Part II
-
Mastering Expression Trees With .NET Reflector
Following my last post, I received lots of enquiries about how got to master the creation of expression trees.
-
Dumping Objects Using Expression Trees