Windows Phone 8上用于Azure表存储的库是什么?(What library to use for Azure Table Storage on Windows Phone 8?)

编程入门 行业动态 更新时间:2024-10-24 09:27:26
Windows Phone 8上用于Azure表存储的库是什么?(What library to use for Azure Table Storage on Windows Phone 8?)

我想从azure表存储中提取一些数据到windows phone 8 app。 我是一个巨大的新手,但似乎Phone.Storage库已经过时并试图使用

nuget install-package windowsazure.Storage

我得到一个错误,System.Spatial 5.2.0没有Windows Phone 8版本。 我实际上并不关心空间数据类型,只是能够从表存储中取回POCO项目,我感到非常高兴。 我想我可以使用REST API来实现它,但我希望可能有一个友好的库来帮助我创建查询并重新保护我的对象。

I'm looking to pull some data from azure table storage into a windows phone 8 app. I'm a huge newbie on this but it seems like the Phone.Storage library is outdated and attempting to use

nuget install-package windowsazure.Storage

gets me an error that System.Spatial 5.2.0 has no windows phone 8 version. I don't actually care about the spatial data types and would be pretty happy with just the ability to get back a POCO item from table storage. I suppose I could do it using the REST API but I was hoping there might be a friendly library to help me out with creating the query and re-hydrating my objects.

最满意答案

Stimms,

打开包管理器控制台并键入:Install-Package WindowsAzure.Storage-Preview -Pre

该库仍然是win8和WP8的预览版。

Stimms,

Open the package manager console and type: Install-Package WindowsAzure.Storage-Preview -Pre

The library is still preview for win8 and WP8.

更多推荐

本文发布于:2023-08-05 06:23:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1430238.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Azure   Phone   Windows   Storage   Table

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!