Using C# Properties

Vijesh Salian
Feb 13, 2021

C# properties are great. Getters and Setters were used before C# poperties became popular. You can see a C# property as an easy syntax to make your code look more readable and the compiler maintains the getters and setters for you. Take a look the video I made about it here.

Cheers!

--

--