Bad Gateway error on App Service deployment
Our deployment ran smooth for weeks. But suddenly and without warning and only for one app, the “Bad Gateway” error appeared when deploying Azure DevOps to Azure App Service.
Blogbeitrag lesenOur deployment ran smooth for weeks. But suddenly and without warning and only for one app, the “Bad Gateway” error appeared when deploying Azure DevOps to Azure App Service.
Blogbeitrag lesenIn addition to classes that represent reference types, there are also structs that represent value types. But how do the two different structures behave in terms of performance and when can a class or a struct be used at …
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von September 2021 auf ihrem Blogpost veröffentlicht. OS Lifecycle update: Aktualisierung der Docker Container .NET September 2021 Updates – 5.0.10 and 3.1.19
Blogbeitrag lesen.NET has for some time source code generators : a mechanism with which it is possible to generate source code at compile time, as has been known, for example, with DSL approaches since ~2005.
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von August 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-34485: .NET Core Information Disclosure Vulnerability Fix CVE-2021-26423: .NET Core Denial of Service Vulnerability Fix …
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von Juli 2021 auf ihrem Blogpost veröffentlicht. Windows Arm64 .NET July 2021 Updates – 5.0.8 and 3.1.17
Blogbeitrag lesenIn my last blog post I shared why we wrote our own user agent parser (mycsharp/HttpUserAgentParser ) in .NET (reason: performance).
Blogbeitrag lesenGestern hat Microsoft die .NET Updates von Juni 2021 auf ihrem Blogpost veröffentlicht. CVE-2021-31957: ASP.NET Denial of Service Vulnerability Fix .NET June 2021 Updates – 5.0.7 and 3.1.16
Blogbeitrag lesenWhile analyzing nearly 120 million requests, we noticed that one thing was dragging down our performance: parsing user agents for detecting bots and search engines.
Blogbeitrag lesenA plugin-like mechanism is already built into ASP.NET Core and is called Parts or Application Parts . In principle, it is a discovery mechanism to be able to use Razor or MVC components such as controllers from other …
Blogbeitrag lesen