SharePoint Executor
The library for command line usage of SharePoint applications for deploy/retract/execute custom solutions based on CSOM (or SPMeta2 CSOM) console applications
The solution that helps to execute custom code for SharePoint 2013/2016/Online based on console application (command...
More information
SharePoint CommandLine Deploy
The library for command line usage of SharePoint applications for deploy/retract/execute custom solutions based on CSOM (or SPMeta2 CSOM) console applications
The solution that helps to execute custom code for SharePoint 2013/2016/Online based on console application...
More information
Enables Single Page Navigation in Asp.net MVC Projects
Usage:
In AppStart/FilterConfig.cs
using MvcSpf;
....
filters.Add(new SpfFilter());
By default this package will replace anything with a dom Id of "content". to set your own use the following:
filters.Add(new SpfFilter("mainContent"));
SharePoint solution that adds some custom UI elements on field edit pages for field properies that can be used in SharePoint, but has no UI and can be updated by code (for example, JSLink property).
Tha pack consists of SPMeta2 model and js-file
Can be used in SharePoint Foundation 2013,...
More information
SharePoint custom callout for new item hero button
The main idea of this project was very simple. Look at this standard callout in SharePoint 2013 for a document library with enabled WOPI.
Main feature of the solucion are:
* The user can see the hero button only if the user has permissions in...
More information