sleep-pc: a .NET Native AOT tool to make Windows sleep after a timeout
A developer builds a .NET Native AOT tool to force a Windows PC to sleep after a timer, detailing the Win32 API and tool creation.
A developer builds a .NET Native AOT tool to force a Windows PC to sleep after a timer, detailing the Win32 API and tool creation.
A guide for .NET developers on implementing Windows Error Reporting (WER) crash handlers to collect crash telemetry in applications.
A software engineer reflects on formative internships at Corel and OTI/IBM, working on Linux, Wine, .NET, and the Eclipse SWT toolkit.
A developer uses Win32 APIs to create a custom launcher that fixes windowing and crashing issues when running the classic game Battlefield 1942 on modern Windows.
A developer's journey creating a number base conversion tool, from early Visual Basic projects to a modern C++ open-source utility.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
How to set a custom User-Agent string for all requests in a UWP WebView control using a Win32 API.