Blog Posts

Copy text into the Windows Clipboard with .NET

Copy text into the Windows Clipboard with .NET

To copy text to the clipboard with .NET Framework, usually you have used .NET wrapper of Windows Forms: System.Windows.Forms.Clipboard.SetText Howev

Bad Gateway error on App Service deployment

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

Class vs. Struct performance in .NET

Class vs. Struct performance in .NET

In addition to classes that represent reference types, there are also structs that represent value types. But how do the two different structures beh

.NET Updates September 2021

.NET Updates September 2021

Heute hat Microsoft die .NET Updates von September 2021 auf ihrem Blogpost veröffentlicht. OS Lifecycle update: Aktualisierung der Docker Container

AssemblyMetadata - Build Time with Source Code Generators

AssemblyMetadata - Build Time with Source Code Generators

.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

.NET Updates August 2021

.NET Updates August 2021

Heute hat Microsoft die .NET Updates von August 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-34485: .NET Core Information Disclosure Vulnera

.NET Updates Juli 2021

.NET Updates Juli 2021

Heute 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

Parse HTTP User Agents with ASP.NET Core

Parse HTTP User Agents with ASP.NET Core

In my last blog post I shared why we wrote our own user agent parser (mycsharp/HttpUserAgentParser) in .NET (reason: performance). This is now about

.NET Updates Juni 2021

.NET Updates Juni 2021

Gestern hat Microsoft die .NET Updates von Juni 2021 auf ihrem Blogpost veröffentlicht. CVE-2021-31957: ASP.NET Denial of Service Vulnerability Fix

Fast Parsing HTTP User Agents with .NET

Fast Parsing HTTP User Agents with .NET

While analyzing nearly 120 million requests, we noticed that one thing was dragging down our performance: parsing user agents for detecting bots and