Five C# Features You Might Not Know

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

2 Likes

Hey C# lovers! Let us know if you have any comments or thoughts!

2 Likes

Do you know other little-known C# features? Share them with us.

1 Like

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.

2 Likes

Hi @david.levy, thank you so much for sharing this additional information.

1 Like