Visual studio and .NET tip 11:- Shortcut way to create Set and Get properties
Dec 02 2011
In big project you have 100's of classes and each of those classes can have lots of properties. It's a tedious job to go a declare a private variable and then create set and get properties for them.In this video we will see how to create these SET and GET properties in a short cut way.