Archives
-
No Intellisense in Visual Studio 2010 RC1
Well, that's odd. Why were the default options for Intellisense turned off when I did a fresh install of Visual Studio 2010 RC1?
-
Lookups vs. Dictionaries
Donn Felker has a great post that explains the different uses of LINQ's ToLookup and ToDictionary. Check it out!
-
Super-simple Object Mapper
If you need a full-featured object mapper with minimal set up, I recommend you take a look at AutoMapper on Codeplex. If you need a quick-and-dirty solution, maybe the following code could help you out.
-
Castle Windsor: Turn Off Automatic Property Injection
Suppose you have the following component: