| Defining .NET properties the easy way |
|
|
| Written by Brian Houser |
| Wednesday, 25 June 2008 03:14 |
|
Once you've done a fair amount of programing in .NET, it quickly becomes tiresome to define your custom properties in code: So, stick with properties but make your life a little easier by using the built-in prop snippet. When you want to create a new property, just type prop and hit Tab twice and Visual Studio will insert a nice template for creating the property. You can tab through the fields in the template and easily change the type and name to what you want.
Bookmark
Email this
Hits: 370 Comments (0)
![]() Write comment
|



