Follow the article: http://nikpatel.net/2012/02/12/enable-asp-net-session-state-on-sharepoint-2010-application/
Delegate Control not showing on Master Page in SharePoint 2013
Refer to the .cs file for the webpart which has the path to the user control file generated by Visual Studio. Generally the path must start with “~/_ControlTemplates/15/…”
Cannot find Site collection features
Log in using the Site Collection Administrator account or set your account as the Administrator and try again.
Remove feature in SharePoint 2013 using PowerShell
Add code behind to SharePoint 2013 master page
However for some reason, it’s required to set ControlSrc to “~/_ControlTemplates/15/…” or else the control won’t be used.
GAC for SharePoint 2013
It’s in C:windowsMicrosoft.NETassembly
Sharepoint search using multivalue field
Example:
Tags:banana,authenticated Site:”http://server/Pages/AFolder”
Using REST
http://server/_api/search/query?queryText=’Tags:banana,authenticated Site:”http://server/Pages/AFolder”‘
SharePoint search API
information refer to the article at https://msdn.microsoft.com/en-us/library/office/jj163876.aspx
Using KQL for query
Search
keywords: https://msdn.microsoft.com/en-us/library/office/ee558911.aspx
FQL can also be used, but some configuration is needed:
https://msdn.microsoft.com/en-us/library/office/jj163973.aspx
Query for managed metadata http://www.techmikael.com/2014/03/s15e01-kql-basics.html
A useful search tool: https://sp2013searchtool.codeplex.com/
Filter by taxonomy column in SharePoint 2013 REST API
And this article: https://sharepointgotchas.wordpress.com/2014/11/18/using-rest-to-query-data-by-filtering-on-taxonomy-field/
The filtering works using CAML query.