TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is the era of reflection-heavy C# libraries at an end?

9 pointsby benaadamsabout 4 years ago

1 comment

AtNightWeCodeabout 4 years ago
I started to avoid reflection probably 10 years ago.<p>I&#x27;m not a big fan of many of the C# code generators either. A bug I have seen many times is that a generated client deserializes some fields that are not used by the consumer and therefor not tested. Skip forward 6 months and the thing burns up in production once some unexpected values shows up.