39
Announcing C# 12 (devblogs.microsoft.com)
all 3 comments
sorted by: hot top controversial new old
[-] dan@upvote.au 6 points 10 months ago* (last edited 10 months ago)

I'm excited about the improved Native AoT support in .NET 8 since it'll (in theory) let me deploy C# apps to servers without having to install the runtime. This existed in .NET 7 but was improved a lot in 8, including adding ASP .NET support.

[-] Lmaydev@programming.dev 2 points 10 months ago* (last edited 10 months ago)

AoT requires some big changes as the trimming step can massively break reflection.

So they've had to put a lot of work into things like serialisation, DI, asp.net etc to remove the need for reflection.

Luckily we have source generators to fill the hole left by reflection. But they can only be used when all information is available at compile time so doesn't always fix the problem but in many cases it's fine.

this post was submitted on 14 Nov 2023
39 points (100.0% liked)

C Sharp

1512 readers
19 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS