Posts

SharePoint Update UserInfo List From AD

namespace UpdateList {     class Program     {         static void Main( string [] args)         {             Program pp = new Program ();             pp.XFunInsert();         }         private void XFunInsert()         {             using ( SPSite oSite = new SPSite ( "http://localhost:650/sites/lms" ))             {                 using ( SPWeb oWeb = oSite.RootWeb)               ...

SharePoint 2013 Prerequisites fails with MSI Installer error code 1603 while installing AppFabric 1.1

http://blogs.technet.com/b/praveenh/archive/2013/02/22/sharepoint-2013-prerequisites-fails-with-msi-installer-error-code-1603-while-installing-appfabric-1-1.aspx

Migrate / Upgrade SharePoint 2007 - 2010 and 2010 - 2013

SharePoint 2007 - 2010 http://sharepoint2010blog.blogspot.com/2010/01/how-to-upgrade-to-sharepoint-2010-using_21.html http://www.sharepointdiary.com/2011/09/migrate-from-moss-2007-to-sharepoint-2010.html $db = Get-SPContentDatabase WSS_Content_SharePoint_2007 $db.Sites | Get-SPWeb -limit all | ForEach-Object {$_.UIversion = 4; $_.UIVersionConfigurationEnabled = $false; $_.update()} SharePoint 2010 - 2013 http://www.codeproject.com/Articles/663663/Live-Migration-of-SharePoint-2010-to-SharePoint-20 Upgrade databases from SharePoint 2010 to SharePoint 2013

SharePoint 2013 – Design Manager – Convert HTML to Master Page

SharePoint 2013 – Design Manager – Convert HTML to Master Page

Localizing a Web Part

http://msdn.microsoft.com/en-us/library/gg491702(v=office.14).aspx

IIS URL Rewrite – Hosting multiple domains under one site

http://weblogs.asp.net/owscott/archive/2010/01/26/iis-url-rewrite-hosting-multiple-domains-under-one-site.aspx

Some lesser-known truths about programming

http://archive.mises.org/13602/some-lesser-known-truths-about-programming/