C#C
C#11mo ago
Mihneas22

Storing and displaying images

Hello! I have a blazor web app with an Asp.Net Core API and a SQL Server Db. I want to store images in my database as varbinary(max) datatype and i want to insert them and read them whenever I want in my website. But I can't find any meaningful resources that explain how to do that. Can anyone help or give some advice? Thx
Was this page helpful?