If you are working on a NET 4.5 project using VS2015 + ReSharper 9, you will find that (by default), VS2015 and ReSharper will allow you (and even encourage you) to use the new C# 6.0 features within your source code. In some cases, ReSharper will recommend some C# 6.0 features as a way to improve your code. For example, in my example C# 4.5 code[...]
↧