Top AI Tools for C# Developers
A guide to the top AI-powered coding tools and extensions available for C# developers using Visual Studio and Visual Studio Code.
A guide to the top AI-powered coding tools and extensions available for C# developers using Visual Studio and Visual Studio Code.
Updates to the SimpleStateMachine project, including new configuration methods and adding arbitrary state data to state machine states.
A deep dive into the implementation details of the new CPU-time profiler introduced in Java Development Kit (JDK) 25.
A developer explores building simple and tool-using chatbots from scratch using the DSPy framework, reflecting on practical vs. theoretical learning.
A developer's status update covering their university dissertation on unprivileged FUSE mounting, pimsync bug fixes, and ongoing work on JMAP client support for calendars and contacts.
A guide to using Notehub's smart fleets feature to automatically detect and categorize IoT devices with anomalies like bad mounting or faulty sensors.
Apple's new Observations framework in Swift enables observable models to be used as async streams, integrating with Swift Concurrency.
Oxide announces a $100M Series B funding round to advance its vision of co-designed hardware and software for on-premises cloud computing.
A developer's six-week retrospective on using Claude Code for software engineering tasks, highlighting transformative productivity gains and new workflows.
A follow-up analysis of unexpected behavior in C# record types when using the 'with' operator, exploring differing mental models and solutions.
A guide to troubleshooting network connectivity issues with the Azure Connected Machine agent for Azure Arc.
A technical guide on implementing end-to-end user authorization for MCP servers using Entra ID, OAuth 2.0, and on-behalf-of flows.
A guide to implementing essential security auditing for databases, using Microsoft SQL Server as a practical example to demonstrate configuration and importance.
A developer's raw notes on profiling challenges and ideas for JFR stack sampling in the OpenJDK, written in March 2025.
Explains techniques for incremental, non-disruptive compaction in Apache Iceberg tables under continuous streaming data ingestion.
A developer shares progress on creating a 3D version of their game using Unity, focusing on building a random level generator.
Learn how to use TransformerSharp to run Hugging Face text generation and text-to-image models locally in C# applications.
Guide to adding a right-click menu option in Linux Mint's Nemo file manager to convert images to the WebP format for significant file size reduction.
A guide to reducing Azure Virtual Desktop costs by 30-70% through VM SKU selection, auto-scaling, and host pool optimization.
A guide to using architectural unit tests in C#/.NET to enforce CancellationToken usage and sealed classes in controllers.