9eFish - 带有 MOSS 标签的文章
1
臭虫

CodeProject: MOSS for Developers - Part 8: Web Services.

carolhaozicarolhaozi 发表于 205 天, 8 小时, 28 分钟 之前
Monday, August 24, 2009 1:12:28 AM GMT Wednesday, August 19, 2009 1:45:26 AM GMT
Introduction The Windows SharePoint Services Web services provided by the Microsoft.SharePoint.SoapServer namespace include methods for accessing content on a Web site—such as for working with lists or site data—as well as methods for customizing meetings, imaging, document workspaces, or search. SOAP interfaces used in these services provide Microsoft .NET Framework developers with object models for creating solutions that work with Windows SharePoint Services remotely from a client or custom appli... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: MOSS, web services
1
臭虫

CodeProject: MOSS for Developers - Part 6: Page Navigation.

carolhaozicarolhaozi 发表于 205 天, 8 小时, 29 分钟 之前
Monday, August 24, 2009 1:12:28 AM GMT Wednesday, August 19, 2009 1:44:48 AM GMT
Introduction SharePoint is built right on top of .NET framework 3.0. The previous version of SharePoint was not set up this way from an architectural standpoint. Instead, it was attached into ASP.NET. But thanks to a lot of additions, or a lot of changes that the .NET team did in the .NET 3.0 release, specifically ASP.NET 2.0, allowed the SharePoint team to simply change the way ASP.NET works in the context of a SharePoint site. SharePoint navigation is much more of a pluggable infrastructure, and makes... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: MOSS, Page Navigation
1
臭虫

CodeProject: MOSS for Developers - Part 5: Silverlight and Web Parts for Developers.

carolhaozicarolhaozi 发表于 205 天, 8 小时, 30 分钟 之前
Monday, August 24, 2009 1:12:28 AM GMT Wednesday, August 19, 2009 1:44:05 AM GMT
Introduction Microsoft Silverlight is a cross-browser, cross-platform implementation of the .NET Framework for building and delivering the next generation of media experiences and rich interactive applications (RIA) for the Web. Silverlight unifies the capabilities of the server, the Web, and the desktop, of managed code and dynamic languages, of declarative and traditional programming, and the power of Windows Presentation Foundation (WPF). Silverlight enables you to create a state-of-the-art applica... (more)
类别: Architecture | 点击: 1 | 评论 | | 源: www.codeproject.com
标签: MOSS, Silverlight
1
臭虫

CodeProject: MOSS For Developers - Part 3: Event Handlers for Developers.

xgluxvxgluxv 发表于 242 天, 7 小时, 45 分钟 之前
Thursday, July 16, 2009 2:03:27 AM GMT Monday, July 13, 2009 2:29:07 AM GMT
This article is the property of the Server/Tools division of Microsoft, as is its original article on MSDN, and published with their permission.Introduction Windows SharePoint Services 2.0 introduced sinking events that were triggered from within a Windows SharePoint Services 2.0 document library by attaching a Microsoft .NET assembly to the document library. The event sinking was limited, however, to the document library or form library, and events were triggered only after the actual action occurred ... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: MOSS
1
臭虫

CodeProject: MOSS 开发 - Part 2: Data Lists for Developers.

adminadmin 发表于 245 天, 6 小时, 36 分钟 之前
Tuesday, July 14, 2009 1:33:27 AM GMT Friday, July 10, 2009 3:38:08 AM GMT
Introduction A SharePoint data list is somewhat analogous to a database table, from the standpoint of a list has a set of columns, just like a database table has a set of columns; has a set of rows, i.e. the items in the list, just like a database table has items in a list. However unlike a database table a data list starts to break down provides more functionality than just rows and columns.  For instance, a list inherently has a set of forms that are associated with it for entering new data and for ... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: MOSS
1
臭虫

CodeProject: Site Map Web Part for Microsoft Office SharePoint Server (MOSS).

carolhaozicarolhaozi 发表于 290 天, 7 小时, 23 分钟 之前
Tuesday, May 26, 2009 12:15:27 PM GMT Tuesday, May 26, 2009 2:50:37 AM GMT
Download source files - 93.06 KBIntroduction For use in Microsoft Office SharePoint Server (MOSS) 2007, this Web Part displays the site structure in a hierarchical tree that is expandable and collapsible. It is based on my Site Map custom control written for Content Management Server 2002.Description The Web Part uses a PortalSiteMapProvider to render the site structure in a hierarchical tree that is expandable and collapsible. The PortalSiteMapProvider is referenced from the site's web.config and is d... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: www.codeproject.com
标签: MOSS, SharePoint, Site Map
1
臭虫

CodeProject: Summary Links User Control for Microsoft Office SharePoint Server (MOSS).

carolhaozicarolhaozi 发表于 290 天, 7 小时, 24 分钟 之前
Tuesday, May 26, 2009 12:15:27 PM GMT Tuesday, May 26, 2009 2:49:36 AM GMT
Download source files - 65.89 KBIntroduction For use in a Microsoft Office SharePoint Server (MOSS) 2007 Publishing Web site, this user control displays a summary list of page links for a sub-site and, optionally, page field values like Page Content snippet or Rollup Image. It offers features similar to the out-of-the-box Content Query Web Part, but is written as a user control and therefore allows easy customization of the UI.Description The user control uses the SharePoint Publishing API PublishingWe... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: MOSS, SharePoint, Summary Links User Control