World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
With Blazor making an entry on the web application scene with its WebAssembly version. I thought it would be good to make a little how-to regarding hosting and deployment. Since Blazor comes with two different types of hosting models this makes it...
With docker becoming more and more widely popular, the need for hosted container registries and respositories has grown. These registries can be quite expensive for an infrequent developer. Luckily there are a few places online where you can find...
It’s now been a while since Microsoft released entity framework core and with this released I hoped for them to release an interface for DbContext. (Spoiler alert) Unfortunately they didn’t. Not having an interface for DbContext sometimes makes it...
Pros and cons? So you want to secure your api or you mvc application? And you want to keep it really simple! Well then Basic Auth might be just right for you! Before you get started with applying basic auth it’s good to keep in mind that Basic Aut...
So, the other day I stumbled upon a discussion on StackOverflow about generating a url friendly slug. I found the problem quite interesting and decided to give it a go on solving this in .NET Core. The problem When creating pages we want the url t...