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.
Read Blog PostAzure Functions provides a very lean way to execute code serverless. So lean, in fact, that there is no dependency injection by default.
Read Blog PostImmer 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-User-Agent versicht wird, die Session eindeutig zu kennzeichnen. Idee ist …
Read Blog PostUnfortunately I had the case that 99.9% of my CPU was occupied by “Windows Compatibility Telemetry” - and I didn’t know why.
Read Blog PostMicrosoft translates the texts of its documentations by machines - and often this unfortunately still ends in total gibberish. But especially for developer documentations an understandable way of technical expression is …
Read Blog PostISO 8601 is a general, international standard on how the complex representation of time stamps can be formulated in a general way - including the consideration of time formats, time zones and resolution. Therefore, ISO …
Read Blog PostOften 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?
Read Blog PostOpenSearch OpenSearch is a standard that has existed for about 15 years and is used by search engines and Browsers.
Read Blog PostI wish you all a Happy New Year. I hope everybody started the new year restful, with joy and health!
Read Blog PostInstall EF Core 3 Migration tools The tooling of the Entity Framework Core Migrations comes via NuGet (and dotnet tooling).
Read Blog PostIn the ASP.NET Core Identity environment, the PasswordHasher is responsible for securely storing the password and performing password entry checks.
Read Blog Post