0
votes

I'm using ravendb with winforms application. Now I want to add into my entity Book property CoverPhoto which shold be of type image. How to store image in raven embedded database?

any tutorials, links please.

Thanks

1
Storing images in a database is not a good idea. Consider file storage with paths in the database. - DonBoitnott

1 Answers