ASP.NET 5 MVC 6 File Upload with MS SQL SERVER FileTable

added by DotNetKicks
1/8/2016 1:54:49 PM

4240 Views

This article shows how to upload and download files in ASP.NET 5 MVC 6 and save the files to a MS SQL Server using FileTable. The data access for the application is implemented in a separate project and EF7 migrations is used to setup the select logic for the database.


0 comments