WeSearch
Hub / Tags / Csharp
TAG · #CSHARP

Csharp coverage.

Every story in the WeSearch catalog tagged with #csharp, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#dotnet9#performance4#networking3#ai3#development3#programming3#opensource2#database2#gamedev2#monogame2#linux2#webdev2
GITHUB

Windows Reactor – React like WinUI 3 framework

Reactor is an experimental set of extensions to WinUI - microsoft/microsoft-ui-reactor…

14 views ·
#microsoft#winui#development
DEV.TO (TOP)

Introduction to LiquidPages

If you've ever enjoyed the developer experience of Razor Pages in ASP.NET but wished you could use...…

12 views ·
#liquid#webdev
R/CSHARP

Very new to csharp and following a course. Why doesn't method overload work here?

15 views ·
DEV.TO (TOP)

Sidemark: Active Telemetry Comments for C#

OpenTelemetry has quietly become table stakes. That's a good thing, but if you've instrumented a real...…

12 views ·
#telemetry#programming
DEV.TO (TOP)

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...…

14 views ·
#linux#networking
DEV.TO (TOP)

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...…

15 views ·
#webdev#dotnet
DEV.TO (TOP)

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...…

14 views ·
#ai#debugging
DEV.TO (TOP)

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...…

14 views ·
#dotnet#cleanarchitecture
DEV.TO (TOP)

Content Pipeline in MonoGame: Why I Don't Use It

Introduction The Content Pipeline is the official way to handle assets in MonoGame....…

14 views ·
#monogame#gamedev
R/CSHARP

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

23 views ·
DEV.TO (TOP)

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.…

12 views ·
#blazor#webassembly#performance
DEV.TO (TOP)

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...…

10 views ·
#linux#networking
DEV.TO (TOP)

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...…

20 views ·
#dotnet#aspnetcore
DEV.TO (TOP)

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...…

12 views ·
#gamedev#monogame
DEV.TO (TOP)

Fixing Google BigQuery Auth Proxying

TL;DR builder.Credential = credential; - Fails to route authentication traffic through...…

13 views ·
#googlecloud#bigquery
DEV.TO (TOP)

From Problems to Patterns: Generative AI in .Net (C#)

Learn to ship autonomous agents, RAG pipelines, and AI tools using Microsoft.Extensions.AI,...…

14 views ·
#ai#generativeai#dotnet
DEV.TO (TOP)

Fastest Way to Understand Stryker

FASTEST WAY TO UNDERSTAND STRYKER We'll create: Console App ↓ Class Library ...…

9 views ·
#programming#unittest
DEV.TO (TOP)

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...…

14 views ·
#dotnet#hangfire
R/CSHARP

CSharp Painkiller - vs code extension for C#

23 views ·
DEV.TO (TOP)

EF Core Named query filters

Introduction EF Core 10 introduces named query filters, an improvement to global query...…

17 views ·
#database#dotnet
DEV.TO (TOP)

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...…

14 views ·
#ai#performance
GITHUB

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.…

13 views ·
#deep-learning#gpt-2
DEV.TO (TOP)

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...…

15 views ·
#dotnet#redis
DEV.TO (TOP)

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+...…

16 views ·
#dotnet#integration#opensource
GITHUB

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.…

14 views ·
#programming language#interpreter
DEV.TO (TOP)

Another simple TCP chat in C#? Why not

Does this low-latency TCP runtime: let me build something in one evening instead of two...…

10 views ·
#tcp#networking