Is it possible to use Entity Framework with Windows Azure development storage service?

拟墨画扇 提交于 2019-12-07 03:32:19

问题


EDIT: Is it possible to use Entity Framework with Windows Azure development storage service? and how?

Thanks.


回答1:


No, it wouldn't be possible or practical. Azure Storage (different from SQL Azure) doesn't support joining and may not respond well to ad-hoc queries. But you don't need it. Azure storage already supports LINQ and object mapping.




回答2:


Craig's answer is right for Windows Azure storage. For SQL Azure, there's no such thing as development storage, but you can use EF against SQL Azure in the cloud, and you can use EF against SQL Server locally.



来源:https://stackoverflow.com/questions/4156203/is-it-possible-to-use-entity-framework-with-windows-azure-development-storage-se

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!