##My Projects
NuGet
- How to install a package into all projects of a solution
- Creating a NuGet-based plugin engine
- Querying NuGet via LINQPad
LINQ Articles
Lucene.Net
The dark arts
- Reflection and Generics
- Recursive anonymous functions - the .NET version
- Why does this code work?
- Dealing with type casting limitations
- Dynamic Dictionaries with C# 4.0
- Using Lazy<T> with KeyedCollection
Miscellaneous
- Problems with Assembly Trust
- Working with dates and LINQ to SQL
- Handy extension method for null-coalesing
- Supporting ValueTypes in Autofac
- Testable Email Sending
- A LINQ observation