News

File Providers in ASP.Net Core provide a layer of abstraction on the file system, allowing us to easily obtain file and directory information, watch for changes, and of course access physical files.
It is common, though, want or need to use a different program to open a particular type of file. This tutorial will explain how to open a file using a different program than the default one.