Hi. I want to know what the naming conventions for .Net & WPF controls are. Microsoft doesn't have official guidlines on this and when I check different sources they all show different variations.
Is this way OK:
Button FileOpenButton;
Also regarding public instance fields. Is it wrong to name a FileStream fs instead of FileStream?
Thanks.