Today, Somasegar announced that Visual Studio 2015 will be released on July 20th, 2015. This release will also include C# 6.0. This is the first in a series of posts on the new features of C# 6.0 and I’ll cover Auto-Property Initializers. This post discusses what an Auto-Property Initializer is, how to use it, and why it can help you write code more efficiently. What is an Auto-Property Initializer? An auto-property initializer allows you to set the value of a property at the same time you declare ......
I'll be doing a Free Webinar on 6/24/2015 with LearnNowOnline.com on What's New in C# 6.0: http://bit.ly/1POvqmJ Here’s the abstract: C# 6.0 offers several new features that help streamline your code. You'll learn about string interpolation, property initializers, exception filters, and more. You'll also learn about some of the new features of Visual Studio 2015. This presentation will help you understand how these features work and why they can help you be more productive. Bring your questions -- ......