Browse by Tags

Search Results

Page 1 of 1 (4 items)

Truly Understanding Viewstate Mirrored

Dave Reed and Trevor Morrison summarized the implementation challenges around the use of Viewstate . To help out their great work and the ensuing discussion I offered to mirror the content that Trevor captured and summarized to help with the demand: PDF Version Word Document Version Please right-click...
    by Colin

Unit Testing SQL Providers in ASP.NET

I think I finally found a use for SQL Server Express Edition ! For the longest time I wondered why I would want to use this not-quite-the-full-thing version of SQL Server. When you have an MSDN subscription you have SQL Server Developer Edition and it offers you all that you want and more. The answer...
    by Colin

Deploying Commerce Server 2007 Sites without Site Packager

From my initial investigation Site Packager's evolution has been unclear in the latest release of Microsoft Commerce Server . One of the most obvious holes was the lack of documentation and support for command-line deployment. While there has been some improvement in this latest release, it still...
    by Colin

Exception Detail and Health Monitoring in ASP.NET 2.0

I really liked the original exception management block put out by Microsoft. The reason is because it included all the information relating to an exception - not just the Message property. It made production debugging a breeze. Now with ASP.NET 2.0 and Health Monitoring something similar has been created...
    by Colin