Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.53 KB

webparts.md

File metadata and controls

43 lines (35 loc) · 2.53 KB

Web parts

SharePoint client-side web parts are controls that appear inside a SharePoint page but run locally in the browser. They're the building blocks of pages that appear on a SharePoint site.

Concepts to Learn

Feel free to mark as completed - [x] Concept name every concept you've already fully understand. To learn a new concept go to the resources section and read/practice about it. As soon as you have fully understood all the concepts on this chapter go to the next chapter.

  • Creating webparts projects
  • Working with SharePoint data
  • Property panes
  • Localization
  • Logging
  • Handling errors
  • Debugging
  • Unit Test
  • Deploying
  • Upgrade solutions
  • Package analytics
  • Provisioning assets

Resources

Tutorials

Sample code

References

Next chapter