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