Visual studio 2013 Update 4 and SharePoint full trust solutions automated build

Dec 1, 2014 1 min.

Quick update on my serie about automated build for sharepoint full trust solutions. If you take a look at the second error I’m describing hereyou will notice that you have to replace two lines in order to make it work. With update 4 it looks like Microsoft is preparing full 64 bits support for visual studio. New fix lines are now <Import Condition="'$(Language)' == 'C#'" Project="$(MSBuildExtensionsPath32)\Microsoft\Windows Workflow Foundation\v3.5\Workflow.Targets" /> <Import Condition="'$(Language)' == 'VB'" Project="$(MSBuildExtensionsPath32)\Microsoft\Windows Workflow Foundation\v3.

Office developers tools november 2014 update

Nov 28, 2014 1 min.

If you work in SharePoint development you probably already have noticed that the tools are getting a new update. With previous versions Microsoft.SharePoint.Client.Search and Microsoft.SharePoint.Client.Search.Applications dll’s were not included (it most likely has been forgotten) You then had two solutions: Ensure that all developers had SharePoint binaries installed on their machines Embed a copy of the dll taken from a SharePoint machine Both solutions were not very practical. These dlls are now included for version 15 and 16 located here C:\Program Files\Common Files\microsoft shared\Web Server Extensions\

Presenting at the MVP Showcase 2014

Oct 31, 2014 2 min.

As some of you know, this is my first year as an MVP. Next week will be the MVP summit and I’m very exited about it. For those whom don’t know it, Microsoft is actually bringing 1800+ persons from all around the world to their headquarters so they can share information with them and gather feedback. We have a huge week coming up, well I can’t really say anything more about it, pretty much everything is under NDA.

Automated build for SharePoint server (fulltrust) solutions with visual studio online

Oct 29, 2014 5 min.

Introduction It has been a few articles I’ve been mentioning the fact that we (Negotium, the company I work for) have migrated to visual studio online (TFS Online). This service offers most of the features offered by the on premises version of Team Foundation Server 2013 and even some exclusive features. If you have only a vague idea of what can do TFS2013/VSO and you want to learn more I very highly recommend Professional Application Lifecycle Management from Wrox.

Q&A with the SharePoint MVP Experts Chat On Oct 29th @1pm EST or 10am PDT

Oct 27, 2014 1 min.

Hello everyone Microsoft is launching a SharePoint MVP Expert Chats again! Have questions about SharePoint 2010 or 2013? Or SharePoint Online? Office 365? Please join us October 29th at 1pm EST or 10am PDT where you can have your questions answered live! We will be using the Reddit Ask Me Anything format. This is new to us but many of Microsoft teams are using this medium now. Please create a Reddit account beforehand so you can be ready to ask questions.

Speaking at the SharePoint Saturday Ottawa 2014 !

Oct 8, 2014 1 min.

I’m proud to announce I’ll be speaking at the SharePoint Saturday Ottawa 2014. The event will be held close to Ottawa on November the 18th and you can get all the details here https://www.spsevents.org/city/ottawa/ottawa2014 I will be presenting this session with Fabrice Vaxelaire (AKA Great Venerable) and we’ll be talking about building your business portal in Office 365: Nowadays we have business tools and portals everywhere in the company, what are the benefits of having everything at one place?

Converting a protected by password certificate (pfx) to an unprotected one (snk)

Oct 4, 2014 3 min.

At work I am trying to implement automated build for SharePoint (full trust) projects on visual studio online. (Expect to have several articles about this as and when I meet and solve errors) When doing SharePoint development we have to sign assemblies with a certificate. When the project is initialized there are two options: Certificate is protected by a password: (pfx extension) that was with first versions of SharePoint tooling, or if you have created the structure of (visual studio) solution yourself with several assemblies.

Speaking at the SharePoint Saturday New Hampshire 2014 !

Oct 1, 2014 1 min.

I’m proud to announce I’ll be speaking at the SharePoint Saturday New Hampshire 2014. The event will be held in Nashua on October the 18th and you can get all the details here https://bit.ly/spsnh2014 I will be presenting this session with Fabrice Vaxelaire (AKA Great Venerable) and we’ll be talking about building your business portal in Office 365: Nowadays we have business tools and portals everywhere in the company, what are the benefits of having everything at one place?

Localizing JavaScript of a Full Trust solution

Aug 13, 2014 3 min.

Introduction We, SharePoint developers of ancient times when “full trust” solutions ruled, have understood one thing: using JavaScript improves by far our solutions. Indeed this allows to reduce the load of the servers and makes the user experience more “responsive”. But what if you want to display messages in different languages depending on the user? In .NET (understand server-side) it is quite simple, just use of resources. (see one of my posts on the subject)

Why should you not include telerik controls in your SharePoint products?

Jul 21, 2014 2 min.

First and foremost this article is a feedback from the field of a very particular case of SharePoint development. Telerik products and components are very good and accelerate your developments (SharePoint or not) providing you advanced and customizable controls. Some of you already know it, I work in a team that develops products for SharePoint (www.oceanik.com and the others one do not have yet dedicated sites, we still have work on the marketing).