Visual Studio + TFS: how to move changes to another branch OR tftp unshelve
Case: during the development process, teamleader said to move all your developed code to another branch from your current. Handy copy-paste is a bad solution. How to solve that problem?
SharePoint 2013/2016 – migrating search service to another server
Moving search service from one to another server in SharePoint – is typical task, that always happens on old and large projects. If you cannot scale old search app server resources, only one way to make it works properly – move service to another, more powerful server. This instruction will help you to do that.
SharePoint 2016: Workflow 1.0 Manager configuration
Workflow Manager is a environment where working processes for lists executes in SharePoint infrastructure. This posts show how to configure Workflow Manager, correctly register and use it.
VisualStudio + SharePoint: set up for fast gac deploy and pools recycle
This post will be useful for SharePoint developers. Due development, it is fairly often need to deploy your dll to gac and test or debug new functions or fixes.
PowerShell Script for fast database restore
This script will be useful if you need often reset your database. For example, due active development that affects data in tables.
PowerShell modules organization
In this post i will show my variant of powershell-code organization.
Main objectives:
- Minimum copying of myself
- Easy structure
- Reusable
- Flexibility
- SharePoint oriented
VisualStudioCode – PowerShell stubs for SharePoint
Instruction how to prepare visual studio code for work with powershell scripts (for sharepoint framework).