- DON'T use ID or id keyword as a query string in SharePoint, It will give error. As it is already used by SharePoint internal.
- Per farm only one config file will be there
- Identitfying Worker process
cmd
cd Windows--->system32 ----> Inetsrv
run appcmd list wp
- Ghosted means Page is NOT customized
- Unghosted means Page is customized.
- Approving through Object model
always check ModerationInformation == null for a item
Note: If versioning/content approval is not enabled then ModerationInformation will be null
- Profile Page : Allows to display all the information for external content
- Checking the code running is sandbox AppDomain.CurrentDomain.FriendlyName.Contains("SandBox");
- Custom timer job should inherit from Microsoft. SharePoint.administration.SPJobDefinition
- excuting powershell :Powershell.exe -File D:\ss.ps1 (in the SharePoint management studio)
All the points are simply the best one and a SharePoint programmer should know all of them. I am still a learner and this blog is a helpful resource. I will keep visiting it.
ReplyDeleteelectronic signature for sharepoint