
Extending SharePoint Dynamic Forms
Links to other posts in Dynamic Forms Series 1. Introduction to SharePoint Dynamic Forms 2. List Based Rendering of Share Point Dynamic Forms 3. Template Based Rendering of Share Point Dynamic Forms 4. Configuring and …read more

SharePoint Dynamic Forms Template Based Rendering
Links to other posts in Dynamic Forms Series 1. Introduction to SharePoint Dynamic Forms 2. List Based Rendering of Share Point Dynamic Forms 3. Template Based Rendering of Share Point Dynamic Forms (This Post) 4. …read more

SharePoint Dynamic Forms List Based Rendering
Links to other posts in Dynamic Forms Series 1. Introduction to SharePoint Dynamic Forms 2. List Based Rendering of Share Point Dynamic Forms (This Post) 3. Template Based Rendering of Share Point Dynamic Forms 4. …read more

SharePoint Dynamic Forms An Introduction
Links to other posts in Dynamic Forms Series 1. Introduction to SharePoint Dynamic Forms (This Post) 2. List Based Rendering of Share Point Dynamic Forms 3. Template Based Rendering of Share Point Dynamic Forms 4. …read more

Host Header in Share Point for Development Environment
This post provides the settings and configuration to configure host header for a Share point web application. This approach is not advisable for production environments as it requires tampering loop back check and host file. …read more

Share Point 2013 Preview Released
Get ready for vNext of SharePoint. Microsoft has released the preview of Share Point 2013. To get started here are some links. SharePoint 2013 Foundation Preview http://www.microsoft.com/en-us/download/details.aspx?id=30345 SharePoint Server 2013 Preview http://technet.microsoft.com/en-US/evalcenter/hh973397.aspx SharePoint Designer 2013 …read more

BCS and Secure Store Service with Visual Studio in SharePoint 2010
Almost all the blog post on BCS with Secure Store Service in SharePoint 2010 provides examples with Share Point Designer. What if ,this has to be done in Visual Studio ? The result of this …read more

Power Shell Script to Create Users in SharePoint Dev Environment
While switching between different VMs, I used to spend most of the time in setting up the pre-requisites of the Application on which I am working on. Out of those pre-requisites one would be creation …read more

Change Password Web Part for SharePoint 2010
In this post let us see how to create a password change web part for SharePoint 2010. This code sample is targeted towards windows authentication against an Active Directory. A little background before moving to …read more

Create Public Key Blob for an Assembly
In SharePoint to have a custom config file, with CAS policies set , it requires Blob data of assemblies . Follow the bellow steps to extract public key blob of an assembly. 1. Open Visual …read more