c# - What would be the best way to implement FILESTREAM sql filemanagment with MVC 5? -
c# - What would be the best way to implement FILESTREAM sql filemanagment with MVC 5? -
i building mvc 5 project, , implement filestream store files image or text in blob, utilize filestream info store path etc...
i have found little non regarding mvc 5 way of work filestream. utilize http://msdn.microsoft.com/en-us/library/cc716724(v=vs.110).aspx references. if have table wich similar :
employeeid int not null primary key, photo varbinary(max) filestream null, rowguid uniqueidentifier not null rowguidcol unique default newid()
how model should created? , there specifics need taken account? i'm still relatively new mvc c# give thanks in advance.
c# sql model asp.net-mvc-5 filestream
Comments
Post a Comment