Deploying Code Through Web Parts

Tip

Tip

If you are already familiar with Web Parts in SharePoint, you may want to skip ahead to the section "Deploying the AJAX Runtime Through the ScriptManager Control."

A typical application in SharePoint is developed through the use of Web Parts. A Web Part can be added to a page through configuration or by an end user and is serialized into the application’s database by the Web Part framework. A Web Part is a class that derives from the class System.Web.UI.WebControls.WebParts.WebPart, which is a special type of WebControl that runs in the ASP.NET Web Part framework.

The only reason to deploy code as a Web Part is ...

Get Developing Service-Oriented AJAX Applications on the Microsoft® Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.