During a job I came across the following wish: Developing a generic web service that provides as many standard database actions as possible.
I will elaborate on the implementation in this blog post.
Secure Web API in an SharePoint provider hosted app
During a job I came across the following requirement:
Being able to call a web service in a secure manner from a provider hosted app (MVC application) on pages with client-side code (JavaScript).
I will elaborate on the implementation in this blog post.
Promises
During a job I encountered a complex set of nested JavaScript calls with callbacks in which calls with callbacks were called. Since JSOM calls are asynchronous, we sometimes encounter situations like this.
What can help make it clearer is to work with JavaScript promises.
Batch error handling in CSOM
This post will show how to transfer large amounts of data to SharePoint Online and subsequently accurately identify any errors that have occurred.