What's New in C# 6

Pluralsight
Course Summary
C# 6 introduces a number of new syntax features, as well as a new compiler technology. In this course, we will examine these features and also provide an introduction to the new compiler - code-named Roslyn.
-
+
Course Description
C# 6 introduces new syntax features for primary constructors, exception filtering, static class usage, and more. We'll examine each of these language features in detail, and also look at the area where Microsoft worked the hardest: the compiler itself. Code-named Roslyn, the new compiler comes with an architecture that makes it easier to build tools and extensions for both the C# and Visual Basic languages.
-
+
Course Syllabus
Introduction- 18m 32s
—Introduction 0m 31s
—Perspective 2m 3s
—Language Features 2m 26s
—Compiler Features 6m 27s
—scriptcs 3m 46s
—Getting Started 2m 58s
—Conclusion 0m 18sLanguage Features Part I- 23m 7s
—Introduction 0m 21s
—Auto-Property Initializers 4m 26s
—Primary Constructors 4m 47s
—Using Explicit Constructors 2m 31s
—Dictionary Initializers 3m 56s
—Add Extensions 2m 50s
—Event Initializer 1m 19s
—params and IEnumerable 1m 16s
—Literals and Separators 1m 5s
—Summary 0m 31sLanguage Features Part 2- 28m 17sRoslyn- 33m 23s