Dependency Injection with Azure Functions and FunctionsStartup
Azure Functions provides a very lean way to execute code serverless. So lean, in fact, that there is no dependency injection by default. With the hel
Azure Functions provides a very lean way to execute code serverless. So lean, in fact, that there is no dependency injection by default. With the hel
Immer wieder sieht man in Code, der für den Login eines Benutzers verwendet wird, dass mit Hilfe der IP-Adresse oder zum Beispiel auch dem Browser-Us
Unfortunately I had the case that 99.9% of my CPU was occupied by "Windows Compatibility Telemetry" - and I didn't know why. Apparently thi
Microsoft translates the texts of its documentations by machines - and often this unfortunately still ends in total gibberish. But especially for dev
ISO 8601 is a general, international standard on how the complex representation of time stamps can be formulated in a general way - including the con
Often you want to duplicate entities or their values in order to save an entity with a new ID. But what is the best way to do this? There are many ex
OpenSearch OpenSearch is a standard that has existed for about 15 years and is used by search engines and Browsers. This standard was developed by Am
I wish you all a Happy New Year. I hope everybody started the new year restful, with joy and health! 2020 Todo List For the new year I have a lot of
Install EF Core 3 Migration tools The tooling of the Entity Framework Core Migrations comes via NuGet (and dotnet tooling). dotnet tool install --glo
In the ASP.NET Core Identity environment, the PasswordHasher is responsible for securely storing the password and performing password entry checks. I