This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Static Methods and Singleton Design
- It might be worth describing the implications of static methods (they can't be overriden) as well as how
- developers can utilize them with a private constructor to implement a singleton design pattern. Examples
- of where you're using this today in the base class library (for example: reflection) could also be useful.