SharePoint 2010

SharePoint 2010
Microsoft SharePoint is the business collaboration platform for the Enterprise and the Web that enables us to connect and empower people through an integrated set of rich features.
Let us dive into various features of SharePoint and how to implement/develop them.
Go to SharePoint 2010

PowerShell

Powershell

SharePoint provides snap-in for Windows PowerShell to perform admin tasks.
Let us check various SharePoint tasks that can be performed very easily with PowerShell and also learn how to use PowerShell.
Go to PowerShell

SharePoint Online


SharePoint Online is a part of Office 365 suite that are designed for internet based services. We will see how we can implement the features in SharePoint Online.

Go to SharePoint Online

Tips and Tricks


Learn very useful tips and tricks for better and quick development which will be handy to any users who are using SharePoint.
A small tip may make SharePoint day better.
Go to Tips and Tricks

Keyboard shortcuts for SharePoint usage – Part 2

2 votes, 5.00 avg. rating (97% score)

Introduction

This is the second part of some useful SharePoint shortcuts. You can watch the Part 1 here

  • Cool SharePoint keyboard shortcuts-Part2

Skill Level – Medium

Read the rest of this post »

June 18, 2013 · Adi · No Comments

Keyboard shortcuts for SharePoint usage – Part 1

2 votes, 5.00 avg. rating (97% score)

Introduction

Following Part1 SharePoint shortcuts can be helpful to increase your access time. Most of us are not aware of these and cool to use.

  • Cool SharePoint keyboard shortcuts

Skill Level – Medium

Read the rest of this post »

June 17, 2013 · Adi · No Comments

SharePoint REST interface with operators and functions

14 votes, 4.36 avg. rating (87% score)

Introduction

In the previous article SharePoint REST interface we have observed how to get list data from REST interface. In this article we will see the list of operators and functions that can be used with REST interface
What information the article has

  • various operators that can be used with REST interface
  • various functions that can be used with REST interface

Skill Level – Medium

Read the rest of this post »

December 25, 2012 · Adi · No Comments

SharePoint List internals with content DB details

4 votes, 4.75 avg. rating (94% score)

Introduction

Any SharePoint list we create, its information will be saved in Sql server content database.In this post we will see the internals of SharePoint list in relation to the content DB.
What information the article has

  • What happens in content DB when SharePoint List is created
  • What happens in content DB when SharePoint List item is created
  • What happens in content DB when SharePoint List item is deleted

Skill Level – Advanced

Read the rest of this post »

December 19, 2012 · Adi · 4 Comments

Visual Studio Tip – Working file location

3 votes, 5.00 avg. rating (97% score)

Tip – working file location in visual studio solution explorer

When we are working on a file in Visual Studio project, it will be really annoying when have to search the file among all projects we have in the solution.
Visual studio has a setting which will highlight your current page in the solution explorer.
Read the rest of this post »

December 17, 2012 · Adi · No Comments

Fix Error – Empty pages when new site collection is created

2 votes, 5.00 avg. rating (97% score)

Introduction

In this post we will see how to fix the blank page error when new web application or site collection is created.
It is also observed that when we browse central admin it shows blank page where as all the settings are fine.
What ever might be the case, you can fix this problem
Read the rest of this post »

December 17, 2012 · Adi · No Comments

Add, Update and Delete list items using ECMAScript

3 votes, 3.67 avg. rating (77% score)

Introduction

In this post we will see how to Add, Update and Delete SharePoint list items with ECMAScript (aka javascript client object model)

  • Add item to SharePoint list
  • Update item of SharePoint list
  • Delete item from SharePoint list

Skill Level – Medium

Read the rest of this post »

December 15, 2012 · Adi · No Comments

SharePoint 2013 – Introduction and overview

2 votes, 5.00 avg. rating (97% score)

SharePoint 2013 – Introducton and overview

This video provides overview of key changes and new concepts in SharePoint Server 2013 and SharePoint Foundation 2013.
Read the rest of this post »

December 12, 2012 · Adi · No Comments

Code Tip – SharePoint DateTime control date format

3 votes, 5.00 avg. rating (97% score)

Tip – Modify Date format of SharePoint DateTimeControl

The default selected date format of SharePoint DateTimeControl is ‘mm/dd/yyyy’. Changing selected date format to ‘dd/mm/yyyy’ can be done by LocaleId property
Read the rest of this post »

December 11, 2012 · Adi · No Comments

Convert word document to pdf file

2 votes, 5.00 avg. rating (97% score)

Introduction

In this post we will see how to convert Microsoft word document to pdf files using interop. This can be used in SharePoint or Asp.net. These methods will support both .doc and .docx files.
What are the points that are covered

  • Generic method which converts single word document to pdf file
  • Generic method which converts all the word documents in a folder to pdf files

Skill Level – Medium

Read the rest of this post »

December 10, 2012 · Adi · No Comments