.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...
Browse posts by category: "dev" below.
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...
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....
The Add Files dialog in Visual Source Safe 2005 changed from a specific VSS version to the more common file selection dialog....
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....
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....