C# 7 features overview November 24, 2016 Kalyan Bandarupalli .NET Framework, C#, C# 7 No CommentsC# 7 added some new features with a focus on code simplification and performance. This post explains C# 7 new features Binary Literals We now have binary literals like 0b followed by 0’s and 1’s; literals…Read More