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

Tampa Code Camp Sessions

  • 1 minute to read
Tampa Code Camp is this weekend and I’m presenting 3 sessions: Understanding Lambda Expressions Lambda expressions are an integral part of LINQ and a powerful new feature of .NET 3.0. We will explore the history of lambda expressions and how they operate in .NET, and how they can... Read more

.NET Lambda Expressions – Resources

  • 2 minutes to read
I present at a lot of the local Florida code camps (and some out of state ones as well) and have a presentation that focuses on understanding Lambda expressions in .NET. This is not an exhaustive list, but it is a subset of the books, articles, blogs, and presentations that... Read more

Silverlight 3

  • 1 minute to read
Silverlight 2 was just released a few short months ago, but ScottGu is already providing hints at what we will see in Silverlight 3 which is supposed to be out sometime next year and will be a major update. Some of the major enhancements and improvements are: ... Read more

Generics in C#

  • 1 minute to read
Generics in C# have been around for a while (the concept of generics has been around even longer) but there are still a lot of developers who don’t have a good understanding of what they are or how to use them. Looking at the direction C# 4.0 is taking, generics... Read more