Browse by Tags

Tagged Content List
  • Wiki Page: Dive into Visual Studio 2017

    Table of Contents Introduction What's new in Visual Studio 2017? New Installation Experience Install multiple editions on the same computer Small Installation package Fast Startup and solution load A new Performance Center New Reload Solution The GitHub extension for Visual Studio Offline help New...
  • Wiki Page: SharePoint: Basic User Operations using PNP JS and TypeScript

    Table of Contents What is PnP JavaScript Core Library ? Overview Prerequisites Scenario Implementation References What is PnP JavaScript Core Library ? The Patterns and Practices (PnP) is an open source initiative driven by widespread community of Microsoft employees and MVP’s around the globe...
  • Wiki Page: Microsoft SharePoint Foundation 2010: Step by Step Installation Guide

    Hardware & Software Requirements: http://technet.microsoft.com/en-us/library/cc288751.aspx Step 1: Download Microsoft SharePoint Foundation 2010 ( http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&displaylang=en ) Step 2: Run Program ...
  • Wiki Page: SharePoint 2016: Builds Version

    This article will introduce how to get SharePoint Server 2016 Build Version and released list. Here are two solutions to get SharePoint Server 2016 Build Version , one for Central Administration , another for PowerShell. Solution1: Go to Central Administration -> System Settings...
  • Wiki Page: SharePoint 2013: Technical Preview Interoperability API Documentation

    Table of Contents SharePoint 15 Technical Preview Interoperability API Documentation Instructions Method 1 Method 2 Microsoft has just released information about the next version of Sharepoint, Sharepoint 2013 or Sharepoint 15. Microsoft released a preliminary SDK called SharePoint 15 Technical...
  • Wiki Page: SharePoint 2013: List of Wiki articles

    This article will list all (interesting and written in english) Wiki articles related to SharePoint 2013, grouped into main categories. Table of Contents News / Information Installation / Configuration Architecture Usage Development Troubleshooting News / Information SharePoint 2013...
  • Wiki Page: SharePoint 2013: Microsoft SharePoint Foundation Subscription Settings Service

    NOTE: This is a stub article. Please add more information as it becomes available. Table of Contents See Also See Also SharePoint 2013 Portal SharePoint 2013 - Service Applications SharePoint 2013 - Resources for Developers SharePoint 2013 - Resources for IT Pros
  • Wiki Page: SharePoint 2013: Upgrade a Site Collection (User Interface and PowerShell)

    Table of Contents Introduction Point 1: Self-service site upgrade Point 2: The notification bar Point 3: The Health Checks Point 4: Access the migration / Evaluation site collection request page Point 5: Evaluation site request Point 6: Site upgrade Point 7: End of the migration Point 8: Upgrade queue...
  • Wiki Page: SharePoint: Retrieving Credentials from the Secure Store Application using C#

    Table of Contents Introduction Example Code Creating a Target Application in the Secure Store Building a Class to Access the Credentials Building a Webpart that uses the Credentials to Connect to Active Directory See Also References Introduction There are times when you need to connect SharePoint...
  • Wiki Page: SharePoint 2013: Use a List Template Model with the REST API

    Table of Contents Introduction Model Setting the Page Elements Accessing the Model Passing and Retrieving Items to Modal Pop-up Paging the Model Sorting the Model See Also Introduction This article describes how to use the List Template model with the REST API. The article's aim is to...
  • Wiki Page: SharePoint 2010: Storing Database Connection Settings in the Secure Store

    Table of Contents Introduction Scenario Creating a Target Application in the Secure Store Building a Class to Access the Credentials Building a Webpart that uses the Database Credentials See Also References Introduction There are times when you need to connect SharePoint to an external database...
  • Wiki Page: Get and Set a SharePoint Lookup Field Values Using SSOM C#

    Table of Contents Introduction Set SPLookup Field (Single Value) Using SSOM C# Set SPLookup Field (Multiple Values) Using SSOM C# Get SPLookup Field (Single Value) Using SSOM C# Get SPLookup Field (Multiple Values) Using SSOM C# Download Conclusion Introduction In SharePoint List, you can create...
  • Wiki Page: SharePoint 2013: How to Configure Data Connection with SQL Server using Excel Services

    In this article, we will explore the steps of consuming data present in SQL Server Database using Excel Services. To ensure smooth execution of this demo we should ensure the following prerequisites to be in place- Prerequisites: Secure Store Service Application should be created and configured...
  • Wiki Page: SharePoint 2013: Installing and configuring PowerPivot

    PowerPivot 2013 Installation Microsoft SQL Server 2013 PowerPivot for SharePoint 2013 extends SharePoint to use PowerPivot features. To enable PowerPivot 2013 in SharePoint, spPowerPivot.msi needs no be installed. The package can be downloaded from Microsoft download center at the location;...
  • Wiki Page: SharePoint 2013: How To Migrate SharePoint 2010 Style Workflows – Part 4

    Table of Contents Process Diagram Step 7: Destination Site – Provision Workflow Export File Step 8: Destination Site – Test Workflow In the previous article SharePoint 2013: How to migrate SharePoint 2010 Style Workflows – Part 3 of this series on the Workflow migration Process we saw the execution...
  • Wiki Page: SharePoint 2016: Forms Based Authentication – Part 1

    Table of Contents Process Diagram Step 1: Provision Web Application Step 2: Provision Membership Database Form Based Authentication (FBA) is one of the Authentication Mode supported by SharePoint that allows us to implement our own authentication mechanism and helps to extend a SharePoint Site...
  • Wiki Page: SharePoint 2016: Forms Based Authentication – Part 3

    Table of Contents Process Diagram Step 5: Configure Authentication Provider In the previous article SharePoint 2016: Forms Based Authentication – Part 2 of this series on implementing FBA with SharePoint we saw the execution of Steps 3 & 4 for the process. In this article, we are...
  • Wiki Page: SharePoint 2016: Forms Based Authentication – Part 2

    Table of Contents Process Diagram Step 3: Configure IIS Step 4: Modify Web.Config In the previous article SharePoint 2016: Forms Based Authentication – Part 1 of this series on implementing FBA with SharePoint we saw the execution of Steps 1 & 2 for the process. In this article,...
  • Wiki Page: Configuring TDE in SharePoint Content Databases

    Table of Contents Summary Experience in the field Encrypt Restore and Decrypt Conclusion Summary Transparent Data Encryption is designed to protect data by encrypting the physical files of the database, rather than the data itself. Its main purpose is to prevent unauthorized access to the data...
  • Wiki Page: Sharepoint Online SPFx Get Listitems With Richtext

    This article is a way to provide a sample in order to you get RichText HTML and Items from a List. We are using the "Drop 4" First, create the Web Part: Run npm Go to your Dev Directory yo @microsoft/sharepoint For the Solution Name type : spitemsdemo...
  • Wiki Page: SharePoint 2013: Create custom Result Blocks using Query Rules

    Table of Contents Introduction What is Results Block? Preparation Configure Query Rules Add Result Block Test Introduction In this article we are going to explore SharePoint Search Custom Result Blocks configured using Query Rules. What is Results Block? A Result Block is set of filtered...
  • Wiki Page: There has been an error while processing the form

    Table of Contents Introduction Issue Cause Solution See Also Introduction There has been an error while processing the form. See the error when we try to upload the Info Path form on the SharePoint 2010 website. Issue We got this error message when submitting Info Path form via a...
  • Wiki Page: SharePoint Developer Tools: How To Test & Debug SharePoint Rest API Endpoints (Get Requests)

    Table of Contents GET Requests http://<Host Name>/_api/<SharePoint Endpoint> Get Web Object http://<Host Name>/_api/web Get List Object http://<Host Name>/_api/Web/Lists Get Lists which are not hidden and have Items Encoded Version of Request URL Get Web filtered by Title http...
  • Wiki Page: Add multiple item in SharePoint List or Document Library using SPServices jQuery library in SharePoint

    In a previous article, How to update item in SharePoint List or Document Library using SPServices jQuery library in SharePoint, we already explained about $().SPServices. UpdateListItems operation to access the listing of a folder. For example, in SharePoint online site, we need to add the...
  • Wiki Page: SharePoint 2013: Search - User Segmentation

    Table of Contents Introduction Scenario chosen for this article The steps Step 1: Create the terms related to the "User Segments" Step 2: Create the WebPart Step 3: Create the Query Rule(s) Result Anonymous access References See Also Introduction The concept of "User Segmentation"...
Page 16 of 43 (1,074 items) «1415161718»
Can't find it? Write it!