Improving C# With Version 6

LIVE PREVIEWBUY FOR $5

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Every new version of C# brings new functionality to the language, but version 6 has even more changes than previous versions. Instead of bringing one or two new features, there are many—and each of them will change the way we write code on a daily basis. This course will take you through the most important new features, and show you how to use them.

What You’ll Learn

  • Using the ‘static’ statement to import the static members of a class.
  • Using the ‘nameof’ operator.
  • Understanding C#’s string interpolation capability.
  • Using the null-conditional operator to simplify your traditional null-checking code.
  • The two key things to remember when writing your own default constructors for structs.
  • The new dictionary initializer and exception filtering features.

About the Instructor

Jeremy McPeak started his development career on the client side, writing JavaScript and DHTML components in his spare time. He has co-written several books, such as Professional Ajax 1st Edition, Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions. You can check out his website.