Sunday, March 16, 2003


MS .NET C# language changes & a notable .NET Dev Book

MS VS.Net 2003 is almost here and will have major changes to the C# language. This includes generics, iterators, anonymous methods and partial types. It would be great to code thus:

Stack<int> stack = new Stack<int>();

stack.Push(3);

int x = stack.Pop();

John Robbins' .NET Developer book 'Debugging Applications for Microsoft .NET and Microsoft Windows' comes out soon. This is one of those books that pays for itself after it solves a bug or two - a very high ROI. Can't wait to get my hands on this one.


12:11:04 PM