C# Advent: No one loves the .NET Core name anymore
A historical look at the evolution of the ".NET Core" name, tracing its usage from the .NET Compact Framework to modern cross-platform .NET.
A historical look at the evolution of the ".NET Core" name, tracing its usage from the .NET Compact Framework to modern cross-platform .NET.
The author now recommends strong-naming .NET assemblies, reversing a previous stance, due to changes in modern frameworks and the GAC.
Explains .NET Standard, its purpose, and how it relates to .NET Core, .NET Framework, and other implementations.
Explores changes in CultureInfo behavior for localization and formatting when moving from .NET Framework to UWP/WinRT.
Developer announces release of two new .NET projects: LogLive for real-time log monitoring and TextTableFormatter.NET for rendering character tables.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.