ado.net - Is there an Entity Framework data provider for the Azure Blob Service? -


i'm considering using wcf data services implement service exposing objects stored in azure blob service. wonder if use data model based on entity framework. understand, need data provider compatible entity framework store , retrieve data blob service. there such data provider?

there isn't data provider azure storage compatible entity framework. creating such data provider not worthwhile because it's complex project , because entity framework not match azure storage's conceptual model. entity framework designed relational databases , azure storage rest-based non-relational storage.

as creating wcf data services layer on azure storage, built using wcf data services toolkit.

references:


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -