User Tools

Site Tools


dev:app_store_-_template_to_start_a_new_app_in_visual_studio

This is an old revision of the document!


We provide an extension for Visual Studio 2015 that makes it easy to create an App Store application. You can download the extension here.

Once installed, you can create an App Store web application by selecting File > New > Project in Visual Studio, choosing .NET Framework 4.5.2 or greater, and navigating to Visual C# > Web from the project template browser:

Once Visual Studio creates the new project, you'll find a readme file in your new project that contains instructions for registering an application with the App Store.

Your new application is an ASP.NET MVC application with Web API and SignalR pre-configured, containing out-of-the-box functionality that demonstrates how to request available data sources, find tags on the data sources, and subscribe to receive updates to tag values in real time. Make sure you have a look around the project to see how these components are used!

Important: If you have not yet registered as an App Store developer, you can do so here.

dev/app_store_-_template_to_start_a_new_app_in_visual_studio.1480679204.txt.gz · Last modified: 2016/12/02 11:46 by su