User Tools

Site Tools


dev:app_store_-_template_to_start_a_new_app_in_visual_studio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dev:app_store_-_template_to_start_a_new_app_in_visual_studio [2016/12/02 11:36] – Cleaned up formatting sudev:app_store_-_template_to_start_a_new_app_in_visual_studio [2017/09/20 10:02] – old revision restored (2017/09/20 10:01) su
Line 1: Line 1:
-We provide an extension for Visual Studio 2015 that makes it easy to create an App Store application.  You can download the extension [[https://appstore.intelligentplant.com/nuget/downloads/IP%20App%20Store%20Tools.vsix|here]].+We provide an extension for Visual Studio 2015 and Visual Studio 2017 that makes it easy to create an App Store application.  You can download the extension [[https://appstore.intelligentplant.com/nuget/downloads/IP%20App%20Store%20Tools.vsix|here]]. (Edge users note, the VSIX file may download as a ZIP in which case rename the archive back to .VSIX) 
 + 
 +Here is a video that takes you through the whole process 
 + 
 +[[https://www.youtube.com/watch?v=NgcSOyOEIWA]]
  
 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 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:
Line 6: Line 10:
  
 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. 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 [[https://www.asp.net/mvc|ASP.NET MVC]] application with [[https://www.asp.net/web-api|Web API]] and [[https://www.asp.net/signalr|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 [[https://appstore.intelligentplant.com/Developer/RegisterDeveloper|here]]. **Important:** If you have not yet registered as an App Store developer, you can do so [[https://appstore.intelligentplant.com/Developer/RegisterDeveloper|here]].
    
dev/app_store_-_template_to_start_a_new_app_in_visual_studio.txt · Last modified: 2020/02/21 15:27 by su