I have seen some people creating properties in C# really fast, but how did they do it?
What shortcuts are available in Visual Studio (currently using Visual Stu
Type P + Tab + Tab.
Change the datatype, press TAB, change the property name, and press End + Enter.