1
Reply

CRUD in Entity Framework with uploading photo

ritzee anzures

ritzee anzures

Nov 19 2017 7:09 AM
228
Good day to all,
 
I am new in MVC 4 EF 5 (Visual Studio 2013)
 
I have an old Database (Northwind) running on SQL 2008 Express
 
I want to make a project , CRUD using Entity Framework (read/write and view), but the Picture in Northwind.Category. Picture was not in View (Index.cshtml). I want also to upload Picture on CREATE.CSHTML, and convert to binary before i save it to Category.Picture field.
 
Thank you
 
Ritzee Anzures

Answers (1)