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
There are various reasons why it is useful to channel certain requests through your own application to an external endpoint; the most obvious is, for
Auditing is becoming increasingly important in the everyday life of a developer; however, until now there was no particularly good way in .NET - even
TLDR; You can see the full sample in my GitHub repository BEN ABT Samples - ASP.NET Core Form protection with Cloudflare's Turnstile Turnstile is a
One of the last blog posts (Text and EMail Templates with Handlebars.NET) was generally about HandleBars.NET - a very popular template engine. This p
A frequent requirement in apps is the conversion of templates, e.g. for sending e-mails, for PDF templates or other text modules. There are many diff
There are various ways to deploy an application, but Zip deployment is the variant that is recommended the most - regardless of whether you are using
Configuring an ASP.NET Core application can be done in a variety of ways, including using command-line arguments, environment variables, and JSON fil
Often you have the requirement that you need or want to add additional claims to a token - either the, ID token or the access token. This is especial
Das Microsoft ASP.NET Team hat nun die Roadmap zu .NET 7 veröffentlicht. Der Release ist für November 2022 geplant. Der GitHub Link: ASP.NET Core Roa
TempData is next to ViewBag and ViewData a common way to handle data for Requests and Views. ViewData and ViewBag is only available in the current re
A lot of guys run into an error during the upgrade fom ASP.NET Core 1.x to ASP.NET Core 2.0: HTTP Error 502.5 - Process Failure The reason is very