posted on Friday, January 07, 2005 8:06 PM by davidboschmans

Overview of Visual C# 2005

Dan Fernandez, Visual C# Product Manager, points to an Overview of Visual C# 2005 article by Patrick Barnes.

The article consist of four sections:

  • Language Enhancements: This section introduces several language extensions, including Generics, Anonymous Methods, Iterators, Partial Types, and Nullable Types.
  • Productivity Enhancements: This section details the many productivity enhancements included in Visual C# 2005, including refactoring, expansions, the class designer and more...
  • Debugger Features: This section details the new debugger (and debugging related) functionality in Visual C# 2005, including the exception assistant, visualizers, tracepoints and unit testing.
  • Platform Features: This section details the new features of the .NET Framework 2.0 that will be most interesting to Visual C# developers.

A collection of must-read information for Visual C# 2005 developers!

Comments