Write a review on infopath’s replacer!

Apr 1, 2014 1 min.

clip_5F00_image002_5F00_thumb_5F00_100FEDDC.png

Microsoft announced at the SharePoint Conference 2014 infopath’s discontinuity. They have not yet announced a successor to this technology since it is still under development on their side. (or maybe not even started to develop).

In order to better match SharePoint users’ expectations, Microsoft is conducting a major survey to find out what you want to see in SharePoint around forms.

If you have ideas / opinions, feel free to submit these.

Read full article

Outstanding announcements of the SharePoint Conference 2014 for Office 365

Mar 25, 2014 4 min.

Microsoft has given much information during the SharePoint Conference 2014. It is sometimes difficult to not miss something, so I made a summary of information that marked me.

Storage evolution 1 TB and beyond!

During the SharePoint Conference 2014 Microsoft announced a significant change in the limitations of SharePoint Online Storage: 1 TB Max per site collection (including the “mysite” or onedrive for business) and unlimited storage (understanding billed per GB) by tenant.

Read full article

Anonymous access for SharePoint autohosted apps

Mar 12, 2014 1 min.

These days I’ve been working on an auto hosted app for SharePoint (office 365 actually).

I had to grant an anonymous access to one of the pages without requiring clients to give anonymous access to their SharePoint site. But I still needed to read a few properties from the App Web web site (the SPWeb provisioned by SharePoint when installing an app)

I had to play around a lot but I finally found the solution:

Read full article

Operating system compatibility of SharePoint 2010/2013 has evolved

Mar 11, 2014 2 min.

clip_5F00_image002_5F00_thumb_5F00_50C91417.jpg

Service pack 2 for SharePoint 2010 and Service pack 1 for SharePoint 2013 recently came out.

A support of 2012R2 at last !

Both service packs bring support for Windows Server 2012R2. This is a recurrent problematic for IT services. How to reduce the number of different versions of an operating system in order to make maintenance cheaper and easier?

Warning: “in place” upgrade of operating system for SharePoint 2013 is not supported by Microsoft. You need to reinstall the farm and migrate the content. See section “overview of improvements” in this article https://support.microsoft.com/kb/2817429

Read full article

Repackaging of SharePoint 2010 language packs

Mar 8, 2014 2 min.

SharePoint 2010 service pack 2 came out a few months ago from now. It brings lot of new things, I’ll blog about that in further posts.

One of these new things is the repackaging of language packs.

Indeed you may have missed it but it is not required anymore to do a progressive installation in order to support MUI in SharePoint 2010 when setting up a new farm.

Before, when one wanted to install language packs (let’s take for example French English and Spanish), one had to:

Read full article

March Update of Visual Studio tools for Office

Mar 6, 2014 1 min.

Microsoft recently publishing an update for Office development tools.

This update integrates SP1’s benefits. It also allows you to develop app for PowerPoint and Access, enhances/add creation/configuration wizards for projects elements and includes more data sources types.

You can find the detailed description of the update here https://msdn.microsoft.com/en-us/office/dn610877.aspx

It’s very simple to update your installation, open Visual Studio, tools, Extensions and updates.

clip_5F00_image002_5F00_thumb_5F00_4F8899A4.jpg

Have fun coding!

Read full article

Managing Resources, how to make your SharePoint solutions “globally deployed”

Jan 23, 2014 3 min.

clip_5F00_image002_5F00_thumb_5F00_0FECB56F.jpg

Introduction

I wanted to publish this article months ago, back to the time I found this solution. But I did not mostly because of a lack of free time. Sebastien LEVERT, a top SharePoint developer and a member of Montreal’s SharePoint community, recently published a post about the same subject. Read it (sorry it’s in French), I’ll write my post so it is complementary. https://www.pimpmysharepoint.com/2014/01/09/deployer-des-fichiers-de-ressources-simplement/

Reminders

To quickly summarize, when you develop SharePoint solutions and you want to support multiple languages (localize it) you need to use .net resources. These resx files are a mechanism coming from asp.net and work as a dictionary (key/value). You have to create one file by supported language. Instead of writing texts in the code (which is a bad practice anyway), you now reference these by defined keys.

Read full article

Help me to speak at SP24 the first SharePoint (web) conference all around the world!

Jan 19, 2014 1 min.

clip_5F00_image002_5F00_thumb_5F00_067CC5C3.png

Some great SharePoint MVP’s are organizing an amazing event on April the 16th/17th : the SP24.

The idea is:

  • Amazing speakers

  • Amazing conferences

  • All around the world

  • 2 tracks

  • 48 sessions

  • A few thousands attendees

  • 24 hours straight

  • You even get to choose the sessions!

  • And it’s free

Translating SharePoint 2013 from beginning to ending

Really motivated by this great concept I decided to apply for a conference. Please help me to speak to this great event and vote now! (Details on the link bellow)

Read full article

Boost your SharePoint solutions with distributed cache!–Part 2–Explanations tips and warnings

Dec 15, 2013 4 min.

Explanations, tips, tricks and warnings

Explanations

This cache cluster is in facts made of appfabric hosts (caching services). One of the advantages is that hosts not members of the cluster but clients of it keep a local copy of objects. And this copy is automatically maintained up to date. The result is you do not need to implement a lazy loading pattern to avoid back and forth on the network.

Read full article

Boost your SharePoint solutions with distributed cache!- Part 1–Introduction

Dec 13, 2013 2 min.

Prelude

I started to write this set of articles as one at the beginning, but I quickly realized that I had a lot of things to explain. Moreover, I’m a real chatterbox which does not help in that case. I finally decided to write a trilogy. I will publish one article every two days beginning today. The code sample will be delivered with last article so I ensure that you read everything ;-). Have a nice reading and do not hesitate to comment.

Read full article