SharePoint 2010 claims authentication login using code

Implement custom login screen for claims (forms) authenticated site programmatically:

First, include SharePoint Identity Model assembly reference to your class,

Then, use Authenticate forms user method to validate-login users programmatically and redirect to . . . → Read More: SharePoint 2010 claims authentication login using code

Integrating SAP Business Objects with SharePoint

Coming Soon….. . . . → Read More: Integrating SAP Business Objects with SharePoint

Silent Print PDF without print dialog

After trying different options I found a good solution to print pdf silently without print dialog. It is a suitable solution for users having document printed quickly in no time.

To achive this, I used iTextSharp open source library to manipulate pdfs. Download free library and add itextsharp.dll refence to your visual studio project.

Go to your class file . . . → Read More: Silent Print PDF without print dialog

SharePoint 2010 Migration preupgrade check error

While exucuting stsadm command for pre-upgrade check your farm, you get an error “Failed : Pending upgrade operation detected in this farm“.

This error is due to some of the site templates are not fully upgraded and still pending.

To overcome this error, run following command,
psconfig -cmd upgrade -inplace . . . → Read More: SharePoint 2010 Migration preupgrade check error