Posts tagged with .net
Sep 22
2010
Using Lazy<T> with KeyedCollection
How to create and return KeyedCollection which use Lazy
Jul 5
2010
Dynamics Library
A series of helper methods for working with the DLR in C# 4.0
Jun 28
2010
Dynamic Dictionaries with C# 4.0
Using the C# dynamic features to make it easier to work with Dictionary objects
Apr 25
2010
Dealing with type-casting limitations
Looking at a limit with type casting in .NET 3.5 and how .NET 4.0 can help solve it.
Apr 14
2010
An overview of Lucene.Net
Overview and table-of-contents for Lucene.Net articles
Apr 9
2010
Problems with Assembly Trust
Something to be careful of with downloading assemblies
May 19
2009
Query Syntax vs Method Syntax
What's the difference with LINQ to using query syntax to pure lambda expressions?