/*

Author: Jiangong SUN

*/


I've participated in a SharePoint 2010 project to build an intranet. Based on this experience, I want to introduce you the basics of SP.


The top of the hierarchy is SPFarm, it's static. You can access SPFarm using SPFarm.Local


Introduction to SharePoint hierarchy_sed


SPFarm contains SPService.


Introduction to SharePoint hierarchy_sed_02


Then, SPWebApplication is relavant to IIS Website. 


Introduction to SharePoint hierarchy_sed_03


SPSite is relavant to site collections.


Introduction to SharePoint hierarchy_sed_04


Introduction to SharePoint hierarchy_sed_05


SPWeb means SharePoint sites.


Introduction to SharePoint hierarchy_sed_06


Introduction to SharePoint hierarchy_前端 数据 数据库 编程语言_07



The hierarchy of SharePoint is:

Introduction to SharePoint hierarchy_前端 数据 数据库 编程语言_08