Hi I am trying to migrate some projects to ASP.Net Core and having some issues with what is the correct way to upload a .CSV file to my SQL database....In the past I would upload the .CSV file loop through it and store that information in a DataTable and ...