Zstandard compression in .NET 11
Zstandard compression is coming to .NET 11 with new ZstandardStream, encoder, decoder, and dictionary APIs for faster compression/decompression.
Zstandard compression is coming to .NET 11 with new ZstandardStream, encoder, decoder, and dictionary APIs for faster compression/decompression.
Announcement of Techorama BE 2026 sessions on Azure Spot instances and EF Core parameterized collections.
A detailed update on a public NTP server after one year, covering hardware upgrades, RF improvements, and OSNMA implementation.
Introducing NtpTick, a lightweight NTP client for .NET built in C# with a clean API and MIT license.
FbNetExternalEngine 7.0 released with .NET 10 runtime update and 3% performance improvement.
Announcing a talk at Adriatics Tech Summit 2026 on implementing RAG with Microsoft.Extensions.VectorData in .NET.
A .NET developer's discovery of the DnsEndPoint class for simplifying network socket connections with hostnames.
A daily tech reading list covering AI agents, software engineering trends, secure coding, and new developer tools like Gemini models and MCP SDKs.
Highlights Handy, an open-source, offline speech-to-text tool for developers, emphasizing its local processing and multi-language support.
A technical guide on implementing RPKI route validation for BGP security on MikroTik RouterOS 7.21.
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
A developer shares their experience building a Winter Wishlist app using the MCP-UI framework and Goose AI agent, focusing on UI integration and iframe sizing challenges.
Analyzes the lack of data replication support for Clustered Columnstore Indexes in SQL Server, covering features from 2012 to 2025.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
Explains that .NET 10 makes the Program class public by default, eliminating the need for 'public partial class Program' declarations in WebApplicationFactory tests.
Explains why and how to use CancellationTokens in .NET APIs to stop long-running operations and free server resources.
A developer shares practical website optimization tips, including updating HTTP links, using AI agents, and cleaning up config files.
Explains how HTMX uses 'previous' and 'next' mechanics with CSS selectors and the Node.compareDocumentPosition() method.
Explains the performance difference between C# collection expressions and collection initializers, showing how expressions preallocate lists.
A technical guide on building a contextual fitness AI agent using LangChain.js, covering architecture, challenges, and implementation details.