26 stories tagged with #csharp, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Csharp"
Windows Reactor – React like WinUI 3 framework
Reactor is an experimental set of extensions to WinUI - microsoft/microsoft-ui-reactor…
Introduction to LiquidPages
If you've ever enjoyed the developer experience of Razor Pages in ASP.NET but wished you could use...…
Very new to csharp and following a course. Why doesn't method overload work here?
Sidemark: Active Telemetry Comments for C#
OpenTelemetry has quietly become table stakes. That's a good thing, but if you've instrumented a real...…
C# Networking Deep Dive with io_uring part 6 - Numbers
For part 6 let's do some benchmarks; What is going to be benchmarked io_uring read+write...…
Rate Limiting in C# — Don't Let Your API Get Hammered
If you run a public API without rate limiting, it's only a matter of time before a runaway client, a...…
Built a C# AI Agent That Researches Errors and Suggests Fixes
We've all done this. You hit an exception You copy the stack trace Open Google Read...…
How to use the Specification Pattern to Clean Up Query Logic in C#, .NET
The Problem I was building a content management platform with a .NET 9 backend. The...…
Content Pipeline in MonoGame: Why I Don't Use It
Introduction The Content Pipeline is the official way to handle assets in MonoGame....…
Today, I took another step forward in the development of my web project using C# and ASP.NET Core MVC. 🚀 I am always striving to learn and improve, so I would be happy to receive constructive feedback and suggestions to help make this project even better. #CSharp #DotNet #AspNetCore #WebDevelopment
How I bypassed Blazor WebAssembly's Virtual DOM using raw WASM pointers
A deep dive into V.A.L.I.D.—a compile-time state-tracking framework that shares raw WebAssembly memory slabs directly with JavaScript for register-level efficiency.…
C# Networking Deep Dive with io_uring part 5 - Threadpool Rant
Part 5 was going to be about integrating on Kestrel, instead this is going to be a rant about...…
Feature Flags in .NET 8: ASP.NET Core, Minimal APIs, Blazor
This post was originally published on rollgate.io/blog/feature-flags-aspnet-core. Every .NET team...…
MonoGame - A Game Engine for Those Who Love Reinventing the Wheel
Introduction When creating a new game, one of the very first questions is choosing...…
Fixing Google BigQuery Auth Proxying
TL;DR builder.Credential = credential; - Fails to route authentication traffic through...…
From Problems to Patterns: Generative AI in .Net (C#)
Learn to ship autonomous agents, RAG pipelines, and AI tools using Microsoft.Extensions.AI,...…
Fastest Way to Understand Stryker
FASTEST WAY TO UNDERSTAND STRYKER We'll create: Console App ↓ Class Library ...…
Am I the only .NET dev who keeps building workflow engines on top of Hangfire?
I’ve been building .NET apps for about seven years, and I keep running into the same problem. For...…
CSharp Painkiller - vs code extension for C#
EF Core Named query filters
Introduction EF Core 10 introduces named query filters, an improvement to global query...…
I built a Zero-Allocation C# Knowledge Graph (because JVM graphs are too bloated)
If you are building AI agents, you eventually hit the "Memory Wall". Your agent doesn't just need...…
Show HN: GPT-2 inference in pure C#, 0 bytes allocated per token
Machine Learning. Contribute to DevOnBike/Overfit development by creating an account on GitHub.…
Why your .NET 8 API needs a cache layer — and how to build it right with Redis/Valkey and tag invalidation
Caching is one of those things that sounds optional until your database starts getting hammered at...…
redb.Route — Apache Camel for .NET: 22 transports, 30+ EIP patterns, compiled DSL
Apache Camel has been solving enterprise integration on the JVM since 2007 — 22k stars, 300+...…
kharp – k version 3 Language Interpreter in C#
Vector calculator and language inspired on K. Contribute to ERufian/ksharp development by creating an account on GitHub.…
Another simple TCP chat in C#? Why not
Does this low-latency TCP runtime: let me build something in one evening instead of two...…