Monday, July 30, 2012

Different DLLs for Client Object Model SharePoint

In this article we will see what are the dlls needed for SharePoint client object model. You can also check my last article on Client Object Model SharePoint 2010 here.

There are different client object model like managed client object model, ECMAScript object model, Silverlight clien object model etc. To work with these object models SharePoint provides certain classes which exists inside some dlls. These dlls are very leightweight as compared to SharePoint server object
model. So it is a good idea to know about the dlls used and there locations.

Sunday, July 29, 2012

Introduction to SharePoint 2013

This is a very good video tutorial on Introduction to SharePoint 2013 from CriticalPathTraining. You can also check SharePoint 2013 Search Video Tutorial and SharePoint 2013 installation video tutorial.

Wednesday, July 18, 2012

SharePoint 2013 Downloads and Links

As we all know Mocrosoft released public beta for SharePoint 2013 recently. Here are below some good links to download all releated stuffs to SharePoint 2013.

Hardware and software requirements for SharePoint 2013 - Click here

Download Microsoft SharePoint Server 2013 Preview: Click here

Product key for the above: 6RNT8-XV26M-GWH36-VMGQH-94MMH

Download SharePoint Foundation 2013 Preview: Click here

Download SharePoint Designer 2013: Click here

SharePoint 2013: presentation: IT pro training (PPTX): Click here

Download ebook for Deployment guide for SharePoint 2013 Preview: Click here

SharePoint 2013 training for developers (Videos): Click here

Download SharePoint 2013 training for IT pros (Videos): Click here

What changes from SharePoint 2010 to SharePoint 2013 preview: Click here

What's new in social computing in SharePoint Server 2013 Preview: Click here
SharePoint 2013 Preview installation and configuration guide: Click here

Capabilities and features in SharePoint 2013 (Video): Click here

Physical architecture and logical architecture of SharePoint 2013: Click here

API set in SharePoint 2013: Click here

SharePoint 2013 video tutorial link: Click here

Microsoft Office Professional Plus 2013 Preview: Click here

SharePoint 2013 forum for IT Professional and Developers: Click here

Microsoft SharePoint 2013 forum for IT Professional: Click here

Microsoft SharePoint 2013 forum for Developers: Click here

Thursday, July 12, 2012

SPFarmConfig PowerShell command

Introduction:
In this article we will discuss details about the SPFarmConfig powershell command, what we can do with this command. Also you can check my last article on creating web application, site collections and creating sub sites by using PowerShell here.

You can also check one good article on difference between Standard windows PowerShell and

Sunday, July 8, 2012

Deploy infopath form using PowerShell or STSADM command

Introduction:
In this article we will discuss how to deploy infopath form using PowerShell or STSADM command. You can also check my last article on Introduction to InfoPath form. Also you can check PowerShell command to install and activate features in SharePoint 2010.

Details:

Through STSADM: First we will see how to deploy an InfoPath form using STSADM. STSADM usually located in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm path.

Thursday, July 5, 2012

Customize SharePoint List Form using Infopath

Introduction:
In this article we will discuss how we can customize SharePoint 2010 list form (Add, Edit and View) using infopath 2010. Also you can check my last article on InfoPath 2010 Forms SharePoint 2010.

Description:
By default all these forms are .aspx pages only. But to customize these forms is not an easy job. But by using infopath you can easily customize these forms without knowledge of coding and also without the help of developers.