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 ReadingSlow 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 ReadingPDF 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 ReadingSection 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 ReadingSandCastle 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 ReadingASP.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 ReadingASP.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