Hacker News new | ask | show | jobs
by sdevonoes 1963 days ago
> When programming in C#, SO is basically irreplaceable, the knowledge there is extremely important and you just won't find it anywhere else.

Not even in the official documentation? Wow.

1 comments

The basic C# libraries are full of undocumented surprising behavior, and surprising behavior that is documented only on thematic docs and not on the function docs. And most of the ecosystem follow the convention.

There are many people that insist the .Net environment is well documented because there is documentation for every single item, but that documentation is far from complete.