One of the new features that was release for public preview during TechEd 2014, was the Microsoft Azure File Service. The file service enables multiple virtual machines hosted in the same Azure Region to connect to a network share that lives in Azure storage. This is nice feature as previously […]
Estimated reading time: 9 minutes
A few weeks ago I posted an article on how to generate C# classes from a odata rest endpoint, with a visual studio extension. In that example I used the Exchange REST endpoints, that is based on OData v4. But if you like me try to use the same tool […]
Estimated reading time: 18 minutes
If you have a SharePoint online site one of the best features is the ability to invite external users to collaborate with you, or simple just access your data. To invite external users is super simple compared to the traditional on-premise extranet scenario. Investing in SharePoint online as a replacement […]
Estimated reading time: 2 minutes
I really like the .NET WebAPI, it is a simple and lightweight way to create REST services, and it is proving to be pretty powerful if you, like me, like heavy client side applications that communicate with the server through a public API. This post is a walkthrough on how […]
Estimated reading time: 8 minutes
With SharePoint 2013, a lot of things are now possible through the REST API. This is nice for web developers, and it’s nice for quick solutions directly in the browser, e.g. against Office 365. The following code sniplets require jquery, which is not installed per default in Office 365, but […]
Estimated reading time: 3 minutes