What are Expression-bodied Members in C#?
Exploring “fat arrows” and their impact on code and developers
As a software engineering instructor, one of the language features I appreciate the least about C# are the expression-bodied members introduced in C# 6 and 7. In this short article we’ll cover what expression-bodied members are, what they do, and when you would use them. We’ll also talk…