The addition of ValueTask to the asynchronous tool box has been a big new feature in C# 7.

The addition of ValueTask to the asynchronous tool box has been a big new feature in C# 7.
With the arrival of C# 7, tuples have changed quite a bit. If you haven't been using them, read this article; you might reconsider their use.
C# 7 will bring to us the use of local functions, helping developers alleviate the problem of keeping track of a large number of methods.
Still postponing the upgrade to VS 2017? Here's some information that can help you decide whether to plunge ahead or wait longer.
Learn to create a simple animation within Unity3D, starting from C#.
Master using the EF core with a version available that is specifically designed for use with the .NET Core.
Learn to implement exception handling mechanism in C++.
The addition of ValueTask to the asynchronous tool box has been a big new feature in C# 7.
Begin creating a Neural Network to simulate a human brain's function and activity.
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.