Series - Developer-Productivity-Whats-New-in-C-6


Developer Productivity: What's New in C# 6: (05) Adopting C# 6[MP4] [0:51:29] [2015/03/26]
Find out how to put the features into practice, and see some of the idioms that make null conditionals amazingly useful. Explore how features interrelate with each other, and look at some improvements…


Developer Productivity: What's New in C# 6: (04) Exceptions and Error Handling[MP4] [0:48:01] [2015/03/26]
Get the details on Exception Filters and on Await in Catch and Finally features, which give us more robust idioms when we encounter problems. [08:53] - Exception Filters[30:37] - Await in Catch and…


Developer Productivity: What's New in C# 6: (03) String Handling[MP4] [0:59:06] [2015/03/26]
Learn about ​Nameof and String interpolation features, which make it easier to work with mixed symbols and strings in modern programs. [04:30] - NameOf[20:05] - String interpolation


Developer Productivity: What's New in C# 6: (02) Data Transfer Object Support[MP4] [0:44:14] [2015/03/26]
Learn about Readonly Properties and Dictionary Initializers, features in C# which make it easier to create Data Transfer Object types concisely and correctly, as we do so with the purpose of…


Developer Productivity: What's New in C# 6: (01) C# Productivity, Conciseness[MP4] [0:46:11] [2015/03/26]
Focus on three C# features that can make your code more concise and easier to read and understand: Expression Bodied Members, Static Usings, and Null Condtionals. [18:34] - Expression Bodied Members