Sept Orcas CTP missing pieces
Specifically it is missing:
1. Extension methods.
2. Linq support for native C#. aka using the 'from' keyword gives a message "not implemented yet". I can call the templates directly but that would have worked in .Net 2.0
3. Object Collection initializers : aka. var mylist = new List<int> { 1, 2 };
4. Anonymous Types. Though I did not see that this was included yet.
Do I need to install other earlier CTP's to gain support for Linq for object collections. I would have thought extension methods would have been added. Is there a matrix anywhere that shows what is and what is not implemented yet?
-Craig

