» Tag
dotnet
18 postsCelly: A Pure Managed C# Engine for Google's CEL, 100% Conformant
Celly is a pure-managed, native C# implementation of Google's CEL passing 100% conformance tests — plus the first protovalidate library for .NET.
The hidden lock inside ArrayPool<byte>.Shared that cost 20% CPU
How live CPU profiling and BCL decompilation exposed a hidden monitor lock inside ArrayPool<byte>.Shared causing a 20% CPU regression.
MemoryPack: zero-encoding, extreme-performance C# binary serializer
MemoryPack is a zero-encoding .NET 7/C# 11 binary serializer that benchmarks 2-200x faster than existing C# serialization libraries.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comCelly Brings 100% Conformant CEL to Native C#/.NET
Celly is a native, pure C# implementation of Google's CEL with 100% cel-spec conformance and near cel-go performance.
Real-Time Audio Synthesis in C#: Inside the Sigilgraph DAW
How a C# engineer built Sigilgraph, an allocation-free, SIMD-powered real-time audio synthesis DAW, disproving myths about managed languages.
ILNumerics Lets .NET Array Code Parallelize Itself
ILNumerics Accelerator replaces global static dependency analysis with local runtime checks to auto-parallelize .NET array code, claiming 3x-100x speedups.
What Bun's Rust Migration Reveals About C# in AI Infrastructure
Bun's Zig-to-Rust rewrite shows why compiled languages matter for production AI infrastructure. TensorSharp benchmarks suggest C# can compete at the inference-engine level.
Why We Pair Next.js with Umbraco 17
A look at how Umbraco 17 and Next.js 16 are combined in a headless architecture, covering the Delivery API and block-based rendering approach.
XAML.io v0.8: Existing WPF Apps Run in the Browser, No Rewrite
XAML.io v0.8 runs existing WPF apps in the browser using original C#/XAML code, testable live with a free compatibility analyzer.
C# 15 Adds Custom Comparer Support to Collection Expressions
C# 15 preview introduces the with(...) element, letting developers pass custom comparers and capacity arguments directly inside collection expressions for HashSet and List.