Monthly Archives: November 2011


Passing method info with lambda expressions

These days we see a lot of Lambda expressions popping up in code. Lambda expressions are indeed a great way of defining and passing “method information” to other classes and methods. I define them as “method information”, because there are in fact a couple of .NET types that accept a lambda expression as their value. As […]

How to mess up Visual Studio intellisense: a recipe

The next blog post is just a fun post which shows how you can totally mess up the intellisense in Visual Studio. Result So what do we want to achieve in this recipe? Have you ever seen your intellisense displaying a list like this one? No, dear reader, you are not drunk: FirstName and LastName […]