有谁知道如何使用 sharepoint 2010 设置 .nettiers 吗?

发布于 2024-10-12 19:25:05 字数 47 浏览 3 评论 0原文

有谁知道如何使用 sharepoint 2010 设置 .nettiers 吗?

does anyone knows how to setup .nettiers with sharepoint 2010 please?

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

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

发布评论

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

评论(1

春花秋月 2024-10-19 19:25:05

nettiers 看起来像一个用于开发的代码模板引擎,它读取数据库模式来构建代码模型,也可能是一个应用程序层。

不支持直接从共享点数据库读取,所以我不确定 nettiers 会有多大用处。 SPSite/SPWeb/SPList/SPListItem 是您应该使用的。

我建议您最初只使用 Visual Studio 2010 进行开发。

nettiers looks like a code templating engine for development, it reads database schemas to build your code model, and maybe an application layer.

Directly reading from the sharepoint database is not supported, so im not sure how useful nettiers will be. SPSite/SPWeb/SPList/SPListItem is what you should be using.

I would recommend initially just staying with Visual Studio 2010 for you development.

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