Three30 Group | Home
Popular Articles
NPoco create and open connection
using (SqlConnection connection = new SqlConnection(conString)) using (IDatabase db = new Database(connection)) { connection.Open(); // Do DB Operation here } Use this snippet to ...
SharePoint Estimate
Add 50% to any SharePoint estimate due to difficulties and outages with the platform.
Debugging serializing/deserializing using Zoho 2.0 Wrapper
In the NewtonsoftJsonSerializer class, place breakpoints in the catch statements of the Serialize and Deserialize methods
SharePoint - Start 2013 workflows from other workflows
https://blogs.msdn.microsoft.com/sridhara/2014/08/19/fix-sharepoint-2013-workflow-recursion-prevention-part-1/
Sharepoint - Modify items permissions in Workflow
http://timwalwyn.com/2017/10/17/modify-item-permissions-on-sharepoint-online-using-sharepoint-designer-and-rest-api/