Demystifying .NET Standard
Explains .NET Standard, its purpose, and how it relates to .NET Core, .NET Framework, and other implementations.
Explains .NET Standard, its purpose, and how it relates to .NET Core, .NET Framework, and other implementations.
Explores the .NET IL Interpreter, its purpose for CLR bring-up and learning, and how to enable it in the CoreCLR source code.
Explores changes in CultureInfo behavior for localization and formatting when moving from .NET Framework to UWP/WinRT.
How to add async and cancellation support to .NET WaitHandle synchronization primitives using extension methods.
Guide to fixing .NET Framework 3.5 error when installing vSphere 5.5 Client on Windows 8, with online and offline solutions.
Developer announces release of two new .NET projects: LogLive for real-time log monitoring and TextTableFormatter.NET for rendering character tables.
Explains how to use C# 5 caller info attributes like CallerMemberName when targeting older .NET Framework versions (e.g., 4.0, 3.5) by defining custom attributes.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.
A developer critiques Microsoft's confusing .NET Framework version naming and advocates for simpler, clearer version numbers like .NET 4.1.
A review of the book 'ASP.NET 3.5 CMS Development', evaluating its suitability for beginners versus experienced ASP.NET developers.
A tutorial on building a simple RSS reader using .NET's SyndicationFeed class and WPF for a graphical interface.
Author shares their experience passing the Microsoft .NET Framework 2.0 Web-based Client Development exam to become a Microsoft Certified Technology Specialist.