Jeremiah Clark's Blog

A place to collect my ramblings about Microsoft and the .NET Framework.

StringBuilder.ToString() vs Reflection

I had an intriguing conversation with a friend on Friday about the performance of using the...

Author: Jeremiah.Clark Date: 10/20/2007

Parallel Computing in .NET

A recent article in MSDN magazine talks about the upcoming CTP release of the Parallel FX library,...

Author: Jeremiah.Clark Date: 09/14/2007

Mixing Extension Methods and Anonymous Types

In my recent post Overcoming the Limitations of Anonymous Types, I talked about ways to get around...

Author: Jeremiah.Clark Date: 09/11/2007

Replacing CMD with PowerShell

First off, I really like Windows PowerShell. I have been using it for a while now and I find it...

Author: Jeremiah.Clark Date: 09/07/2007

Overcoming the Limitations of Anonymous Types

It seems clear that the new anonymous types feature for C# 3.0 is going to be very useful, however...

Author: Jeremiah.Clark Date: 09/07/2007

Simple GZip compression of files with .NET

I had to do some file compression recently (which oddly enough I had never had to do before)....

Author: Jeremiah.Clark Date: 09/05/2007

Process Explorer v11.0 Released

A new version of Process Explorer was released today! If you do not already have it, I highly...

Author: Jeremiah.Clark Date: 09/04/2007

C# 3.0 Anonymous Types

I have been playing around with some of the new C# 3.0 features, and I really have to say that I...

Author: Jeremiah.Clark Date: 09/03/2007

A Class Every Developer Should Take

Last week I attended the Wintellect course entitled Mastering .NET Debugging taught by debugging...

Author: Jeremiah.Clark Date: 09/03/2007

<Previous