简体   繁体   English

具有动态列的动态列表的Web服务

[英]Webservice for dynamic lists with dynamic columns

I need list functionality much like the one found in SharePoint (and Dynamics CRM) where I can extend the database (either programatically or from a webpage) and a new WSDL+webservice is generated for the service. 我需要列表功能,就像在SharePoint(和Dynamics CRM)中找到的那样,在其中我可以扩展数据库(以编程方式或从网页上),并为该服务生成新的WSDL + webservice。

Simplified scenario: Create list "Shoppinglist", add column "Quantity", add column "Description". 简化方案:创建列表“购物清单”,添加列“数量”,添加列“描述”。 I should now be able to add a webervice reference to this list from Visual Studio and use it as if it was a hardcoded webservice for shoppinglist. 现在,我应该能够从Visual Studio向此列表添加Webervice引用,并像使用购物清单的硬编码Web服务一样使用它。

Any pointers on where to start? 关于从哪里开始的任何指针? Does it exist already? 它已经存在了吗? I'd preffer if it was slightly more mobile than SharePoint. 我想知道它是否比SharePoint稍微移动一点。 (Yes Microsoft; sometimes we do the unthinkable and migrate content.) (是的,Microsoft;有时我们做不可思议的事情并迁移内容。)

Using Entity Framework and WCF you can easily publish a CRUD interface for a database. 使用Entity FrameworkWCF,您可以轻松地为数据库发布CRUD接口。 This can also be done using WCF Data Services . 这也可以使用WCF数据服务来完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM