Reading all bytes from a Stream

  • 6 minutes to read
I was working on some Stream extensions today and added a method which will read all of the data from a stream in to a byte array. Some of the classes which derive from Stream provide a similar method (MemoryStream, for example, provides a... Read more

XML Comments: filterpriority

  • 6 minutes to read
I am a big fan of using XML comments in code and actually have a few Visual Studio macros which allow me to “inherit” the documentation from an overridden member. Every once in a while, I end up pulling in a comment with a filterpriority XML tag. This tag is... Read more

More on .NET 4.0 Code Contracts

  • 2 minutes to read
Last month I talked about Code Contracts, which are one of the new features in .NET 4.0. Earlier today I was digging around in .NET Reflector looking for something totally unrelated when I came across the Microsoft.Contracts namespace in System.Core. Looking at the... Read more

Windows Vista Service Pack 2

  • 2 minutes to read
Windows Vista Service Pack 2 Beta is now available for public download on MSDN and TechNet. This is a combined update for Windows Server 2008 and Windows Vista Service Pack 1. This will be the first service pack for Windows Server 2008 since... Read more