具有表存储的 MVC3 Azure 应用程序
您是否有 MVC3AzureApp 的任何特定示例,它将显示来自 windows azure 表存储的数据。还有表的 CRUD 功能。
Do you have any particular example for MVC3AzureApp which will display Data from the windows azure Table storage. and also CRUD Functionality for the table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用具有基本 CRUD 功能的 MVC3 WebRole 制作了一个简单的 Azure 项目:在此处下载。
这不是漂亮的代码,而且我使用了一些不好的做法,但这只是一个例子。
检查“TableStorageController.cs”以获取所有表操作代码。
确保您有 Azure SDK 1.7,或者仅将引用替换为旧版本。
I made a simple Azure project with an MVC3 WebRole with basic CRUD functionality: Download here.
It's not pretty code and I use some bad practice, but this is just meant as an example.
Check "TableStorageController.cs" for all the table manipulation code.
Make sure you have Azure SDK 1.7, or just replace the references with older versions.
您了解如何在表存储上执行 CRUD 了吗?
也许这可以帮助您:
http://www.windowsazure.com/en-us/develop/net/tutorials/multi-tier-web-site/4-worker-role-a/
你知道怎么做吗执行聚合Windows Azure 存储表上也有功能吗?
Did you get how to perform CRUD on Table Storage?
may be this can help you:
http://www.windowsazure.com/en-us/develop/net/tutorials/multi-tier-web-site/4-worker-role-a/
And do you know how to perform Aggregate functions on windows Azure Storage Table too?