What does "in the rare cases when an identifier has no semantic meaning beyond its type" mean?
[Noelle Mallory - MSFT] Please post questions to the MSDN Forums at http://forums.microsoft.com/msdn. You will likely get a quicker response throug...
Last modified by Dave Sexton on 10/13/2009 10:26:34 AM
Radar and scuba are acronyms , i.e., abbreviations that spell or are pronounced as a word. XML, IBM, and DoD are abbreviations. This topic is about abbreviations, whether or not they are also acronyms. Edit: I think to all intents and purposes, th...
Last modified by Dave Sexton on 9/15/2009 3:55:01 PM
Tags: None
See Also (Property Change Notification Events)
System.ComponentModel interfaces: IChangeTracking http://msdn.microsoft.com/en-us/library/system.componentmodel.ichangetracking.aspxIRevertibleChangeTracking http://msdn.microsoft.com/en-us/library/system.componentmodel.irevertiblechangetracking.a...
Last modified by Dave Sexton on 6/24/2009 1:47:13 PM
Tags: None
Instead of creating an array property that is backed by an array field, consider making the property an ICollection to lessen the public contract and to remove the coupling between consumers and the privately used array type. If an indexer is actu...
Last modified by Dave Sexton on 6/24/2009 1:36:57 PM
Tags: None
// Auto-Impl Properties for trivial get and setpublic double TotalPurchases { get; set; }publicstring Name { get; set; }publicint CustomerID { get; set; }// Regular field public double TotalPurchases ; publicstring Name ;publicint Customer...
Last modified by JeffCave on 6/24/2009 1:12:56 PM
Tags: None
<< Previous |
Next >> |
Show All