👩💻 Join our community of thousands of amazing developers!
The Windows Runtime has this thing called “static classes”. What are they? A static Windows Runtime class is a class that has no instances. An example of this is the FileIO class: static runtimeclass FileIO { static IAsyncOperation<String> ReadTextAsync(IStorageFile file); static IAsyncAction WriteText(IStorageFile file, The post What is a static Windows Runtime class, how should I express it, and when should I use it? appeared first on The Old New Thing....