Community

Visual Studio Tip: Write a Property with Just a Name and a DataType

(Peter Vogel) Sometimes auto-implemented properties won’t do the job, and you need a full property declaration; for instance, if you want to include a call to NotifyPropertyChanged in your property’s setter or if you want a read-only property in Visual Basic. However, just because you need a full pr

Read More - Register for Free Membership