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 29Resources < Previous 1 2 3 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: 169 | Started: Feb 14 2008  | Contributors: 1
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: SharePoint, WebPart, WPF, VSTO, CRM
Downloads: 78 | Started: Aug 15 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: 76 | Started: Feb 11 2008  | Contributors: 1
Version 2.00
Feb 10 2008
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: 50 | Started: Feb 29 2008  | Contributors: 1
Version 2.0
Feb 29 2008
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, sharepoint utility
Downloads: 50 | Started: Jun 2 2008  | Contributors: 1
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: silverlight, SharePoint
Downloads: 46 | Started: Jun 4 2008  | Contributors: 2
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: SharePoint, Survey, WebPart
Downloads: 33 | Started: Jun 6 2008  | Contributors: 1
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: 32 | Started: Aug 4 2008  | Contributors: 1
A Visual Studio 2008 project to demonstrate how to deploy SharePoint Application pages, including breadcrumb navigation. Components of the Project: - Custom Application Page (demopage.aspx) - Cust...
A Visual Studio 2008 project to demonstrate how to deploy SharePoint Application pages, including breadcrumb navigation. Components of the Project: - Custom Application Page (demopage.aspx) - Custom SiteMap (layouts.sitemap.demoapppages.xml) - Feature, scoped to the web application level, that adds a link to the custom application page in the Site Settings page - Feature event handler to trigger the merging of all the sitemap files
Popular tags: SharePoint
Downloads: 20 | Started: Apr 16 2008  | Contributors: 1
If you want to delete or remove all the items in a SharePoint list you need to iterate through each item and perform a delete. Most of the examples on the web iterate through each item to do the de...
If you want to delete or remove all the items in a SharePoint list you need to iterate through each item and perform a delete. Most of the examples on the web iterate through each item to do the delete. The problem there is that each delete action makes a request to the server and a huge list is going to take a long time. You could always delete the entire list and recreate it but that would mean recreating the structure as well as the guid being changed. The better method would be to make a single request with all the delete commands batched together.
Popular tags: SharePoint
Downloads: 20 | Started: Feb 4 2008  | Contributors: 1
Version 1.0
Feb 4 2008
Updating...
Page view tracker