New features of C# 7.0 - Part 2 - Deconstruction 15 January 2017 .NET, C# comments (0) In this post I'd like to introduce you to another new feature of C# 7.0 that goes hand in hand with Tuples, Deconstruction. [More]
A Very Markov Christmas 23 December 2016 .NET, C#, Algorithms comments (0) Let's learn about Markov chains and then try using them to make Christmas carols. [More]
New features of C# 7.0 - Part 1 - Tuples 17 December 2016 .NET, C# comments (2) A few weeks ago at Connect(); Microsoft announced the availability of Visual Studio 2017 RC and with it comes C# 7.0.With C# 7.0, the language designers were focused on three areas: data consumption, code simplification and performance. Let's have a look at what I think are some of the more interesting additions. [More]