Absodamnlutely..Generics, Iterators, Anonymous Methods and Partial Types in C#

 

NEW C# LANGUAGE FEATURES

 On November 7th, at the OOPSLA Conference in Seattle, WA, C# creator Anders Hejlsberg unveiled several potential language features for the next major release of Visual C# .NET.  The four primary features Anders spoke about were: 

  • Generics, a form of C++ templates that makes reusing existing code easier
  • Iterators, a construct that makes traversing collections of data significantly faster and easier
  • Anonymous methods, an easier way to perform simple tasks using delegates
  • Partial types, a means for programmers to split code across multiple files

The C# team fully intends to submit these features for consideration by the ECMA and ISO standards bodies.  However, in unveiling these features early, it is our hope that you will provide comments and opinions on our implementation before we begin the standardization process.

Read more about it on the GotDotNet CSharp Team Site

 

No Comments