More concise, more readable. C# 6.0 real world gains

More concise, more readable. C# 6.0 real world gains

With Visual Studio 2015 comes C# 6.0. The team at Microsoft put a whole lot of effort into the Roslyn compiler this time around and the language features are primarily syntactic sugar, but they are still extremely welcome. The Null-Conditional Operator Here is a small piece of code that I inherited recently.  It has a very simple task, get the client's...

Continue reading →