Search: none
Add a search phrase to search resource page titles and descriptions. Different keywords are ANDed with tags.
 

MSDN Code Gallery

Target and filter your gallery search using the following dynamic dialogues.
1-10 of 56Resources < Previous 1 2 3 4 5 6 Next >
Resource Page Name and Description Current Release
This project contains reference documents regarding SharePoint 2007 topics that I wrote because I couldn't find them in other places.
This project contains reference documents regarding SharePoint 2007 topics that I wrote because I couldn't find them in other places.
Popular tags: SharePoint
Downloads: 180 | Started: Feb 14 2008  | Contributors: 1
The ZoneTabs web part provides a group of tabs that control other web parts in a zone, so users can view them in groups rather than scrolling. As a code sample, ZoneTabs illustrates: - Creating a...
The ZoneTabs web part provides a group of tabs that control other web parts in a zone, so users can view them in groups rather than scrolling. As a code sample, ZoneTabs illustrates: - Creating a ListView server control - Creating a web part as a composite control - Using cascading style sheets and images to render tabs - Creating an editor part to provide custom configuration options - Using the ASP.NET 2.0 API to manage and control web parts at runtime
Popular tags: SharePoint, WebPart
Downloads: 90 | Started: Feb 11 2008  | Contributors: 1
Version 2.00
Feb 10 2008
The DPE demo is a series of client applications including WPF, Silverlight, SharePoint, Word (VSTO) that integrates with the CRM platform. We have a series of developer videos and code samples tha...
The DPE demo is a series of client applications including WPF, Silverlight, SharePoint, Word (VSTO) that integrates with the CRM platform. We have a series of developer videos and code samples that helps you get started if you wish to build similar applications.
Popular tags: CRM, SharePoint, WebPart, WPF, VSTO, Silverlight 3.0
Downloads: 52 | Started: Aug 15 2008  | Contributors: 1
This sample is based off my MSDN article on creating custom SharePoint timer jobs (http://msdn.microsoft.com/en-us/library/cc406686.aspx). The following is an excerpt from that article: The purpos...
This sample is based off my MSDN article on creating custom SharePoint timer jobs (http://msdn.microsoft.com/en-us/library/cc406686.aspx). The following is an excerpt from that article: The purpose of the custom timer job is to act as a replacement for the Windows SharePoint Services warmup scripts. Because Windows SharePoint Services is an ASP.NET 2.0 application, pages are compiled from the generic MSIL to native code upon first use. This is known as just-in-time (JIT) compilation. If not performed beforehand, it can cause pages to load slower the first time they are requested. For the Windows SharePoint Services 3.0 beta release, Microsoft provided a script, known as the warmup script, that issues HTTP requests to a list of Windows SharePoint Services URLs to force the JIT compilation. Although it is not widely used in a production environment, the warmup script removes the initial load time of a requested page. This is useful for Windows SharePoint Services demonstrations and development. The timer job that is demonstrated in this article serves to replace the warmup script. Releases: >> v1.0 - this is the exact code & compiled timer job from the MSDN article
Popular tags: sharepoint utility, SharePoint
Downloads: 51 | Started: Jun 2 2008  | Contributors: 1
This kit is meant for developers who are interested in integrating SAP with Office. The OBA Sample Application Kit for SAP includes an installation doc, whitepaper, and source code to help you get ...
This kit is meant for developers who are interested in integrating SAP with Office. The OBA Sample Application Kit for SAP includes an installation doc, whitepaper, and source code to help you get up and running with your integration efforts. Specifically, the kit shows you how to integrate SAP (for read/write from and to the SAP system) with Excel 2007, PowerPoint 2007, and Microsoft Office SharePoint Server (MOSS) 2007. Some example technologies demonstrated within the kit are Visual Studio 2008/Visual Studio Tools for Office 3.0, MOSS Business Data Catalog (BDC), Web services.
Downloads: 48 | Started: Feb 29 2008  | Contributors: 1
Version 2.0
Feb 29 2008
How to develop a basic Microsoft Silverlight Web Part in ASP.NET that hosts a canvas and that can be used with Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0.
How to develop a basic Microsoft Silverlight Web Part in ASP.NET that hosts a canvas and that can be used with Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0.
Popular tags: SharePoint, silverlight
Downloads: 46 | Started: Jun 4 2008  | Contributors: 2
Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007 support a rich security model that allows administrators to control access to sites and content by assigning permissions ...
Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007 support a rich security model that allows administrators to control access to sites and content by assigning permissions to users and groups for a specific securable object (such as site, list, library, folder and even an individual document or item). However, in certain scenarios there is a need to secure access to individual columns in lists or document libraries. Currently, SharePoint does not provide out of the box support for securing columns or views. A typical scenario that would require this might be a list that contains a broad spectrum of information about an employee or a client, where certain columns (salary, revenue to date, potential to promote, etc.) might ideally only be viewable by certain groups within the portal. To address those scenarios, this paper describes a method to leverage SharePoint extensibility and built-in item to level security to allow applying column-level permissions to a custom field type. This is accomplished through the use of a lookup field as the column, with behind the scenes ties to another list that contains the secure values and a method to provision those values back to the lookup only for users with valid permissions. The result is that in the view mode authorized users will see the content of a secure column as if it was a normal column, while unauthorized users will not see the content of the column at all. This different behavior is shown in Figure 1. Similarly, only authorized users will be able to access the content of a secure column in new and edit modes.
Popular tags: SharePoint, security, WSS, MOSS, Custom Field Type
Downloads: 32 | Started: Jul 11 2008  | Contributors: 2
SecureField 1.0
Nov 10 2008
A collection of PowerShell commands, functions, and scripts to help support your SharePoint environment
A collection of PowerShell commands, functions, and scripts to help support your SharePoint environment
Popular tags: SharePoint, PowerShell
Downloads: 31 | Started: Aug 4 2008  | Contributors: 1
Expose SharePoint (WSS 3.0) Lists as DataTables! While the default SPList type can return a DataTable (via SPList.Items.GetDataTable), it's disconnected--no databinding--and can't be used to make ...
Expose SharePoint (WSS 3.0) Lists as DataTables! While the default SPList type can return a DataTable (via SPList.Items.GetDataTable), it's disconnected--no databinding--and can't be used to make updates back to the list. Plus, it doesn't have the right schema when it's empty. ListDataTable solves these problems, effectively giving a DataTable bound to the list, respecting Inserts, Updates and Deletes.
Popular tags: SPS Lists, SharePoint
Downloads: 27 | Started: Jan 26 2008  | Contributors: 1
Version 1
Jan 25 2008
SharePoint Quick Surveys is a web part and associated graphics handlers that allows users to quickly fill in a survey from a site page and see attractive graphical results in place. The idea of cou...
SharePoint Quick Surveys is a web part and associated graphics handlers that allows users to quickly fill in a survey from a site page and see attractive graphical results in place. The idea of course is to push important survey questions to the user’s home page- perhaps in the right hand bar- rather than making them go to the survey list page to submit a response. The control can be hosted on any web part page and can accept responses for any survey within the same site. The first time the user sees the web part they will be prompted to fill in their responses to the survey. Once they have done this the display will change to show the results in a series of graphics. All questions in the survey will be displayed, so it is probably a good idea to keep the survey short if you want to place it on the home page of your site.
Popular tags: Survey, WebPart, SharePoint
Downloads: 20 | Started: Jun 6 2008  | Contributors: 1
Updating...
Page view tracker