The Rough History of ASP.NET on IIS
The comprehensive evolution of ASP.NET on IIS from its inception through various pipeline models, to ASP.NET Core and Kestrel, explaining the technical architecture changes and hosting options thro...
The comprehensive evolution of ASP.NET on IIS from its inception through various pipeline models, to ASP.NET Core and Kestrel, explaining the technical architecture changes and hosting options thro...
An update on fixing critical bugs in the xUnit.net extension for Visual Studio for Mac, including Rollbar integration for better issue tracking and improved test case execution for C# and F# projects.
Essential tips for effective .NET Core unit testing, including how to configure multiple target frameworks, handle xUnit.net versions correctly, and troubleshoot Visual Studio test runner issues.
A practical guide on how to select the appropriate xUnit.net runner bitness (x86 or x64) for console runners, Visual Studio runners, and Visual Studio for Mac/MonoDevelop runners with step-by-step ...
A comprehensive overview of the current status of IIS out-of-band modules for Windows 10/Server 2016 and above, including which modules are still supported and suggested alternatives for deprecated...
Troubleshooting and resolving a strange 'Peer Certificate Cannot Be Authenticated' error when using .NET Core on Linux, which was caused by incorrect system time synchronization.
Essential tips for .NET NuGet package authors as of August 2017, covering target platform selection, source code preparation for multi-targeting, package generation techniques, and testing strategies.
Learn how to resolve the OpenFileDialog COMException 0x80040111 (CLASS_E_CLASSNOTAVAILABLE) error in Windows applications, with practical workarounds demonstrated in Jexus Manager.
How the implementation of Rollbar error tracking has transformed Jexus Manager development, enabling rapid bug fixes through frequent releases and better understanding of user environments.
An in-depth exploration of how Visual Studio Code linters work, using the ruby-linter extension as an example to understand the core components and event-based architecture required for implementin...
A comprehensive overview of the current status of MonoDevelop and Xamarin Studio after Microsoft's acquisition of Xamarin, explaining the transition to Visual Studio for Mac and best IDE choices fo...
This post is about the recent changes of Jexus Manager.
A step-by-step guide explaining how to configure IIS Express to allow access from Android emulators, including understanding host binding configurations and creating URL reservations with Jexus Man...
This post is about how to run MonoDevelop 7 on Linux.
A comprehensive analysis of .NET cross-platform UI frameworks for 2025, comparing native bindings, custom rendering approaches, and control mapping technologies like MAUI, Blazor Hybrid, Avalonia U...