Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Then the object should implement IDisposable, and the caller should call .Dispose() on it when it's done using it (or surround it with a using block)Say you have this huge object that hogs up resources