this post was submitted on 21 Jan 2025
2 points (75.0% liked)

C Sharp

1546 readers
9 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 days ago

I'm really enjoying working in Rust. But damn do I miss the completeness of C#. Microsoft absolute spoils us with System and Microsoft libraries with superb documentation.

In rust you spend most of the time re-inventing the wheel because the std library is bare and third party libraries are mostly undocumented nightmares.