New Features in C# 6.0

Nitin Pandit

In this book we are going to learn new features of C# 6.0 which are introduced by the Microsoft.

  • Published on Mar 12 2015
  • Pages 41
  • Downloaded 13k
  • Type PDF

Microsoft introduced C# 6.0 in which many new features are available.

Table of Contents

  • Introduction
  • Using Static
  • Auto property initializer
  • Dictionary Initializer
  • Name of Expression
  • New way for Exception filters
  • Await in catch and finally block
  • Null – Conditional Operator
  • Expression – Bodied Methods
  • Easily format strings – String interpolation
  • Parameter less constructors in structs
  • Creating a custom exceptions class
  • Summary