.NET Synchronisation APIs - Part 2 - Out-of-Process Synchronisation
Explores .NET APIs for out-of-process synchronization using Mutex, Semaphore, EventWaitHandle, and shared files.
Explores .NET APIs for out-of-process synchronization using Mutex, Semaphore, EventWaitHandle, and shared files.
A .NET developer's discovery of the DnsEndPoint class for simplifying network socket connections with hostnames.
Discusses recent improvements to Marten's LINQ provider, including GroupJoin support and fixes for chaining Where clauses after Select transforms.
A minimal demo of implementing and using AI Agent Skills in .NET, including prompt, Python, and C# based skills.
htmxRazor 1.2.0 release adds toast notifications, pagination, and CSS cascade layers to simplify .NET web development with htmx.
Explains 5 essential architecture tests for .NET projects to enforce design rules and prevent technical debt using tools like ArchUnitNET.
Daily tech link roundup covering .NET, AI agents, web development, Windows updates, and developer tools for March 5, 2026.
Introduces ClockTray, a lightweight open-source C# utility to toggle Windows taskbar clock visibility with one click for productivity.
A daily tech link roundup covering .NET, AI, web dev, Windows, and software engineering news and tutorials.
Explains interior pointers in .NET garbage collection and how to handle them in a custom GC's mark phase.
A guide to building a real-time voice conversation app in .NET using local AI for speech-to-text, text-to-speech, and LLM integration.
Weekly roundup of recent posts from major Microsoft, Azure, .NET, GitHub, and Visual Studio developer blogs.
Explains fencing tokens and generation clocks in .NET to prevent stale leaders from writing in distributed systems, ensuring data consistency.
Explores .NET in-process synchronization APIs for managing concurrency and thread safety in multi-threaded applications.
A daily roundup of links covering .NET updates, web development, AI trends, and various software engineering topics and tools.
A daily link roundup for developers covering .NET, AI, web development, Windows, and tech industry insights from February 10, 2026.
Explains how to implement the GC handle marking phase for a custom .NET garbage collector written in C#, focusing on handle storage design.
A daily link roundup covering .NET, AI, web development, Windows tools, and software engineering news and tutorials.
Explains the lease pattern in .NET for distributed systems, using Redis to implement time-limited locks that prevent deadlocks and ensure recovery.
A daily digest of links covering AI tools, .NET, web dev, Windows, and cloud technologies, with updates on Visual Studio, Azure, and frameworks.