dotnet

Tag

Cards List
#dotnet

Chibil: A C compiler targeting .NET IL

Hacker News Top · 2026-05-31 Cached

Chibil is a C compiler written in C# that targets .NET IL, allowing C code to be compiled into .NET executables. It is based on chibicc and can run DOOM.

0 favorites 0 likes
#dotnet

Why Custom Attributes in .NET give me Nightmares

Lobsters Hottest · 2026-05-31 Cached

A developer rants about the poor design of custom attributes in .NET at the binary metadata level, explaining their storage and why they cause problems.

0 favorites 0 likes
#dotnet

A hypothetical redesign of System.Diagnostics.Process to avoid confusion over properties that are valid only when you are the one who called Start

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

A blog post proposing a redesign of the System.Diagnostics.Process class in .NET to separate properties valid only for started processes into a new class, aiming to reduce API confusion.

0 favorites 0 likes
#dotnet

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
#dotnet

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
#dotnet

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
#dotnet

dotnet/skills

GitHub Trending (daily) · 2026-05-21 Cached

The .NET team's curated set of core skills and custom agents for coding agents, covering .NET coding, data access, diagnostics, MSBuild, NuGet, upgrade, MAUI, AI, templates, testing, ASP.NET, and .NET 11.

0 favorites 0 likes
← Back to home

Submit Feedback