Posts

SharePoint On Premise Vs online

https://4sysops.com/archives/sharepoint-2013-on-premises-vs-sharepoint-online/ http://searchcontentmanagement.techtarget.com/podcast/SharePoint-Online-vs-on-premises-When-does-it-make-sense http://redmondmag.com/articles/2013/04/01/key-piece.aspx

SharePoint 2010 and ISA server proxy - Any step by step documentation

http://blogs.technet.com/b/paulpaa/archive/2009/09/23/steps-to-publish-sharepoint-sites-created-in-host-header-mode-hh-mode-with-isa-server-2006.aspx http://serverfault.com/questions/174061/how-to-configure-aams-in-sp-2010-to-work-with-isa-2006-and-kerberos-authenticati http://www.benjaminathawes.com/2010/08/22/publishing-sharepoint-2010-with-isa-server-2006-sp1/ http://www.isaserver.org/articles-tutorials/publishing/How-to-Publish-Microsoft-Sharepoint-Service-ISA-Server-2006.html http://technet.microsoft.com/library/bb794854.aspx#SecureWebPublishing

Check if Folder is available

SPList myList = web.Lists["Pages"]; SPFolder oFolder = myList.RootFolder.SubFolders["foldername"]; But instead of mentioning   if (oFolder == null)                     {                         Console.WriteLine("FOLDER NOT FOUND");                     }                     else                     {                         Console.WriteLine("FOLDER FOUND");                                               Console.ReadLine();                     }

Migrate content in RBS SharePoint 2013

To migrate content in RBS SharePoint 2013 http://technet.microsoft.com/en-us/library/ff628254(v=office.15).aspx

Set SharePoint task indicator color

To set SharePoint task indicator color Use calculated column and formula like that = "<DIV style=’font-weight:bold; font-size:24px; color:" & CHOOSE ( RIGHT ( LEFT ( Priority , 2 ), 1 ), "red" , "orange" , "green" )& ";’>&bull;</DIV>"

Add Identity to Empty Web Project

Adding ASP.NET Identity to an Empty or Existing Web Forms Project http://www.asp.net/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project

Update Published Visual Studio workflow

To update workflow that is already published need to have versions, to do so follow the following  http://turtlellc.com/sharepoint/sharepoint-workflow-versioning-with-visual-studio-2012/ http://blogs.msdn.com/b/yardman/archive/2010/04/14/versioning-a-visual-studio-sharepoint-workflow.aspx https://social.msdn.microsoft.com/Forums/sharepoint/en-US/0f50841d-e9ce-42a5-b489-45575463bb56/sharepoint-workflow-versioning