aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Suggestion: Store album art in database #587

Closed natelaff closed 8 years ago

natelaff commented 8 years ago

Would be nice to see album art stored in the database to have correct MVC guidance on dealing with image loading in this scenario (caching, byte[] to image in view model, etc..)

natelaff commented 8 years ago

You know what... I don't even care about this one anymore. It seemed like a good idea at the time but images on a CDN or something is much more practical. So unless you guys think it's a good idea, I'm good :P