Popular Posts
Build an OpenVPN server on android device Preparation An android device, in this case, Sony xperia Z is used Root permission required Linux Deploy for deploy i... Enable SSL connection for Jsoup import org.jsoup.Connection; import org.jsoup.Jsoup; import javax.net.ssl.*; import java.io.IOException; import java.security.KeyManagement... Change the AppDomain's Base Directory and Environment Directory // Update AppDomain's Base Directory string root_path = "c:\\temp\\"; AppDomain.CurrentDomain.SetData("APPBASE", roo...
Stats
Precautions of sharepoint performance issue
  1. Iterating through SPList Items
  2. Requesting too much data from the content database
  3. Memory Leaks with SPSite and SPWeb
  4. Index Columns are not necessarily improving performance
  5. SharePoint is not a relational database for high volume transactional processing
How to avoid the Top 5 SharePoint Performance Mistakes