0
kicks
Digging Deep - C# Auto-Implemented Properties
In C#, developers can take advantage of some shorthand syntax for writing properties and their backing fields. Although this has the ability to save you some typing, it's important to analyze the code the compiler creates for you and its impact on your code.