#exceptions

[ follow ]
fromMedium
1 month ago

Exceptions are not free

Creating exceptions can quietly hurt your performance. Many use exceptions as a control flow tool, which helps keep the happy path clean and move error handling where it fits better.
Scala
Scala
fromHackernoon
6 months ago

EF 9 Has a Bug Related to GroupBy Usage: GroupBy Throwing an Exception | HackerNoon

EF9 has a bug related to GroupBy that leads to an 'EmptyProjectionMember' exception during query execution.
[ Load more ]