I'm building an ASP.NET Core MVC site which uses an EF Core Sql Server database. ...In part of the site I need to add the ability to upload files, which then get processed and applied to the database. I thought I would use WebJobs for this....What I'm not...