SystemUpdate method available in CSOM at last!!!

Sep 19, 2016 1 min.

That’s good news for SharePoint developers, the SystemUpdate method is finally available in Client Side Object Model. Indeed, Microsoft has recently released an update for nugget packages and the method is part of the new stuff. https://dev.office.com/blogs/new-sharepoint-csom-version-released-for-Office-365-august-2016-updated It’s an important method because it allows you to update a list item without changing modification date, author, publishing and versioning information. Moreover, we’re numerous SharePoint developers migrating a lot of full trust solutions to SharePoint Add-ins, some of which were using this method and in some cases we have only an app-only context.

Speaking at SharePoint Saturday Oslo 2016

Sep 15, 2016 1 min.

This year I have the privilege to speak at SPS Oslo I’ll give a speech about “setting up your release pipeline for office 365/SharePoint”. (aka devops) We’ll see together how you can leverage azure and visual studio team services to implement devops processes and increase quality and save time. If you’re in the area on Oct the 22nd don’t hesitate to register to the event. Just as a reminder SPS are free events organized by the community with lot of great sessions.

Speaking at SharePoint Saturday Detroit 2016

Sep 9, 2016 1 min.

This year I have the privilege to speak at SPS Detroit I’ll give a speech about “setting up your release pipeline for office 365/SharePoint”. (aka devops) We’ll see together how you can leverage azure and visual studio team services to implement devops processes and increase quality and save time. If you’re in the area On Sept the 10th don’t hesitate to register to the event. Just as a reminder SPS are free events organized by the community with lot of great sessions.

New tasks to build/release dotnetcore project with vsts

Aug 10, 2016 1 min.

A few months ago I wrote a series of articles on how to set up a release pipeline for dnx/dotnetcore projects with vsts targeting azure web apps. This series would require you to use a few scripts to build and publish the website executing them using powershell tasks in the build definition. You don’t need to do that anymore because two new extensions are available on the marketplace: I’ve been able to replace most of my scripts using VSTS DNX Tasks

Speaking at SharePoint Saturday New York City 2016

Jul 30, 2016 1 min.

This year I have the privilege to speak at SPS New York City. I’ll give a speech about “setting up your release pipeline for office 365/SharePoint”. We’ll see together how you can leverage azure and visual studio team services to implement devops processes and increase quality and save time. I’ll also be giving Sebastien Levert’s session “deep dive in Microsoft graph” as he can’t make it to the event. If you’re in the area today (I know it’s short notice) don’t hesitate to register to the event.

Determine whether or not a SharePoint library is running with the new experience

Jun 14, 2016 1 min.

Microsoft just released the new experience for SharePoint libraries and I know a lot of you built custom look and feel and/or components on top of the library ui. (I’m thinking in particular about ScriptLink actions) You might be in a situation where the code you need to run will be different depending on the experience being used. After a little bit of research, here is an example of solution.

Building SharePoint 2016 WSP/FTC projects

Apr 11, 2016 1 min.

WIth the release of SharePoint 2016 and the new MinRole feature, a lot of you would like to test migration of their custom solutions (Full Trust Code) In order to do so, you need a 2016 dev machine (vs 2015 up to date with the latest version of the office sdk) and to install on top of that the office sdk preview 2. https://www.microsoft.com/en-us/download/details.aspx?id=51683&WT.mc_id=rss_alldownloads_all&utm_source=twitterfeed&utm_medium=twitter Then you only need to update references and targeted versions.

Renewed as MVP for 2016

Apr 6, 2016 1 min.

Hi, For those of you who do not follow me on social media and don’t know it yet, I honored to announce I’ve be renewed as a Microsoft MVP for year 2016. Due to recent modifications in the program, I’m transitioning to Office Servers and Services I’m really excited by this upcoming year of coding, sharing, conferences and meeting people!! See you soon

Speaking at SharePoint Saturday Calgary 2016

Apr 4, 2016 1 min.

This year I have the privilege to speak at SPS Calgary (first time!!). I’ll give a speech about “Make Graph data useful for your company”. We’ll see how we can leverage the new Microsoft Graph API and Machine Learning tools to build “clever” applications for our business. If you’re in the area Saturday April the 23rd 2016 don’t hesitate to register to the event. Just as a reminder SPS are free events organized by the community with lot of great sessions.

Speaking at SharePoint Saturday Houston 2016

Apr 1, 2016 1 min.

This year I have the privilege to speak at SPS Houston (first time!!). I’ll give a speech about “Setting up your release pipeline for SharePoint and Office 365 developments”. We’ll see how you can automate all the things to make your development team more productive and more efficient. For that we’ll see how to set up build and release definitions and how you can leverage both azure and on premises environments