SharePoint Code Section Index

Displaying recent articles. Go back further in the SharePoint Code Archives »

Develop a Business Data Connectivity Model for SPS 2010 Using VS 2010

SharePoint 2010 introduces external content type. Tapas Pal shows you how to create external lists, which can be downloaded offline into an application, using SharePoint's web user interface.

Develop SharePoint 2010 Web Parts using Visual Studio 2010

Visual Studio 2010 introduced Visual Web Part template as one of its new features to deploy on the SharePoint Server. Tapas Pal shows you how to create a sample Web Part, ready for deployment in SharePoint Server.

Develop SharePoint 2010 Content Type using Visual Studio 2010

Microsoft Visual Studio 2010 provides project types that support the creation and deployment of SharePoint content types. Tapas Pal shows you how to develop and deploy a sample application using the available option at the SharePoint Site or by using Client/Server Object models.

How to Use Custom Colors in SP 2010 Using CSS

The new Status bar in SharePoint 2010 is helpful in showing important information to the user in a more prominent way.

Microsoft Boosts SharePoint Online with Office 365 Rollout

SharePoint Online and SharePoint Server 2010 are highly productive because of their integration with Microsoft Office products.

Avoid Broken Links with SharePoint's Document ID Tool

In SharePoint 2010, each document can get a unique ID that, regardless of its location, remains the same.

Implement a Global Pop-up Notification System

This article describes how to use jQuery and a custom list to implement this solution.

Creating a Custom SharePoint Theme Using PowerPoint 2010

One of the nice little features of the latest version of SharePoint is that you can quickly create themes for SharePoint 2010 by using Microsoft PowerPoint 2010.

Navigating and Filtering Documents Using Managed Metadata

One of the great additions to SharePoint 2010 is that of Managed Metadata. Apart from other usages you can easily use metadata to navigate and filter documents inside the document library.

Finding a Great SharePoint Job

One tip: Developers should create actual coding samples in a self-hosted SharePoint environment.

Implementing Item-Level Security in SharePoint 2010 and 2007

Adding users is relatively straightforward. However, determining the permissions that should be granted to each user on a per item basis requires understanding and planning.

Using Site-Level Workflows in SharePoint 2010

Watch and learn as we explore the Site Workflow feature of SharePoint 2010.

Building Easy Dashboards with SharePoint

We highlight how to use the out-of-the-box SharePoint Web part to build compelling Web-based dashboards.

Performance Point -- It's Not Just for BI Geeks Any More

Although true business intelligence reporting remains the province of the BI specialist, SharePoint 2010 lowers the bar and makes it far easier for us mere SharePoint geeks to create some very interesting business intelligence solutions.

Quickly Create Charts in SharePoint 2010

Charting is one of the one of most common requirements while working on SharePoint projects.

Create a Printer Friendly Page in Your SharePoint Sites

This tip describes a strategy and some techniques that you can leverage to create an appropriate "print this page" function.

Create Themes for SharePoint 2010 Using Word 2010

Learn how to quickly create a theme using Word 2010 and then import and apply it to SharePoint 2010 sites.

Working with jQuery and the SP.UI Namespace on SharePoint 2010

We show some of the great script-based tools we can use to build great user experiences in SharePoint 2010.

Use SharePoint 2010 Document ID to Avoid Broken Links

The broken-link issue is resolved by the introduction of Document ID functionality.

InfoPath 2010 Online Forms and the SharePoint Records Center

We try to overcome some anomalies that are revealed when we move an InfoPath document to the SharePoint Records Center.

Prepare Your SharePoint Data Carefully, Ediscovery Experts Warn

If you deploy any system for content management without structure you could be in trouble at discovery time, one expert says.

Moving a Document to the SharePoint 2010 Records Center

In this tutorial, we set up a simple one-step approval for a form and move it to a Records Center.

Connect an InfoPath Form to a WCF Service Running On SharePoint

Joe Mack shows how to develop and deploy a custom WCF service and use it as a secondary data source for our InfoPath form.

Design a Form to Collect Customer Information Using InfoPath and SharePoint 2010

Our SharePoint expert covers a scenario where a business would like to collect and maintain some information about their customers.

Create, Update, Delete Patterns with SharePoint Designer Workflow

SharePoint forces us to think creatively to comprehensively solve the CRUD problem.

Did a Security Patch Bust SharePoint Server 3.0?

What's causing a security patch for Microsoft's SharePoint Server 3.0 to crash on installation?

Microsoft Touts Closer Ties Between SharePoint, Office 2010

The software giant demonstrates integration between Outlook, social networking features, Excel, and SQL Server.

After the Launch, How is SharePoint 2010 Doing?

The reception among customers seems favorable so far, although more of them may be postponing upgrades to SharePoint than they did three years ago.

The Road to SharePoint Mastery

This article offers a path that will lead you to ever increasing levels of technical and functional depth with this multi-faceted product.

Slew of Microsoft Releases Means Busy TechEd Conference

The conference kicks off Sunday in New Orleans and focuses on Microsoft Office, Visual Studio, SharePoint, cloud computing, and more.

Leverage SharePoint Search to Create a Department Directory

Fashion a one-click company directory that always returns up-to-the-minute department member information.

Overview of SharePoint 2010 Web Databases

Many sets of database sites are dedicated to Access 2010.

SharePoint 2010 Web Compliancy

This article is taken from the book SharePoint 2010 Web Parts in Action. Learn how SharePoint 2010 has added web standards compliancy.

Managing Content Centrally with Content Type Hubs

Content Type Hubs allows you to create new content types and then make them available to other SharePoint site collections in the same or different web applications.

