Saturday, September 04, 2004
C# 2.0
I recently saw Anders Hejlsberg, Lead Architect of the C# language answering questions on the white board.
He talked about many cool features that they are thinking to add in C# 2.0. One of the features I liked was the functionality to reconize class types.
We all write code like this:
Point p = new Point();
In C# 2.0 you can write the same statement something like this:
var p = new Point();
For complete details visit http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040624csharpah/manifest.xml
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment