There is a CSV file with a header that needs to be inserted into a database through a web app.
Is it possible to send the data to a stored procedure via Entity Framework? Or what is a better solution?
It has to be done through the web app and the table has an extra column which is just a unique id for each row.