What Will I Learn?

✓ Harness the power of C# 6 and C# 7

✓ Write more maintainable code in C#

✓ Use powerful new features of Visual Studio 2017

View Curriculum

Available Licences

Personal: watch online on udemy.com.
Download: watch on any device.

Requirements

  • Students should be familiar with C# of older versions

Description

Learn new features of C# 6, C# 7 and Visual Studio 2017 on practical examples.

C# is one of the most powerful languages in the modern world of programming. It has one of the most powerful type’s system. There was a battle for sometime between Java and C# and now we can say for sure that C# won that battle from the language features point of view.

C# 6 is already released and fully available with Visual Studio 2015C# 7 is under development still, but many announced features are already implemented and we can play with them in Visual Studio 2017 which is currently (when I’m writing this) itself under development (release candidate is available).

Teaching Approach

No fluff, no ranting, no beating the air. I esteem your time. The course material is succinct, yet comprehensive. All important concepts are covered. For absolute beginners, I offer my help on Skype absolutely free if requested. Don’t forget that this course has English subtitles, so if you don’t understand my accent, feel free to turn them on.

Take this course and you will be satisfied.

Keep pace with modern C#

If you go behind the modern C#, then this course is for you. This course will bring a whole picture of what’s going on nowadays in C#. Modern C# is a powerful multiparadigmatical language. New versions of C# bring more and more functional features and you’ll see it on practical examples.

Content and Overview

The goal of this course is to show all the new features of C# 6, C# 7 and Visual Studio 2017.

This course is built for all kind of C# developers who are interested in learning C# 6, C# 7 and Visual Studio 2017. This course is beneficial for juniors as well as for seniors who want to stay well-informed about new C# features. I’m sure any student will find something interesting and useful in this course.

The main prerequisite is to be familiar with development on the .NET platform in C#. That’s all you need. 

In short, the course covers the following topics.

C# 6:

  • Autoproperties and Immutability
  • Expression-bodied members
  • Import of static members (using static)
  • nameof
  • String interpolation
  • Nullability, null-conditional operators
  • Index initializers
  • Exception Filters

C# 7:

  • Enhanced Tuples
  • Pattern Matching
  • Ref. Returns, Async Returns, Exceptions
  • Deconstruction
  • Local Functions (more functional programming! 🙂 )
  • Out variables literals

VIsual Studio 2017:

  • Improved Navigation
  • Run-to-Click (improved debugging)
  • Improved IntelliSense
  • Live Code Analysis
  • Live Unit Testing

Who is the target audience?

  • Any C# developer who wants to become aware of new C# features

Curriculum

  • Outline
  • Autoproperties and Immutability
  • Expression-Bodied Members
  • New Keyword ‘nameof’
  • Import Statics
  • String Interpolation
  • Safe Navigation
  • Collection Initializers
  • Exception Filters
  • Conclusion
  • Outline
  • Out Vars
  • Pattern Matching
  • Tuples Deconstruction
  • Local Functions
  • Returning By Ref
  • Throwing Expressions
  • Improvements to Literals
  • Conclusion
  • Outline
  • Improved Navigation
  • Run To Click
  • IntelliSense
  • Live Analysis
  • Live Unit Testing
  • Conclusion