c# – I cannot store Images in my database? (ASP.NET Core MVC)
I’m looking to create a real estate website. I’m using ASP.NET Core 6 MVC to build my website. I create a Property table and an ImageData table. I used imagesharp for image processing. And I used one to many relationship to store images. I connected those previous mentioned table by using a foreign key. But … Read more