Implementing interfaces with auto-implemented properties in C#
I know that you hate when you are implementing an interface with a bunch of properties, you use the Crtl + . and hit Implement interface and you get getter…
Continue Reading
Implementing interfaces with auto-implemented properties in C#