Competitors Fight for a Slice of the SharePoint Pie

SharePoint and Office 2010 are due in a few weeks, and all the marketing has created opportunities for much smaller vendors.

Content Query Web Part: SharePoint's Swiss Army Knife

Not only is it good at aggregating data, but you can exert a great deal of creative control over how it renders its results.

Using the Event Handler in SharePoint 2010

Learn how to use the event handler to make sure that a SharePoint "Task List" is automatically created.

Creating a Document Set in SharePoint 2010

Document Set, a new feature, makes it easy to contain and manage a pool of documents.

Use jQuery to Kill Spell Checker in SharePoint Lists

This may seem an odd removal, but it turns out that the spell check function doesn't work well for anonymous users.

SharePoint 2010 Makes the Link to LINQ

Application developers finally get the full benefits of LINQ (Language Integrated Query) in SharePoint 2010.

Take Control of Your OK and Cancel Buttons

SharePoint enables us to override OK and Cancel button behavior for both buttons, not just one.

Using REST to Add and Delete List Items in SharePoint 2010

Experience the richness and versatility of REST, or Representational State Transfer.

Create an Image Rotator in SharePoint Using jQuery

Forget about workflow, records management, and SP 2010. What people REALLY want to do with SharePoint is to create an image rotator.

Getting Started with Client-Side Object Modeling

The client-side approach not only removes the need of running the code on the server side, it also unleashes power to developers.

SharePoint Dresses Up with New Ribbon UI

Microsoft Ribbon, also known as Ribbon Framework since its introduction in Office 2007, turns out to be a highly productive addition.

Redirect a Custom Page in SharePoint 2010

An event receiver in SharePoint allows great flexibility to meet various user requirements.

How to Back Up, Restore a Document Library

A welcome addition in SharePoint 2010 is the ability to back up and restore individual Libraries and Lists.

Implement Roles-Based Logic in InfoPath Forms

This tip shows how you can leverage SharePoint’s item level permission functionality.

Case Insensitive Comparisons in InfoPath Forms Services

So we're not insensitive to your needs, this article walks you through the process.

Working with ListAdding and ListDeleting Events

SharePoint 2010 now provides events for the Lists, an expected and welcome update.

The Value of the 'User Information' List

The result of this tip is that users and groups are available to be selected in custom lists without any development.

Developing SharePoint Solutions in Visual Studio Using WSPBuilder

Why you need to be developing all your custom code within the feature framework and deploying these as WSP (WSS Solution Package) files.

Understanding and Applying Item Level Permissions in SharePoint Libraries, Lists, Part 2

This article shows the implementation for permissions by using SharePoint Object Model.

Applying Item Level Permissions in SharePoint Libraries, Lists, Part 1

Every organization has its own policies and practices for IT security and governance, and when SharePoint comes into the picture, managing and applying those policies become even more important.

Best Practices for Developing SharePoint Custom Web Parts

To develop web parts that are easy to use, easy to upgrade, and secure, you'll want to keep these best practices in mind.

Accessing and Saving List Item Attachments

With the SharePoint object model and a little code, you can easily retrieve custom list item attachments and save them for other purposes.

How To Send Email with SPUtility

When you just need to send a quick email from SharePoint with no attachments, SPUtility.SendEmail does the job.

Access List Columns Consistently in Multilingual Scenarios

Find out how to avoid common language-centric problems when writing code for multilingual sites.

How to Ensure that SPSite Objects Always Refer to the Correct Zone

Not all site objects are equivalent. Find out how to make sure SPSite objects you create refer to the correct zone.

Use JavaScript to Hide SharePoint's Quick Launch Bar

With a little JavaScript, you can hide SharePoint's left-hand Quick Launch Bar menu without requiring a postback or using any server-side code.

How to Execute Inline Code in SharePoint 2007

Although you should generally avoid running inline code in SharePoint, and the feature is turned off by default, it's sometimes convenient to enable it for testing purposes.

Working with Web Parts in SharePoint

Use Web parts to customize your SharePoint pages

Managing Multiple Connections Within a Custom Web Part

SharePoint's Web Part lifecycle and handling sequence is critical when dealing with custom Web Parts that have multiple connections.

Solve Item-Level Permission Performance Problems in SharePoint

If you’ve ever tried to use item-level permissions in SharePoint—and then watched your response times slow down dramatically—you'll appreciate this trick.

Customizing SharePoint Site Creation

Use the SPWebProvisioningProvider class to add custom logic to your site creation tasks.

Program and Employ Windows Services for Microsoft SharePoint 2007

See how combining SharePoint 2007's API and an Object Model allows for greater program functionality.

Creating Advanced Solutions for SharePoint 2007

Learn how to package and deploy SharePoint 2007 Solutions through the cabinet-based .wsp file.Through it, you can distribute customizable components including WebParts, templates, and assemblies.

Creating Solutions for SharePoint 2007

SharePoint Solutions is a bona fide option to deploy customizations into SharePoint 2007. Learn the diverse ways of implementing Solutions, applying the administration tools of SharePoint, and utilizing the Web interface.

Write Custom WebParts for SharePoint 2007

Learn how to get the most out of the tight integration between Microsoft Office SharePoint Server (MOSS) 2007 and the ASP.NET 2.0 WebPart framework by writing custom WebParts.

Build a SharePoint Newsletter Generator That Alerts Users to Changes

Leverage the SharePoint SDK classes to build a newsletter generator that collects all the changes to a site and presents them to users in an email newsletter format.

123

Displaying recent articles. Go back further in the SharePoint Code Archives »

Most Popular SharePoint Stories

Partners

More Networking