Enforce the use of a specific .NET Core version using Roslyn

In these past few years Microsoft has kept a steady flow of new .NET Core versions, and if you have hundreds of applications in your company it’s almost impossible to keep them updated to the most recent version of the framework. If you want to enforce that everyone on your company is using the correct framework version when they create a new application you can use a Roslyn Analyzer.
Read more →

Create and host a blog with Hugo and GitHub Pages in less than 30 minutes

Do you want to start a blog and don’t want to lose a lot of time setting everything up? That exactly why I’m going to show you how to build a blog site with Hugo and GitHub Pages.
Read more →