What's New in .NET Framework 4.5 Session from Visual Studio 2012 Bootcamp
On Monday our local Microsoft subsidiary organized Visual Studio 2012 bootcamp as a preconference to Bleeding Edge 2012. For my talk I selected 3 new features in .NET Framework 4.5 that excite me most:
- Asynchronous programming with
async
andawait
keywords - Portable Class Libraries - resources from a more detailed session on this topic can be found here
- Improvements in Workflow Foundation with focus on side by side versioning and C# expressions - resources from a more detailed session on this topic can be found here
Feel free to download the slides and demos.