Blog Posts

.NET Updates Februar 2022

.NET Updates Februar 2022

Heute hat Microsoft die .NET Updates von Februar 2022 auf ihrem Blogpost veröffentlicht. Fix CVE-2022-21986: .NET Denial of Service Vulnerability .N

Die .NET UI Technologieübersicht 2022

Die .NET UI Technologieübersicht 2022

Windows Forms aka WinForms Windows Forms ist eine sehr stark veraltete Technologie, die Aufgrund ihrer Einfachheit jedoch immer noch sehr beliebt ist

Validate Bicep config during CI/CD with Azure DevOps

Validate Bicep config during CI/CD with Azure DevOps

Bicep scripts are ideally part of the source code and can also be used as such in the build process of the application. This allows us to perform pot

.NET Updates Dezember 2021

.NET Updates Dezember 2021

Heute hat Microsoft die .NET Updates von Dezember 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-43877: ASP.NET Core Information Disclosure Vu

ThrowAwayLogger: easy log mocking in .NET

ThrowAwayLogger: easy log mocking in .NET

In the past we always had often problems to manage logging mechanisms in unit tests, so I wrote ThrowAwayLogger that solves the problem. // field pri

What's Bicep on Azure and why you should use it?

What's Bicep on Azure and why you should use it?

To generate resources automatically in Azure, you could either do Azure Resource Manager templates, which no one really wanted to do because they are

Check for .NET NuGet Updates via dotnet outdated cli tool

Check for .NET NuGet Updates via dotnet outdated cli tool

.NET now has a very powerful CLI that can also handle NuGet packages very well. But one important feature is missing: check if there are package upda

DateTime vs DateTimeOffset - der richtige Umgang mit Zeiten in .NET

DateTime vs DateTimeOffset - der richtige Umgang mit Zeiten in .NET

Dieser Artikel behandelt den korrekten Umgang sowie Best Practises und Empfehlungen von Datums- und Zeitinformationen, Zeitzonen und Betriebssystem-E

.NET Updates November 2021

.NET Updates November 2021

Gestern hat Microsoft die .NET Updates von November 2021 auf ihrem Blogpost veröffentlicht. Dieses Update enthält nur die aktualisierten Laufzeitumge

Custom GitHub Pull Request Templates

Custom GitHub Pull Request Templates

For some time now, GitHub has offered the possibility to create custom pr templates, so that a kind of template is automatically embedded in the edit