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.
Blogbeitrag lesenIn the past we always had often problems to manage logging mechanisms in unit tests, so I wrote ThrowAwayLogger that solves the problem.
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von Dezember 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-43877: ASP.NET Core Information Disclosure Vulnerability Deployment Update: Updates kommen nun auch über Windows! …
Blogbeitrag lesenTo generate resources automatically in Azure, you could either do Azure Resource Manager templates, which no one really wanted to do because they are far too complex and clumsy - or use third-party solutions Terraform …
Blogbeitrag lesen.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 updates.
Blogbeitrag lesenDieser Artikel behandelt den korrekten Umgang sowie Best Practises und Empfehlungen von Datums- und Zeitinformationen, Zeitzonen und Betriebssystem-Eigenheiten in Anwendungen, in Text-Dateien, Datenbanken und APIs. Alle …
Blogbeitrag lesenGestern hat Microsoft die .NET Updates von November 2021 auf ihrem Blogpost veröffentlicht. Dieses Update enthält nur die aktualisierten Laufzeitumgebungen.
Blogbeitrag lesenFor some time now, GitHub has offered the possibility to create custom pr templates , so that a kind of template is automatically embedded in the editor when creating.
Blogbeitrag lesenEvery time a new repository is created on GitHub there is one problem: the structure and appearance of readme.md. But thanks to Katherine Peterson (she’s a GitHub Engineer), we now have a great readme generator: …
Blogbeitrag lesenHeute hat Microsoft die .NET Updates von Oktober 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-41355 | .NET Core Information Disclosure Vulnerability .NET October 2021 Updates – 5.0.11 and 3.1.20
Blogbeitrag lesenTo copy text to the clipboard with .NET Framework, usually you have used .NET wrapper of Windows Forms: 1System.Windows.Forms.Clipboard.SetText However, in the new .NET world, where we want to support many operating …
Blogbeitrag lesen