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 …
If you’ve ever taken part in an AI challenge or contest over the years, you’ve probably had to work out …
I recently got asked a pretty good question about EFCore (Although it does also apply in general to database concepts), …
I contract/freelance out a lot to companies that are dipping their toes into .NET Core, but don’t want to use …
I was writing some reflection code the other day where I wanted to search through all of my assemblies for …
Even with my love for Dapper these days, I often have to break out EF Core every now and again. …
I recently came across an interesting params gotcha (Or more like a trap) recently while working around a method in …
With the announcement of .NET 5 last year, and subsequent announcements leading up to MSBuild 2020, a big question has …
So by now you’ve probably heard a little about various .NET 5 announcements and you’re ready to give it a …
Learning basic sorting algorithms is a bit of a Computer Science 101 class. But many examples out there are either …