As of a couple weeks ago, I joined the Tree Surgeon open source project. Recently, Bil Simser took over the project and opened it up on CodePlex. The development team will be adding many new …
Blog
The .NET Developer Search Engine
While listenening to a recent episode of DotNetRocks, Dan Appleman noted that he created a Google Custom Search Engine called SearchDotNet.com. This search engine searches only relevant .NET …
Codeplex is down?
This morning, I went to log into Codeplex and I got the dreaded YSOD …
Keyboard Shortcuts for TestDriven.NET
I'm constantly clicking "Repeat Test Run" or "Run Tests" inside of of the VS 2005 IDE. Yes, I'm willing to admit that I'm a firm believer in going commando when it comes to the mouse. Its just, well, …
Continue Reading about Keyboard Shortcuts for TestDriven.NET →
Handling unexpected exceptions and tracing
I was browsing a site earlier and I came upon the dreaded Yellow Screen of Death (YSOD). It reminded me of when I had to implement some diagnostic tracing for an application that happened to be …
Continue Reading about Handling unexpected exceptions and tracing →
ASP.NET HOWTO: Enable Default Enter Button in ASP.NET 2.0
In certain forms, such as search forms, users enter a value into the search query box, then press the enter button. If you are develolping in ASP.NET, the page will refresh, but nothing will happen. …
Continue Reading about ASP.NET HOWTO: Enable Default Enter Button in ASP.NET 2.0 →