OdeToCode IC Logo

Garbage Collection Of A Different Kind

Tuesday, August 17, 2004 by otcnews
Gunnar Kudrjavets describes why a source control system is not a recycle bin or a backup repository.

Web Applications Without Web Projects

Tuesday, August 17, 2004 by otcnews
Fritz Onion links to a new wiki page containing his article on building ASP.NET applications without using the Web Project wizard of the IDE. The web project Visual Studio creates by default limits your flexibility when solutions need to move or new projects join the solution. See how to build a web application using a class library project.

Command Bars in VS.NET 2003

Tuesday, August 17, 2004 by otcnews
Rick Strahl has some code and debugging tips for those trying to build an Add-In for Visual Studio.

Going Independent

Monday, August 16, 2004 by otcnews
If you want some insight into the minds of two talented developers and authors, read James Avery's post and Scott Mitchell's post about their thoughts on becoming independent software contractors.

Resolving DateTime FormatExceptions

Sunday, August 15, 2004 by otcnews
Alan Dean shows how to use SQL Server's CONVERT function to stop exceptions when using the DateTime Parse function on a stored procedure resultset.

Lost Data With a StreamWriter

Sunday, August 15, 2004 by otcnews
Microsof't BCL team gives an in-depth description on the importance of closing a StreamReader object.

Internet Explorer in Windows XP SP2

Wednesday, August 11, 2004 by otcnews
Tony Chor provides a high level description of architectural and user experienece changes made to Internet Explorer in XP SP2.