Getting Setup With C# 9 Preview
As .NET 5 is rolled out, so too is another version of C#, this time being C# 9. I’m actually …
As .NET 5 is rolled out, so too is another version of C#, this time being C# 9. I’m actually …
NOTE : This post was initially written in early 2017 (!!!) but has now been completely revamped in 2020 to …
I’ve recently had the opportunity to start a Specflow/Selenium end to end testing project from scratch and my gosh it’s …
In a previous post we looked at how we can publish a single exe from a .NET Core project. Now …
Say I have a simple “Hello World” console application that I want to send to a friend to run. The …
I’ve previously done posts on how to setup both .NET Core 2.1 and .NET Core 2.2. The reason for these …
Recently while upgrading a couple of projects to .NET Core 2.2, I came across this error. This version of Microsoft.AspNetCore.App …
There is some pretty nifty stuff making it’s way into .NET Core 2.2 such as a new route “dispatcher” and …
There is some pretty nifty new features making their way into .NET Core 2.1, many of which I’ll be blogging …
In a previous post I talked about building cross platform GUI applications using Eto.Forms. One thing that came up was …