Visual Studio IntelliCode – AI For your Code

Visual Studio IntelliCode allows you to add the power of artificial intelligence to your code. Enabling IntelliCode is super easy, and I'm going to show you exactly how to do this. LOOKING FOR SOMETHING ELSE? TRY THESE LINKS INSTEAD: Extension Methods Are Easy with C# Struggling With Imposter Syndrome? How…

Continue ReadingVisual Studio IntelliCode – AI For your Code

South African Cities And Provinces – A Complete List

South African Cities - Are you looking for a complete list of South African Cities along with their provinces? Well, good luck with that. I spent the most part of my Saturday searching for a comprehensive list (which I didn't find). Looking for something else? Try these links instead: Query…

Continue ReadingSouth African Cities And Provinces – A Complete List

Operation Not Legal in the Current State – Debugging ASP.NET Core

Operation Not Legal in the Current State - The other evening I was playing around with an ASP.NET Core application. When I started debugging it, I immediately saw an error message pop up that said Unable to start program '[http]://localhost:59676/'. An operation is not legal in the current state. It was…

Continue ReadingOperation Not Legal in the Current State – Debugging ASP.NET Core

EncryptValidate Code Encryption – My First NuGet Package

EncryptValidate Code Encryption - NuGet is something that I'm sure all of you have used before. I decided to package and publish my own NuGet package. It's nothing fancy, it's just a simple encryption dll that will encrypt data. It also validates encrypted data. Among the other methods, it decrypts data…

Continue ReadingEncryptValidate Code Encryption – My First NuGet Package

Live Unit Testing with Visual Studio 2017

Live Unit Testing has become a reality with the release of Visual Studio 2017. The next iteration of Microsoft's world-class IDE which was released on the 7th of March 2017, has given developers a host of new and exciting features (a new-ish feature C# Interactive being a favorite of mine). Check…

Continue ReadingLive Unit Testing with Visual Studio 2017