August 2004 - Posts

.NET 1.1 SP1 Available Now

Download the latest .NET Framework 1.1 Service Pack from Microsoft.
posted by otcnews with 0 Comments

The List Keeps Growing

Vinod Kumar has put together an impressive list of .NET compilers from Ada to VB.
posted by otcnews with 1 Comments

SQL 2005 and Snapshot Isolation

Eric Nelson has good news for anyone planning on migrating from Oracle to SQL Server 2005 in the future. Snapshot isolation
posted by otcnews with 0 Comments

Connection Pool Timeouts

Angel Saenz-Badillos has a FAQ for anyone experiencing “timeout expired” error messages with ADO.NET pooled connections.
posted by otcnews with 0 Comments

Assert Myths

Shawn Farkas is debunking myths about Assert.
posted by otcnews with 0 Comments

Create Outlook Appointment Items

Eric Wise has some code allowing users to download an Outlook appointment from an ASP.NET form.

posted by otcnews with 1 Comments

Gmail Invites

We have some gmail invites - the first 6 people who leave a comment can have them.

Uppdate : ALL GONE!!!!
posted by otcnews with 8 Comments

ASP.NET Interview Questions

Scott HanselmanĀ presents a list of ASP.NET interview questions he uses.
posted by otcnews with 10 Comments

Troubleshoot Memory Leaks

Jeffrey Palermo outlines how he tracks down memory leaks in managed code.
posted by otcnews with 0 Comments

Injection Attacks

Bertrand Le Roy has 6 rules to avoid injection attacks.
posted by otcnews with 0 Comments

IE Search Shortcut

Girish Bharadwaj shares some registry tweaks you can use to make searches from IE's address bar easy.
posted by otcnews with 0 Comments

Garbage Collection Of A Different Kind

Gunnar Kudrjavets describes why a source control system is not a recycle bin or a backup repository.
posted by otcnews with 0 Comments

Web Applications Without Web Projects

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.
posted by otcnews with 0 Comments

Command Bars in VS.NET 2003

Rick Strahl has some code and debugging tips for those trying to build an Add-In for Visual Studio.
posted by otcnews with 0 Comments

Going Independent

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.
posted by otcnews with 2 Comments

Resolving DateTime FormatExceptions

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.
posted by otcnews with 0 Comments

Lost Data With a StreamWriter

Microsof't BCL team gives an in-depth description on the importance of closing a StreamReader object.
posted by otcnews with 0 Comments

Internet Explorer in Windows XP SP2

Tony Chor provides a high level description of architectural and user experienece changes made to Internet Explorer in XP SP2.
posted by otcnews with 0 Comments

Programming by superstition

Jim Arnold debunks some of the popular myths he sees in .NET discussion forms.
posted by otcnews with 0 Comments

Windows XP SP2 Released

Read Robert McLaw's insightful opinions on the newly released service pack for XP.
posted by otcnews with 0 Comments

Session variables and Redirects

Bertrand Le Roy explains how you can lose your session variables by using Response.Redirect at the wrong time.
posted by otcnews with 0 Comments

Threat Modeling

Dana Epp reviews the book Threat Modeling from Microsoft Press.
posted by otcnews with 0 Comments