|
Features are encapsulated peices of SharePoint functionality which extends the core product. The Microsoft development team itself used this platform to develop most of the functionality within SharePoint. For instance, all of the list templates (document library, wiki page library, task list, etc.), site content types, site columns, web parts, etc. etc. were created just the same as how developers create and deploy features today. The reason for deploying functionality in this manner allows administrators the ability to activate and deactivate specific groups of functionaity at different scopes through the SharePoint environment.
Structure Features are contained in the SharePoint file structure at %ProgramFiles%\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\FEATURES
How to create a simple feature
Features can be created by developers Features installed with the SharePoint product As a best practice, features should be deployed using a Windows SharePoint Services Solution Package (WSP) |






