MSDN Library - What's New in the .NET Framework 4.5 Developer Preview
"This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This topic contains information about key features and improvements in the .NET Framework 4.5 Developer Preview. This topic does not provide comprehensive information and is subject to change.
New features and improvements are described in the following sections:
- .NET for Metro style apps
- Core New Features and Improvements
- Web
- Networking
- Windows Presentation Foundation (WPF)
- Windows Communication Foundation (WCF)
- Windows Workflow Foundation (WF)
...
See Also
Concepts
- What's New in Visual Studio 11 Developer Preview
- What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview
- What's New in WPF Version 4.5 Developer Preview
- What's New for Visual Basic in Visual Studio 11 Developer Preview
- What's New for Visual C# in Visual Studio 11 Developer Preview
- What's New for Visual C++ in Visual Studio 11 Developer Preview
- What's New for Visual F# in Visual Studio 11 Developer Preview
Other Resources
...
What's New for Visual Basic in Visual Studio 11 Developer Preview
"[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This page lists the new and enhanced features available in Visual Basic in Visual Studio 11 Developer Preview.
For information about integrated development environment (IDE) features relevant for Visual Basic developers creating Windows Developer Preview applications, see Tour of the IDE for C#/C++/Visual Basic Developers.
...
Iterators are used to perform custom iteration over collections such as lists or arrays.
An iterator uses the Yield statement to return each element in the collection one at a time. When a Yield statement is reached, the current location in code is retained. Execution is restarted from that location the next time that the iterator function is called.
..."
A nice summary of what's new in the .Net 4.5 Dev Preview. Nice to see the Ribbon become part of the native .Net WPF stack. Make sure you click though to the other What's New In pages too (like the VB.Net one... yeah! We finally get Yield! :)
No comments:
Post a Comment
NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...
ALL comments are moderated. I will review every comment before it will appear on the blog.
Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...
Please see my comment policy for more information if you are interested.
Thanks,
Greg
PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...