In previous versions of EF one was able to store images as a byte array and retrieve them using the System.Drawing namespace. Is there a equivalent to the System.Drawing namespace in EF Core or is this a feature that has not been implemented yet?
We ended up using Azure Blob Storage for our application and using the Azure Storage Emulator for local use. We saved and retrieved them from those locations instead of byte arrays.