Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

SharePoint 101 G. Server side dev ~ Developing Web Parts

Philippe Lavoie edited this page Mar 11, 2020 · 1 revision

Web Parts are reusable UI components that can used to populate Web Part Pages to enhance the user experience of your site visitors.

Creating your first Visual Web Part

  • Tips and tricks for Web Part design and provisioning
  • Exercise:
    • Build and provision your first custom Web Part (through server-side classic ASP.NET WebForms template)

Reference:

Persistent Properties to Store Web Part Settings

  • Store configuration values in Web Part instances to customize their behavior

References:

Custom Editor Parts to Enhance the Web Part Configuration UX

Advanced Web Part Topics

  • Web Part Verbs
  • Web Part Connections
  • Exercise:
    • Build a Knockout.js-based UI template to render your Web Part contents
Clone this wiki locally