dev

Browse posts by category: "dev" below.

.NET Memory Leaks

Conceptually I knew that eventually there would be a need to diagnose a memory leak problem in a .NET application. Sure a garbage collected environment automatically sorts out whole sets of memory...

memory-management debugging dotnet profiling cpp
July 18, 2006
Read More

Sysinternals to the rescue

What do you do when you see a Java windows application complain that there something wrong with its pdf reader? Well you look at its console output of course. Console output? ... Yes console output....

debugging-tools java windows
July 1, 2006
Read More

Triplet

Yesterday's post was just a quick test of the csharpformat web page kindly provided by Jean-Claude Manoli on his web site....

June 24, 2006
Read More

VSS 2005 Add Files

The Add Files dialog in Visual Source Safe 2005 changed from a specific VSS version to the more common file selection dialog....

version-control development-tools
May 25, 2006
Read More

SoapSerializer and Generics Don't Mix

After a bunch of monotonous code changes the previously V1.1 application now compiles successfully under V2.0 of .NET with generics in used for all domain model aggregation relationships....

generics serialization dotnet programming
December 7, 2005
Read More

Generic List Covariance

I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists....

generics csharp dotnet programming cpp
December 5, 2005
Read More