September 2004 - Posts

Dispose Do's and Don'ts

Chris Lyon continues to give advice on the Dispose method.
posted by otcnews with 0 Comments

RSS Doesn't Scale

Jon Galloway has some insightful commentary on the scalability of RSS.
posted by otcnews with 0 Comments

Reporting Progress From SQL Server

Nat Luengnaruemitchai demonstrates how to send a progress report to the InfoMessage event.
posted by otcnews with 0 Comments

.NET Service Pack Setup Issues

Aaron Stebner has some tips if your service pack setup is failing.
posted by otcnews with 0 Comments

Demystifying Dispose

Chris Lyon outlines what does and does not happen when you call Dispose.
posted by otcnews with 0 Comments

FormsAuthentication.UserData

Scott Stewart describes a sneaky problem caused by a limit in the size of the UserData property.
posted by otcnews with 0 Comments

XP SP2 And Virtual PC Performance

Steve Muench has an inside scoop on SP1 for Virtual PC, and why you'll need it with XP SP2.
posted by otcnews with 0 Comments

IsNewSession

Bil Simser has some information on using this little known property of the Session object.
posted by otcnews with 0 Comments

Introduction To MSIL

Kenny Kerr continues his introduction to MSIL.
posted by otcnews with 0 Comments

Login Problems With Crystal Reports.NET

Richard Dudley takes a look at causes and solutions to the “Login Failed” error message with Crystal Reports.
posted by otcnews with 3 Comments

Software Development Considered Harmful

Read about 8 mistakes in software development on the Tea Leaves blog.
posted by otcnews with 0 Comments

Thread.CurrentPrincipal versus HttpContext.Current.User

Scott Hanselman uncovers a tricky scenario where these two security principals are not in sync.
posted by otcnews with 1 Comments

MissingMethodException

Teemu Keiski describes how he had to debug this exception, and the VB code behind it.
posted by otcnews with 0 Comments

.NET SP1 And The ASPNET account

If you explicitly set the ASPNET account's password instead of using AutoGenerate in the machine.config file, SP1 has a nasty little suprise in store. J. Ambrose Little describes what happens.
posted by otcnews with 0 Comments

Virtual PC Default Folder

I like to keep my Virtual PC configurations outside of the My Documents folder. Peter Provost found a Microsoft knowledge base article to set a new default home folder. 
posted by otcnews with 0 Comments

The DataSet Debate

Nick Wienholt has a few good arguments in favor of using the DataSet.
posted by otcnews with 2 Comments