Desktop Blog Tools for dasBlog

I’m using dasBlog because it’s .NET based & I wanted to host it myself. But I’ve started to tire of the IE-based interface and thought it was time for a […]

Continue Reading
Written By DevelopmentNow

Slow Debugging with Visual Studio .NET

So I had written a big post about slow debugging with Visual Studio and how I got my time down from 30 seconds to 10 seconds. And then IE hung […]

Continue Reading
Written By DevelopmentNow

PDF Exports with ASP.NET

I’ve been playing with the free PDF library iTextSharp with ASP.NET and I wanted to create a PDF document on the fly & send it to the browser via ASP.NET. […]

Continue Reading
Written By DevelopmentNow

Section 508 Validators

I’m doing a web site where one of the requirements is Section 508 compliance and I wanted to find an online validator similar to W3C’s XHTML and markup validator. So, I […]

Continue Reading
Written By DevelopmentNow

SandCastle Made Easy — Generating .NET 2.0 Documentation

In the .NET 1.1 days, documentation could be generated easily and freely using nDoc. Understandably, the fact that it was free is partly why nDoc has now been discontinued. Since […]

Continue Reading
Written By DevelopmentNow

ASP.NET AJAX

Atlas, Microsoft’s AJAX framework for ASP.NET, has been renamed to ASP.NET AJAX. Not that there’s a huge surprise, since Atlas was just a code name. There’s no new CTP, although […]

Continue Reading
Written By DevelopmentNow

ASP.NET CheckBoxList Validator

Scott Mitchell put up a post about a CheckBoxList validator he built for ASP.NET 2.0. Worth checking out. I wrote a custom validator for CheckBoxLists a few weeks ago & […]

Continue Reading
Written By DevelopmentNow