我们可以购买 ASP.NET 的协作功能吗?

发布于 2024-09-28 07:51:33 字数 273 浏览 10 评论 0原文

我们正在开发一个独特的电子商务网站。该网站的独特之处在于,购买不是由一个人做出,而是由一组或“协作”决定。个人可以将商品添加到购物车中,但最终购买是由团体通过“协作”努力或团队努力决定的。因此,每个团队成员都会被分配任务、团队间消息传递、通过调查对功能进行评级、设置里程碑、对对他们来说重要的特定功能进行排名。另一个重要部分是该网站的许多方面都允许小组成员发表评论。应用程序中的许多项目都可以由团队“评论”。我们可以购买任何东西(C#/ASP.NET/MVC)来为我们提供此功能吗?评论、任务、调查、评级、消息传递、排名 协作引擎?

We are working on a unique eCommerce site. This site is distinctive because when a purchase is made its not made by one person, but a group or "Collaborative" decisions. Individuals can add items to the shopping cart, but in the end the purchase is decided by the group in a “Collaborative” effort or Team Effort. So each team member is given tasks, inter-team messaging, can rate functionality with surveys, set milestones, rank specific features that are important to them. Another big part is that many aspects of the site allow for comments from members of the group. So many of the items in the application are “comment able” by the team. Is there anything we can buy (C#/ASP.NET/MVC) that gives us this functionality. Comment, Task, Survey, Rating, Messaging, Ranking Collaboration engine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野生奥特曼 2024-10-05 07:51:33

您提到的许多功能都可以在 Microsoft 的 SharePoint 2010 平台中使用 - 该软件完全适用于您描述的协作场景类型,包括调查、标记、工作流、警报等。

该产品有两个版本:SharePoint Foundation 和SharePoint 服务器。 Foundation 产品是免费的,包含许多基本的协作和工作流程功能。服务器产品包含更多内容 - 太多,无法在此列出 - 但不是免费的。

2010 年产品基于 ASP.Net 3.5 构建。您可以使用 SharePoint 作为基础平台来构建面向公众的网站和 Intranet 网站。此外,SharePoint 具有许多可扩展性选项,因此,如果现成的产品不包含满足您的特定需求的功能,您可以编写自定义代码来扩展它。

首先,我建议您查看 Microsoft SharePoint 产品页面上的功能

A lot of the features you mention are available in Microsoft's SharePoint 2010 platform - this software is intended exactly for the type of collaborative scenarios you describe including surveys, tagging, workflow, alerts, etc.

There are two versions of the product: SharePoint Foundation and SharePoint Server. The Foundation product is free and contains many of the basic collaboration and workflow features. The Server product contains much more - too much to list here - but is not free.

The 2010 product is built on ASP.Net 3.5. You can build both public-facing and intranet sites using SharePoint as the underlying platform. Also, SharePoint has many extensibility options, so if the off-the-shelf product does not contain a feature that maps to your particular requirements, you may be able to write custom code to extend it.

As a starting point, I would suggest you check out the features on the Microsoft SharePoint product page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文