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 updates.
Read Blog Post.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.
Read Blog PostDieser 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 Empfehlungen stammen aus dem Open Source-Bereich bzw. stellen eine Zusammenfassung aus der Microsoft Dokumentation dar, zB. .NET: Die Wahl zwischen “DateTime”, “DateTimeOffset”, “TimeSpan” und “TimeZoneInfo”
Read Blog PostGestern hat Microsoft die .NET Updates von November 2021 auf ihrem Blogpost veröffentlicht.
Dieses Update enthält nur die aktualisierten Laufzeitumgebungen.
Read Blog PostFor 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.
Read Blog PostEvery 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: readme.so .
Read Blog PostHeute hat Microsoft die .NET Updates von Oktober 2021 auf ihrem Blogpost veröffentlicht.
.NET October 2021 Updates – 5.0.11 and 3.1.20
Read Blog PostTo 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 systems, this wrapper is rather a hindrance. Thank goodness someone took the trouble and created a very nice, stable library: .NET CopyText on GitHub
Read Blog PostOur 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.
Read Blog PostIn 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 all?
Read Blog PostHeute hat Microsoft die .NET Updates von September 2021 auf ihrem Blogpost veröffentlicht.
.NET September 2021 Updates – 5.0.10 and 3.1.19
Read Blog Post