Loren Halvorson's Blog
If your only tool is a hammer...
-
Config files and NUnit tests
A comment left on my last post about TestDriven.NET asked how to tell NUnit to use an application configuration file.
-
Stop procrastinating...download TestDriven.NET already!
I've written about this add-in before, but I frequently run into .NET developers who are attempting test driven development without using the free TestDriven.NET Visual Studio .NET add-in.
-
NAnt + CruiseControl.NET = build goodness
New releases (RC3) of the excellent NAnt build tool are now available.
-
Log4net 1.2.9 Beta Released
Well it seems like the incubating log4net has finally awakened from its slumber.
-
Microsoft Enterprise Library Logging Block compared to Log4net follow up
I'd like to thank Tom Hollander and Hisham Baz for their responses to my post comparing Log4net and the EntLib logging block. Tom did an excellent job of pointing out how every app has different requirements, and it is dangerous to take performance numbers alone as the sole criteria for selecting a technology. I would also like to thank Hisham Baz for taking the time to profile the block and identify some possible optimizations that could be made.
-
Microsoft Enterprise Library Logging Block compared to Log4net
Microsoft recently released 1.0 of the Enterprise Library. I was curious how the Logging block stacked up to Log4net.
-
Interesting (to me) new tool releases
Votive for WiX
-
A must-have web development tool: Microsoft Fiddler
I've been using the slick little iehttpheaders tool to trace my browser's http traffic when troubleshooting issues. It logs out the requests, responses, cookies, HTTP headers etc... flowing back and forth. But the other day this MSDN article convinced me to spend a couple minutes looking at Fiddler, and I'm so glad I did. All I can say is Wow! This thing is going to come in handy. I wish I'd found it sooner.
-
Model View Controller on ASP.NET, what are the options out there?
One thing I really miss coming to ASP.NET from JSP is a mature application based Model View Controller framework like Struts and Maverick. From what I read this is a common refrain from former Java developers.
-
Don't install Beta MS AntiSpyware product on your Windows Media Center PC if you have an Extender
Just a note in case someone else is struggling with this. All of a sudden my extender stopped connecting to my Media Center PC last night for no apparent reason. Something about a 00020002 error. After troubleshooting it for a while I finally noticed from the event log that the conflict was with the Beta Microsoft Windows AntiSpyware application I had installed the day before. I removed the AntiSpyware product and it started working again.