How to migrate an add-in to Office 2013?

I found this link , the bottom line of which predicts that I used it a lot to create Office add-ins (i.e. good, old, good C # code), should be fully exchanged for JavaScript.

For example, we have a solution that places a set of buttons on a ribbon and communicates with a CRM server to add data (one in Outlook and one in Word). Should they be rewritten altogether ?!

I want to use VSTO if possible (AddinExpress was not said to be reliable, apparently). Suggestions?

+5
source share
1 answer

I have not tried it yet, but I do not think that C # or VB.NET has been left in this context. Here's a recent blog from the VSTO team with a screenshot screenshot of Addin solution using C # and another screenshot using VB.NET project templates. http://blogs.msdn.com/b/vsto/archive/2013/03/06/office-developer-tools-for-visual-studio-2012-now-available.aspx

+3
source

All Articles