Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

Generic Type names
(archived from my old blog from my pre-MS days) The type name that you need to use in config files, such as for IoC containers , can be quite complex. For me, it's easier just to spike them than to try to remember the format gobbledy-gook. public class Read More...
NDepend
(archived from my old blog from my pre-MS days) The first time I heard of NDepend was on Hanselminutes ( show here ).  It sounded intriguing, but at the same time the show went into a lot of detail and used a lot of terminology that I wasn't familiar Read More...
Is "if/else" better than "if/return"? If you want to easily refactor, then yes.
(archived from my old blog from my pre-MS days) Look at the following piece of code: private void DbMove(CopyInfo info) {     string targetDb = GetTargetDB(info);     if (targetDb.Equals(string.Empty))         Read More...
Page view tracker