Patrick Steele's .NET Blog
Implements ICodeWithDotNet
-
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:
-
New Language for 2010: Java?
No, I'm not going to pick Java as a "language to learn" in 2010. However, I did a little Java development in 2009 (Blackberry, specifically) and was also the developer for the Blackberry version of the CodeMash mobile-application "MobiMash".
-
Using the CodeDom With .NET 3.5 Features
Here it is 2010 and I just noticed while trying to use the CodeDom features of .NET that it defaults to using the .NET 2.0 compiler. You have to specifically tell it to use .NET 3.5. Thanks to LukeH and a Stack Overflow question, it was an easy solution:
-
Live Capture of Log4Net Logging
I recently had to whip up a small diagnostics application for a client. We were having some connection problems with a component so we wanted to wrap a WinForms GUI around the component and display some debugging information to try and diagnose it.
-
Know Your Context
Another home appliance repair story that has parallels to software development.
-
Looking Forward to 2010
Yes, the first month of 2010 is almost gone and I'm just now getting around blogging about the past year and the year ahead. I guess time management should be on my to-do list for this year?
-
And SRT Grows by One!
Great news! MVVM-Guru Brian Genisio is joining SRT in February! I first met Brian in-person at CodeMash last year. In fact, he was the one that convinced me to get on Twitter. Since then, I've been reading his blog and trying to catch his presentations at local user groups. He'll be giving his great MVVM talk at CodeMash in January.