Commit Graph

5 Commits

Author SHA1 Message Date
Hugo Bernier e6cd0b17de Added sample metadata 2021-02-08 02:19:31 -05:00
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Hugo Bernier 242b8e5f9b Added telemetry to every README.md file 2020-04-04 02:18:47 -04:00
Elio Struyf 10425369e9 Private constructor in singleton (#535)
Updated the `public` constructor to `private` in singleton pattern. This prevents you from creating a new class instance outside the `ConfigurationManager`.
2018-06-15 08:47:09 +03:00
Luis Valencia 9c7e33b521 added design patterns samples, abstract factory, factory method, builder, singleton (#524) 2018-06-11 12:44:26 +03:00