News

Build Apps for Office with the New Microsoft Tool Suite

Microsoft on Monday released Office Developer Tools for Visual Studio 2012, a downloadable suite composed of new templates, designers and integrated lifecycle tools for creating apps for Office 2013, SharePoint 2013 and Office 365.

Apps for Office and SharePoint are optimized for use on the Web and in the cloud. They're built on common Web technologies including HTML5, CSS, JavaScript and OData, which allows Web developers to use their preferred languages and tools to build apps. There are three types of apps for Office and SharePoint, categorized by where they appear in an application or document: task pane apps (found in an Office application's task pane); content apps (appear within a document's content); and mail apps for Outlook 2013 and Outlook Web Access (found alongside an open Outlook item). 

The Office Developer Tools provide support for creating, deploying and maintaining such apps in the cloud; application lifecycle support is also provided for all other currently available Office and SharePoint hosting models. In addition, apps for Office can be sold in the Office store or deployed within a developer's organization.

In a blog post, Corporate VP of the Microsoft Developer Division S. Somasegar highlighted some of the features in the Office Developer Tools release, noting that the tools have been improved after preview builds. Enhancements include a validation tool to ensure apps meet submission standards for the Office Store; upgrades to workflow designers; and improved remote debugging. According to Somasegar, "Windows Azure cloud service projects can be used to easily create provider-hosted apps for SharePoint." He also pointed to Team Foundation Server/Team Foundation Service support for apps for Office and SharePoint build workflows.

Somasegar noted that the Office Developer Tools are available online, as well, as part of the "Napa" project. Napa allows developers to create apps for Office and SharePoint in a browser window, and later transfer their apps to Visual Studio for further enhancements.

In order to share apps in the Office Store, Somasegar wrote, developers need an Office 365 Developer Subscription and a Microsoft Seller Dashboard. He noted that there's "a new MSDN benefit for subscribers of Visual Studio Premium and Ultimate with MSDN: a one-time 12-month Office 365 Developer Subscription." Subscribers can access this benefit from their MSDN My Account page.

About the Author

Katrina Carrasco is the associate group managing editor for the 1105 Enterprise Computing Group. She can be reached at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube