C# is pretty powerful and capable of lower level usage, such as in the examples given... not to mention a pretty nice interop with C-style libraries. It looks like the intent here might be a custom database engine for service integrations... not necessarily a full rdbms in and of itself.
Correct me if I'm wrong but isn't it what aot was supposed to solve?
jaen•1h ago
If they could make the developer experience similar to Go, it would rule the world...
karmakaze•1h ago
Great post with details, not a I'm vibe coding...
benterix•36m ago
What did you choose instead?
Rohansi•16m ago
You can already AOT compile .NET software to an executable to run on whichever platform you need, just like Go.
Libraries need to be published into a package manager (NuGet) which is more friction than just importing from Git repos but it's not that bad.