Finding A Way Back To Your Heart (With A*) 14 February 2017 Algorithms comments (0) Let's explore path finding with the popular A* search algorithm. [More]
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]
With Free TLS Certificates And Fantastic Tooling, There Are No Longer Any Excuses Not To Use HTTPS 29 December 2016 Misc comments (9) After reading this article, spend the 3 minutes it takes to get TLS on your website. [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]
Use Topshelf To Make Windows Services..... It's Top Shelf! 22 December 2016 .NET, C# comments (0) Topshelf is a ridiculously good library for hosting Windows services. [More]
Different Concurrency Models For CPU Bound Workloads Available To .NET Developers 19 December 2016 .NET, C# comments (2) A look at some of the parallel options available to .NET for CPU bound workloads. [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]
Is an m.2 PCIe NVMe SSD a Worthy Upgrade Over a SATA SSD Drive? 15 December 2016 Misc comments (2) Recently my 850 EVO SSD stopped responding, so I found myself in the market for a new SSD becau [More]
Delete/Move Files Faster on Seagate Central 15 December 2016 Misc comments (0) If you own a Seagate Central NAS (or similar device), then deleting a large amount of files can be super annoying, especially on Windows. Here's what I did to make it faster and painless. [More]