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]
Path Finding With Genetic Algorithms 11 January 2017 .NET, C#, Algorithms comments (1) Let's learn how to help the computer learn how to find the shortest path through a maze using genetic algorithms. [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]