I've a database, which contains some pictures in a varbinary(Max) Filestream field in a database.
I've to display it on a website, with information of the current row of the table.
What is the best way to display in an ASP.NET MVC 3 website an image stored in the database?
Thank you very much!