Create a custom captcha provider with ASP.NET Core
Nowadays, you can't actually run a website on the Internet without having a protection mechanism against content bots. One possibility is the use of
Nowadays, you can't actually run a website on the Internet without having a protection mechanism against content bots. One possibility is the use of
With .NET 9, Microsoft has added new options to the System.Text.Json library to format the output of JSON objects - features that, in my opinion, sho
The recommended variant for specifying the SDK in .NET is the global.json file. This centrally guarantees that all computers on which the code is com
For several years now, C# has supported Records as a new "type". Initially only for classes (which is why the class is optional for a recor
Anti-idle apps for Microsoft Teams and the like are a dime a dozen, but how about creating your own? In this article, I'll show you how to create an
QR Codes are a very popular way to pass on information - for example an URL. The QR code can be placed on all kinds of places, for example in parking
The Microsoft Graph and Entra documentation are both very comprehensive and provide a lot of information - but they often contain no examples or no w
Often you don't need all the configurations of an app per stage; sometimes they are optional. This is often the case for the development stage in par
If you browse through certain libraries or the .NET Runtime from time to time, you will notice that the attribute MethodImplOptions.AggressiveInlinin
New year - new .NET drama. You would have thought that positive lessons had been learned from the last Moq drama; but we were proven wrong. What happ
In the world of Microsoft SQL Server, views are a powerful tool for simplifying complex data queries. Simple views offer no real performance gain but
Recently I have been working more and more with HTML and frontend development in general and had the task of loading favicons from various addresses
EF Core Migration Bundles are standalone executable files that contain one or more Entity Framework Core migrations and can be applied directly to a