如何使用ASp.NET MVC表单添加sharePoint在线列表来存储数据而不是使用任何SQL Server?

时间:2018-03-09 14:36:44

标签: sharepoint sharepoint-online sharepoint-designer sharepoint-list sharepoint-listtemplate

我是Office 365 #sharepoint在线的新用户。我知道#ASP.Net MVC实体框架。现在我想使用ASP.Net MVC开发一个Web应用程序,我想使用#sharepoint在线列表来插入/删除/更新/查看(CRUD操作)我的表单数据或其他数据而不是MS Server或其他外部数据库源。可能吗?如果可能的话怎么样?等待你的信息帮助。谢谢,先进。

1 个答案:

答案 0 :(得分:0)

您可以使用SharePoint REST API在SharePoint列表中选择,插入,更新和删除数据。最大的挑战不是" CRUD"它是凭证。您可以在网上找到许多关于在365中使用REST API的博客文章。

以下是REST API的一些资源:

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-lists-and-list-items-with-rest

https://msdn.microsoft.com/en-us/library/office/jj860569.aspx

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints

一个关注Office 365的人:

https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online