Hi, I'm adding a new class in my asp.net core 2 project and this class is mapped to one of the table in database, I want to use migrations to create the table from my model,
So I was running this command as shown below in the image:
...
How can I convert byte array into image using asp.net C#? I need to convert model into image for rendering it on MVC view
Thank you