一些MOSS相关开发中用到的资源......
Download:Microsoft SharePoint Services Software Development Kit(SDK)
Download:Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions for Windows SharePoint Services 3.0
After install above extensions,we could find sharepoint templates when create a new project.Choose WebPart directly
在Sharepoint2007下使用Visual Studio2005开发Webpart,可以采用两种模型,一种类似Sharepoint2003下的继承方式(WSS-Style)。一种则采用ASP.NET2.0的webpart的方式(就是我们熟悉的System.Web.UI.WebControls.WebParts.WebPart类继承下来)。采用后者编写的webpart也可以用于普通的ASP.NET2.0网站。我们在webpart gallery中可以看到两种不同的webpart描述文件,.webpart和.dwp。其中.dwp是为了更好的兼容以前的webpart。现在推荐都采用.webpart的方式。
http://msdn2.microsoft.com/zh-cn/library/ms406057.aspx
Office 技术俱乐部: http://www.msotec.com/
SharePoint Fans 社区: http://bbs.sharepoint.org.cn/
2个便捷开发webpart的工具:
SmartPart: www.codeplex.com/smartpart
QuickPart: www.codeplex.com/quickpart
本文介绍使用Visual Studio 2005开发Microsoft Office SharePoint Services (MOSS) 2007 WebPart的方法,包括开发工具的选择及两种开发模型:WSS-Style继承方式和ASP.NET 2.0 webpart方式。提供了开发资源下载链接及社区支持。

81

被折叠的 条评论
为什么被折叠?



