⏰ ClockTray – Hide or Show Your Windows Clock with One Click (yes, in C#)
Introduces ClockTray, a lightweight open-source C# utility to toggle Windows taskbar clock visibility with one click for productivity.
Introduces ClockTray, a lightweight open-source C# utility to toggle Windows taskbar clock visibility with one click for productivity.
Explains interior pointers in .NET garbage collection and how to handle them in a custom GC's mark phase.
Explains the new 'with' operator syntax for passing arguments to collection expressions in the C# 15 preview.
Updates to the .NET Toolbox, a free, open-source collection of client-side tools for .NET developers, including new features like an Options Generator and SRP Analyzer.
Explains how to implement the GC handle marking phase for a custom .NET garbage collector written in C#, focusing on handle storage design.
A compiler engineer shares practical tips for generating C code, focusing on static inline functions and avoiding implicit integer conversions.
A guide to implementing a lease-based leader election pattern in C#/.NET for distributed systems to prevent accidental multi-leader scenarios.
Explains the Leader and Followers distributed system pattern with a practical .NET implementation to ensure single authority and prevent data corruption.
A technical series translating distributed systems patterns into practical C#/.NET implementations for production software.
A tutorial on building an interactive Color Picker MCP App using C# and .NET, demonstrating the new UI capabilities of the Model Context Protocol.
A daily roundup of top IT and developer news, including updates on .NET, AI agents, Visual Studio, web development, and Windows tools.
Continues a series on building a .NET garbage collector in C#, focusing on implementing the mark and sweep phases.
Explores 'Untitled Document Syndrome' and how software friction, like verbose syntax, discourages starting tasks, using programming language examples.
Using GitHub Copilot CLI to build a .NET console app that merges MP3 files into a large audio file, focusing on streaming and CLI design.
Using C# extension methods to solve nullability issues when modeling optional DTOs for partial entity updates.
A technical tutorial on implementing a simulated IoT device in C# that uses X.509 certificates to auto-provision via Azure Device Provisioning Service.
Explains how to use Immediately Invoked Function Expressions (IIFE) in C++ for complex variable initialization while keeping variables const.
A 2026 guide for beginners on why and how to start learning C++, covering its relevance in AI, game dev, and systems programming.
Explains a technique using reflection and dynamic methods to eliminate allocations when using foreach on an IEnumerable<T> in C#.
A pure C, dependency-free implementation of the FLUX.2-klein-4B AI model, created with AI assistance.