Questions tagged [best-practices]

A "best practice" is a method or process that practitioners recognize (usually through experience and research) as being more effective at getting the job done than other methods (or processes).

While frequently used as a buzzword to describe good ideas, most "best practices" actually help folks get the work done more reliably, efficiently and effectively than average. Please keep in mind that a "best practice" for one industry is not necessarily the best way to get the job done in another industry. The "Joel Test" gives a number of examples of features of software companies that many people have come to recognize as "best practices"; for example, a continuous integration system would pass both steps 2 & 3 of the Joel Test at once.

156 questions
7
votes
3 answers

Structure of SharePoint Solution

Are their any best practices with respect to how to structure a SharePoint solution? For example we are going to develop several workflows, these will use content types and list definitions. Should we group each type of content, for example all…
Shiraz Bhaiji
  • 2,227
  • 4
  • 31
  • 41
7
votes
5 answers

Saving application settings in a SharePoint application best practices

What are the best practices for saving application settings in a Sharepoint application? Would anyone save the settings in the web.config's appsettings? What about saving them in a SharePoint list? Any other ideas? pros? cons?
Emad Gabriel
  • 1,304
  • 2
  • 27
  • 38
2
votes
4 answers

What tool/approach is best to use to document the structure and hierarchy of a SharePoint site collection?

I need to document the structure and hierarchy of a SharePoint site collection. We need to show the Different sub sites, the hierarchy, the lists and libraries in each site, the list columns in case of custom lists, features activated, etc. What is…
Emad Gabriel
  • 1,304
  • 2
  • 27
  • 38
2
votes
1 answer

Two tier small farm Questions

Currently we have a db server and everything else installed on another server. We now have a third server at our disposal. I was wondering if it was possible to add the other server into the mix. Ideally I would want both servers to serve all the…
Randy
  • 70
  • 2
  • 7
1
vote
2 answers

Is there a way to upload a document from one document library to another on different farm?

we are planning on a publishing functionality for our SP2013 site. (please note that we are not using the cross-site publishing feature, but ideally we are implementing similar concept) There are 2 farms. The first farm has 2 site collections (one…
variable
  • 4,473
  • 13
  • 75
  • 139
1
vote
2 answers

SPMonitoredScope doesn't work as expected

my code: using (new SPMonitoredScope("Sleepy Time", 1000)) { System.Threading.Thread.Sleep(5000); } when I enable the Developer Dashboard, I am expecting a red border around it because the code running in the monitored scope is running longer…
user298
  • 265
  • 3
  • 7