Setting up My Sites in SharePoint 2013
https://cann0nf0dder.wordpress.com/2012/12/18/building-your-sharepoint-2013-development-machine-on-windows-server-2012-part-8-configuring-my-sites-and-user-profiles/http://blog.sharedove.com/adisjugo/i...
View ArticleOpen Document Library documents in a new tab
Open Document Library documents in a new tabSet this scritp on the page or master...
View ArticleConfigure Search Service In SharePoint Server 2016
Thus, we have a bird’s eye view of the search components and how they are linked to each other. In order to get started with search, the primary step that has to be done is to create a Search Service...
View ArticleHow to Limit NodeRunner.exe High Memory
Step 1: Reduce the CPU impact of the search serviceBy default SharePoint search uses "maximum" to speed up its search crawling process. To reduce the CPU usage of the search service, run this...
View ArticleCan we help you in SharePoint
Hi Friend,We can give you support with: Artifacts design, Develop design, Architect design and Branding design.Artefacts designTo download our artifacts visit:...
View ArticleInstalar y configurar Entidad de Certificación CA en Windows Server
Para poder utilizar Windows Azure Backup necesitamos una entidad certificadora para emitir certificados que identificará nuestros servidores registrados en nuestra cuenta de Windows Azure, creo que...
View ArticleConfigure SharePoint 2016 Add-ins (Apps) environment
In this post we will see the various steps required to configure the environment for SharePoint 2016 apps.SharePoint App StoreFor viewing the SharePoint app store, select Add an app link and click on...
View ArticleTroubleshooting setting up an environment for apps for SharePoint 2013/2016/2019
While exploring SharePoint 2013, I decided to configure my SharePoint 2013 environment in order to be able to use apps from the SharePoint store, and also use advanced Service Applications, such as...
View ArticlePreparar entorno de desarrollo para SharePoint Framework
Equivalencias de herramientas: Para poder trabajar con SPFx (SharePoint Framework) deberemos tener configurados una serie pre-requisitos antes de trabajar. NodeJSInstalaremos NodeJS en la version Long...
View ArticleConfigure SQL Aliases for SharePoint Server
SQL Aliases are optional (but recommended), and are a great way to configure your SharePoint environment.They allow for flexibility in case the SQL instance is changed, or the server names/IPs change...
View ArticleActualizaciones de SharePoint
En la siguiente URL se dispone de todas las actualizaciones para SharePoint 2010/13/16https://docs.microsoft.com/es-es/officeupdates/sharepoint-updates
View ArticleScripted Installation of SharePoint 2013 and Office Web Apps Server – From...
This is the first in a series of posts where I will talk about my involvement in the TAP (Technology Adoption Program) and more specifically a project I was involved in to implement the SharePoint 2013...
View ArticleEnable Anonymous Access for SharePoint 2010/2013/2016/2019
Here are 8 simple steps on how to set up anonymous access for SharePoint 201X publishing sites. Even though, the screenshots below are taken from SharePoint 2010 server, the administration GUI is the...
View ArticleEnable ‘Blog’ template for sub site on a Publishing site
Issue: By default, blog template is not available for sub sites on a publishing site.Resolution: Enable ‘subsite’ templates under “Site settings-> Page Layout and Site Template Settings”Then add the...
View ArticlePublishing a WCF service on IIS 8
WCF services don’t run on IIS 8 with the default configuration, because the webserver doesn’t know, how to handle incoming requests targeting .svc files. You can teach it in two steps:1. Add a new MIME...
View ArticlePrincipios de SOLID
Desde hace un tiempo se ha puesto de moda y en casi todas las entrevistas se comenta que definamos o si conocemos los Principios de Solid.Te pones a leer cada uno de los principios y piensas, vaya si...
View ArticleMetodología de desarrollo - TDD (desarrollo dirigido por tests)
TDD o Test-Driven Development (desarrollo dirigido por tests) es una práctica de programación que consiste en escribir primero las pruebas (generalmente unitarias), después escribir el código fuente...
View ArticleArquitectura DDD - (Domain Driven Development)
Con esta guía está todo dicho:http://interaktiv.cl/clases/csharp/Guia_Arquitectura_N-Capas_DDD_NET_4_%28Borrador_Marzo_2010%29.pdf
View ArticleBuilding a Custom Web API for use with SharePoint Online
IMPORTANT UPDATE – PLEASE READ: It looks like as of May 1, 2018 Microsoft made changes that invalidate the techniques shown in this post. Attempting to exchange the access token received by the user...
View ArticleBuilding a Restful API With ASP.NET, Web API, and SQL Server
Here, I am using Visual Studio 2017 and Management Studio. These are the steps we need to follow:Create a Blank Web API project.Select Web API in the template selection window.Create a table and Insert...
View ArticleSharepoint 2016 Rest Authentication for on prem from a custom web api
Hi, I am attempting to create an api to repost REST requests to sharepoint.I created a test that used o365 authentication (SharePointOnlineCredentials) to post to o365 but now need to adapt it to work...
View ArticleUpdate SPFx projects to 1.9.1
The SharePoint team has released a new version of SPFx (SharePoint Framework Released 1.9.1)The changes alredy mentioned here:General Availability of Library componentsTooling move from WebPack 3 to...
View ArticleSet list item-level permissions in SharePoint using Flow
I recently came across a scenario where a client requested that when employees submit a certain HR application form (which in fact was a SharePoint Online list), the permissions needed to be removed...
View ArticleHow to manage permissions on a SharePoint List Item using Microsoft Flow –...
This post describes how to add contribute permission for a selected user id to a single item in a list using Microsoft Flow. The flow uses the REST API calls to change the permissions. The walk...
View ArticleSharePoint REST API URL for accessing List items,documents,assign permission...
List related RES APITo get all List itemshttps://{site Url}/_api/web/lists/getbytitle(‘Employee Leave Requests’)/itemsTo get Item by IDhttps://{site Url}/_api/web/lists/getbytitle(‘Employee Leave...
View Article