Cool event coming up next week! Details below ... Join us for a special event co-sponsored by the .NET User Group & Silverlight User Group. This month we’re bringing …
Blog
NCover Hangs on Configuring Profiler…
Our main build broke today. We have about 53 projects in our solution (yes, its huge) and all of a sudden … pow … NAnt started timing out. Upon further investigation I noticed that the build was …
Continue Reading about NCover Hangs on Configuring Profiler… →
Twin Cities Give Camp Postponed
It has been moved to November 14th and 15th of 2009. Why? Get the inside scoop here. …
Finding App_Data Programmatically
While writing some code I needed to be able to access the the App_Data directory in my ASPNET MVC app. Doing this usually involves a Server.MapPath, but this wont work for my unit test. Here’s how …
IoC Auto Registration & Setter Injection
This post might be useful if you perform auto-registration of your components through an interface. Like this: …
Continue Reading about IoC Auto Registration & Setter Injection →
A Very Cool WCF Tool: WCFTestClient.exe
This an oldie, but a goodie. Not many people use this tool, much less know about it or where it exists. By default when you install VS2008 (I’m not sure if its part of 2005 or not) you have a tool …
Continue Reading about A Very Cool WCF Tool: WCFTestClient.exe →