This week, the big event of the year is happening in the SharePoint space. SharePoint Conference in Las Vegas. During a couple of days from May 21 to May 23, Microsoft and some world-class speakers are announcing exciting news and features that are happening in the SharePoint space. This blog post aims to give a recap of the most interesting announcements and features we've learnt about so far. First off - the introductory stats about SharePoint is pretty incredible. I remember back in 2006 when I started my journey in the SharePoint landscape. A LOT has happened since! Wow! #SharePoint…
All posts in SharePoint Online
Over at Rencore we have been super-busy with investigating the new SharePoint Framework lately. Both what it has to offer, and potential pitfalls and challenges. Related to our success in SharePoint code quality analysis in recent years, we've spent some time on the new SharePoint Framework to make SPCAF work with it, however you choose to use it. Check out the post by my fellow MVP and Rencore colleague Waldek: The new SharePoint Framework in your organization - better with SPCAF Code Analysis for SharePoint Framework using SPCAF Here's a few short teasers we've recorded in order to show you…
If you've stumbled upon the SharePoint Framework terminology lately, it's most likley because Microsoft recently made public information about it. The new modern Team Sites for SharePoint are based on it, modern-day customizations and development will happen on top of it. In this post I will try to elaborate what it is, my thoughts on this direction and how I think this will benefit SharePoint users and customers. Introducing the SharePoint Framework Since our team at Rencore had the privilege of sending two of our MVP's to the Microsoft DevKitchen, I've gained some insights and had some time to both…
Today Microsoft announced "The Future of SharePoint" at one of their events. This is a big step in the right direction for many reasons, and in this post I'll try to explain my take on why I like what I'm seeing. Microsoft is really reinventing themselves. That's why I love being part of the story as an architect and developer on these highly relevant platforms and services. During the keynote, there were two short promotional videos about the future of SharePoint and related technologies. If you haven't seen those yet, check them out below. The Future Starts Now…
Here’s another post in the Office 365 dev tip series. This time I’ll mention the Office 365 PnP core library, which is a really great library which you can (and in my opinion should) use for your projects where suitable. This is not a how-to post about implementation but rather general tips that I’ve heard people discuss/ask countless of times already. Hopefully you’ll find it helpful :-) Samples, Scenarios, Solutions and Guidance In the GitHub repository there’s a LOT of samples and scenarios where you can learn a LOT about how to properly work…
Here’s yet another quick tip for the CSOM developer in SharePoint online. I came across a discussion about retrieving information about which apps were used/installed on a certain site. There’s a lot of people who want a simple indicator, notification/alert or list when new apps are deployed or removed globally and don’t want to complicate things. Well, here’s an easy way to find out exactly which apps are installed on a specific web. Oh an by the way it’s old news now, but Apps are called Add-ins. I’ll try to refer to…
Here’s another quick-tip when working with Office 365 dev / SharePoint Online CSOM. A lot of people have asked me by e-mail, comments and twitter on how to get information about their apps in their tenants programmatically. With that, I thought it’d be fun to post another code snippet with details on how to retrieve information about your Apps in your SharePoint Online tenant. Pre-requisites In order to run the code in the snippet you should already have: Installed the SharePoint Online CSOM NuGet into your Visual Studio project Installed the Office 365 Patterns and Practices NuGet into your…
Here’s another simple and quick tip for Office 365 dev (with SharePoint Online). In this post I’ll simply show how you can easily get the Tenant-level Web Templates and information about then. In recent weeks, this topic has been cause of many discussions I’ve had with people who have been asking about Office 365 and CSOM. Since I think it’ll be easier to just show once here instead of replying uniquely to those e-mails, let’s just get to the code and see how you can do this. Pre-requisites In order to run the code in…