
This article is about what is available in C# 6.0 with next version of compiler. You can have the binaries from roslyn.codeplex.com and use it. Here im going to demonstrate some key futures that useful in day to day programming .1. Indexed Members and Element InitializersThere is several versions of it. Here is example for assign collection when it initialize in the code, Ex : List<Ttype,Tvalue> Dictionary<string, string> sampleDemo...