» Tag
csharp
16 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.
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.
Celly 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.
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.comReal-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.
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.
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.
Testing a Modular Monolith in C#: Unit and Integration Test Strategies
Explore effective unit and integration testing strategies for C# modular monoliths.
Securing Remote MCP Servers in C#: OAuth 2.0 and JWT Implementation
Learn how to secure remote MCP servers in C# using OAuth 2.0 and JWT for authentication.
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.
SOLID Principles Explained: Five Rules for Code That Withstands Change
A deep dive into SOLID with real C# violations and fixes for each principle, going beyond definitions to the actual code smells behind them.