Category: SharePoint 2013

Wikipedia states that SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organisations.

According to Microsoft, SharePoint 2013 makes it easy to work together securely on documents and team projects. SharePoint lets users explore features and support options that are available for SharePoint, and get tips for using SharePoint to manage your teams and projects efficiently.

In this category, learn everything from troubleshooting SharePoint 2013 to
Digital transformation and beyond.

Therefore, this category is full of handy tips, tricks, advise and How To videos specifically for SharePoint 2013 users. Check out some of the Step by Step features, expert blogs, eBooks, How To videos and webinars.

How to setup a SharePoint Farm with just a few clicks
How to setup a SharePoint Farm with just a few clicks
Blog Posts

Isn’t it every SharePointer’s dream: setting up a SharePoint farm with just a few clicks … accessible from multiple devices remotely? Scalable and no additional software like Hyper-V or VMWare needed? Most of you would probably answer YESSS!!!

Creating a SharePoint list and Adding List Items in SharePoint Apps
Creating a SharePoint list and Adding List Items in SharePoint Apps
Blog Posts

In my previous article I explained how to read from a SharePoint list available inside a SharePoint App site. In this article my focus would be on how to create a list inside the app and how to add list items to it. The same app I used in the previous example will be used here. Here is the code available in my Default.aspx file.

SharePoint: Using the Keyword Query for Search Driven Applications
SharePoint: Using the Keyword Query for Search Driven Applications
Blog Posts

Let’s assume this: you want to create a custom application (e.g. a webpart) that should be used as a Search driven Application. This custom application should display all documents belonging to a predefined content type and it should use the SharePoint search index only to retrieve all matching documents and some of their metadata. One way to start is to have a look on the KeywordQuery object.