A quick tour about five C# features that even experienced developers might not know: from variable scopes to the top-level statements and others.
Read more…
Brought for you by @andrea.chiarelli
A quick tour about five C# features that even experienced developers might not know: from variable scopes to the top-level statements and others.
Read more…
Brought for you by @andrea.chiarelli
Hey C# lovers! Let us know if you have any comments or thoughts!
Do you know other little-known C# features? Share them with us.
For when
, you missed possibly the most important benefit: it does not unwind the stack. This is incredibly useful in exception handling cases to preserve context of what threw in the first place.
Hi @david.levy, thank you so much for sharing this additional information.