View Post

MemoryStream Mail Attachments in .NET 2.0

I was having some odd errors sending MemoryStreams as email attachments and I wasn’t finding samples on the web that worked (or compiled). I was finally able to figure out that […]

Continue Reading
Written by DevelopmentNow -- October 11, 2006
View Post

EnableViewState for User Controls and ASP.NET Master Pages

I found out today that if you have EnableViewState=”False” in your master page declaration, that ViewState seemed to not be preserved for User Controls (.ascx), even if you have EnableViewState=”True” […]

Continue Reading
Written by DevelopmentNow -- October 11, 2006
View Post

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 -- October 11, 2006
View Post

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 -- October 11, 2006
View Post

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 -- October 11, 2006
View Post

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 -- October 8, 2006
View Post

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 -- October 6, 2006