If you are unable to see the AppData folder, you may need to turn on the option that enables you to view hidden files and folders. Delete the app folder in the AppData folder. Next, press the Windows ...
JS probably isn't the way to go. Probably a better way would be to write an app with an embedded IE window.
In ASP.NET MVC Core the BundleConfig class -- where, in ASP.NET MVC, you used code to create script bundles in ASP.NET MVC -- is gone. Instead, you use a configuration file called bundleconfig.json to ...
i've gotten around this by naming my images with sequential numbers. then you can just have a constant you change that holds the number of the largest image and you can use that to construct your loop ...