Posts tagged with .net

Mar 31 2011
Sep 22 2010

Using Lazy<T> with KeyedCollection

How to create and return KeyedCollection which use Lazy under the hood

.netcollections
Jul 5 2010

Dynamics Library

A series of helper methods for working with the DLR in C# 4.0

dynamic.netc#
Jun 28 2010

Dynamic Dictionaries with C# 4.0

Using the C# dynamic features to make it easier to work with Dictionary objects

c#.netdynamicumbraco
May 27 2010
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.

.netc#c#-4dynamictype-castingumbraco
Apr 25 2010

Why does this code work?

A neat trick with operators in .NET

.netc#operator-overload
Apr 14 2010

An overview of Lucene.Net

Overview and table-of-contents for Lucene.Net articles

lucene.netc#.netexamineumbraco-examine
Apr 9 2010

Problems with Assembly Trust

Something to be careful of with downloading assemblies

.nettrust-levelautofacfail
Apr 8 2010
May 19 2009

Query Syntax vs Method Syntax

What's the difference with LINQ to using query syntax to pure lambda expressions?

linqc#.net