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

SharePoint 101 A. SharePoint A Bird's Eye View (through click programming)

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

Functional overview of SharePoint's capabilities and infrastructure.

##Central Administration

Web Applications, Site Collections & Sites

References:

Farm topology

  • Single-server
  • Distributed farm: DB + APP + WFE roles
  • The SharePoint file system:
    • 14 + 15 hive: C:\Program Files\Common Files\microsoft shared\Web Server Extensions
    • Virtual Directories: C:\inetpub\wwwroot\wss\VirtualDirectories

References:

Content Types, Fields and Lists

  • Site vs List fields
  • Content types
  • How to associate multiple content types to a single list

References

Document Libraries & Pages

References:

Pages and Web Parts

References:

Language Packs, the SharePoint MUI (Multilingual User Interface) and Regional Settings

  • Language packs drive the language of SharePoint's "chrome" (menu elements, settings pages, etc.)
  • When you create a site, you must specify a default language. You can also activate alternate languages (if you have the language pack installed)
  • How the user's browser language and User Profile is used to determine which of the alternate languages will be shown
  • The MUI is NOT meant for content translation - for this, you must use SharePoint Variations.
  • How to translate list titles, content type names and other "content container titles" by toggling between the various MUI languages
  • How to activate alternate languages in the Term Store
  • Don't confuse the MUI Language and the Regional Settings' locale
    • MUI == Site Languages == Language Packs == en-US + fr-FR == CultureInfo.CurrentUICulture
    • Regional Settings == Locale == en-CA + fr-CA == date and money formats == CultureInfo.CurrentCulture

References:

Clone this wiki locally