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.

vCard.red is a free platform for creating a mobile-friendly digital business cards. You can easily create a vCard and generate a QR code for it, allowing others to scan and save your contact details instantly.
The platform allows you to display contact information, social media links, services, and products all in one shareable link. Optional features include appointment scheduling, WhatsApp-based storefronts, media galleries, and custom design options.
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.