C
cs 09
@cs 09
Posts
-
C# - Know Your Gotchas -
The new ?. Operator in C# 6Quote:
the code is shorter and the intent is immediately clear with ?. operator
-
Unpredictable Behavior With C# 6 Exception FiltersSeems someone has just discovered a bug in Exception Filters. Quite weird that Exception Filters in some corner cases behave differently depending on whether the executing function is called directly or using reflection. Unpredictable Behavior With C# 6 Exception Filters