csharp

Tag

Cards List
#csharp

Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents

Hacker News Top · 12h ago Cached

Graphify C# is a free, headless indexer that uses Roslyn and MSBuild to provide compiler-accurate semantic indexing for C# code, enabling coding agents to perform precise find usages analysis.

0 favorites 0 likes
#csharp

The case of the progress callback that never got called when progress happened

The Old New Thing (Raymond Chen) · 2026-09-03 Cached

The article describes a debugging scenario where a progress callback in a C#/C++/WinRT application wasn't triggered due to an intermediate method not reporting progress, and proposes a solution to bypass the middleman.

0 favorites 0 likes
#csharp

@ryanlpeterman: How Typescript was originally created Anders Hejlsberg (Creator of TypeScript, C#): "The way TypeScript came about was …

X AI KOLs Timeline · 2026-08-25 Cached

Anders Hejlsberg explains the origins of TypeScript, describing how it evolved from C# due to requests for better JavaScript tooling from the Outlook.com team.

0 favorites 0 likes
#csharp

Parsing IP addresses in C# at crazy speeds

Lobsters Hottest · 2026-08-20 Cached

The article explains an optimized method for parsing IPv4 addresses in C# using AVX-512 SIMD instructions, leveraging .NET 10's masked loads to achieve high performance with UTF-16 strings.

0 favorites 0 likes
#csharp

Show HN: C# Game Engine with its own scripting language and IDE

Hacker News Top · 2026-08-11 Cached

ArcadeMaker is an open-source 2D cross-platform game engine written in C#, featuring its own scripting language and integrated IDE, inspired by GameMaker 8. The project is unfinished and the author seeks community contributions.

0 favorites 0 likes
#csharp

Building a native C# implementation of CEL engine

Hacker News Top · 2026-07-27 Cached

The author built Celly, a native C# implementation of Google's Common Expression Language (CEL) that passes 100% of the official conformance suite, and along the way shipped the first protovalidate library for .NET.

0 favorites 0 likes
#csharp

I built a CLI that lets AI agents edit C# semantically instead of grepping

Reddit r/AI_Agents · 2026-07-05

A CLI tool that enables AI agents to perform semantic edits on C# code rather than simple grep-based modifications.

0 favorites 0 likes
#csharp

TensorSharp : Open Source Local LLM Inference Engine

Reddit r/ArtificialInteligence · 2026-07-04 Cached

TensorSharp is an open-source .NET library for running LLM inference locally, supporting GGUF models and offering a CLI, web chatbot, and OpenAI-compatible APIs with multiple backend options (CUDA, Metal, CPU).

0 favorites 0 likes
#csharp

@github: The best thing about building in the open? Nothing gets lost. Anders Hejlsberg, creator of TypeScript and C#, on 12 yea…

X AI KOLs Following · 2026-06-30 Cached

Anders Hejlsberg, creator of TypeScript and C#, discusses the benefits of building in the open on GitHub, where 12 years of issues and decisions are searchable.

0 favorites 0 likes
#csharp

Cancellation of Windows Runtime activities is asynchronous

The Old New Thing (Raymond Chen) · 2026-06-24 Cached

This article explains why cancellation of Windows Runtime asynchronous activities is asynchronous, using code examples to illustrate how it avoids deadlocks, especially when progress callbacks trigger cancellation.

0 favorites 0 likes
#csharp

Correlated randomness in Slay the Spire 2

Lobsters Hottest · 2026-06-16 Cached

A blog post reveals that Slay the Spire 2's random number generators are correlated due to linearity in C#'s System.Random, allowing players to predict in-game outcomes. The post details how different RNGs initialized with seed+hash produce exploitable correlations, affecting various game events.

0 favorites 0 likes
#csharp

Unity vs. Floating Point

Hacker News Top · 2026-06-15 Cached

This article examines the performance and precision differences between Unity's Mathf and System.MathF in C#, revealing that Unity's Mono runtime often performs double-precision math even for float operations, with implications for performance optimization.

0 favorites 0 likes
#csharp

How can I schedule work on a thread pool with low latency?

The Old New Thing (Raymond Chen) · 2026-06-12 Cached

This article from The Old New Thing explains that Windows thread pools are optimized for throughput, not latency, and provides solutions for low-latency scheduling, such as creating a custom thread pool or using a dedicated worker thread, with code examples in C++ and C#.

0 favorites 0 likes
#csharp

How LLM-driven NPCs work in Ultima Online (ServUO)

Reddit r/LocalLLaMA · 2026-06-05 Cached

A developer open-sources a 7,500-line C# integration that powers Ultima Online NPCs with a local LLM, featuring hot-reloadable config, fail-open degradation, and full access to the game world's object model.

0 favorites 0 likes
#csharp

If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

The Old New Thing (Raymond Chen) · 2026-05-26 Cached

Raymond Chen explains why C++/WinRT does not allow multiple awaits on asynchronous operations like C#, JavaScript, and Python do, citing the lack of a standard library task type and the principle of not paying for unused functionality.

0 favorites 0 likes
#csharp

dotNET (OK, C#) gets union types

Hacker News Top · 2026-05-22 Cached

.NET 11 preview introduces union types in C# 15, a long-requested feature for handling data that can be one of several types, with a new 'union' keyword and pattern matching.

0 favorites 0 likes
#csharp

How to open calc.exe from S&Box

Lobsters Hottest · 2026-05-21 Cached

A security researcher examines the C# sandboxing in S&Box (Garry's Mod 2), which uses an API whitelist instead of a hardened runtime. By modifying the compile blacklist, they bypass the restrictions and crash the editor, demonstrating that the approach is insecure despite being similar to Space Station 14's system.

0 favorites 0 likes
#csharp

Improving C# Memory Safety

Hacker News Top · 2026-05-21 Cached

Microsoft announces a redesign of C#'s unsafe keyword in C# 16 to enforce memory safety contracts, making unsafe operations visible and compiler-enforced, with preview in .NET 11 and production in .NET 12.

0 favorites 0 likes
#csharp

kharp – k version 3 Language Interpreter in C#

Hacker News Top · 2026-05-17 Cached

An open-source interpreter for the K version 3 programming language, implemented in C# under the MIT License with Commons Clause. It fully implements the K Reference Manual and includes enhancements like a Foreign Function Interface for .NET objects.

0 favorites 0 likes
#csharp

par274/sharpemu

GitHub Trending (daily) · 2026-07-12 Cached

SharpEmu is an experimental PlayStation 5 emulator developed in C# for Windows, Linux, and macOS. It is in early stages, currently able to load game executables and execute native CPU instructions, with a focus on accuracy and educational purposes.

0 favorites 0 likes
← Back to home

Submit Feedback