patterns & practices SharePoint Guidance
Developing Applications for SharePoint 2010
Intro to SharePoint 2010 patterns and practices - Logging
Error Logging in SharePoint
SharePoint 2013 development overview |
http://msdn.microsoft.com/en-us/library/ff798413.aspx |
Put the JavaScript or XAP files in a SharePoint
library, and enable binary large object (BLOB) caching. BLOB caching instructs
SharePoint to cache BLOB content, such as JavaScript and XAP files, on the
SharePoint Web front-end servers. It also enables client browsers to cache the
content. If BLOB caching is not enabled, the HTTP header that returns the
JavaScript or XAP resources to the client will instruct the browser not to cache
the files. It does this by including a cache-control: private directive and by
setting an expiration time in the past. As a result, neither the client browser
nor the web front-end server will cache the content, which instead will be
retrieved from the content database on every request. BLOB caching is a
SharePoint Server 2010 feature and must be enabled in the configuration files
for the SharePoint web applications, so to some degree you are at the mercy of
the farm administrator. For more information on BLOB caching, see Disk-Based
Caching for Binary Large Objects.
http://msdn.microsoft.com/en-us/library/aa604896.aspx
http://msdn.microsoft.com/en-us/library/aa604896.aspx
REST in SP2010 |
SHAREPOINT GUIDANCE FOR SHAREPOINT 2013
http://graegert.de/blog/sharepoint-guidance-for-sharepoint-2013/
No comments:
Post a Comment