Visual Studio 2008/.NET 3.5 Service Pack 1

  So, as many of us have already heard, the first service pack is now released by Microsoft.  Description here: http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx Download here: http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx  

Currently rated 1.4 by 11 people

  • Currently 1.363636/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

C#.NET Custom Iterators 101

One of the most underutilized features of C# is custom iterators.  Although, now with LINQ in .NET 3.5, custom iterators will undoubtedly be used substantially more--in a sense, that is--given that iterators are the basis for the deferred execution in LINQ. Nonetheless, given that LINQ and .... [More]

Currently rated 1.7 by 17 people

  • Currently 1.705882/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5