有谁知道如何使用 sharepoint 2010 设置 .nettiers 吗?
有谁知道如何使用 sharepoint 2010 设置 .nettiers 吗?
does anyone knows how to setup .nettiers with sharepoint 2010 please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.