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
dev:app_store_-_template_to_start_a_new_app_in_visual_studio [2016/11/23 14:24] sudev:app_store_-_template_to_start_a_new_app_in_visual_studio [2020/02/21 15:27] (current) su
Line 1: Line 1:
 +====== Write an App in Visual Studio ======
  
  
-You can download  +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)
-https://appstore.intelligentplant.com/nuget/downloads/IP%20App%20Store%20Tools.vsix+
  
-Once installed, you can create an App Store web application by selecting File > New > Project, choosing .NET Framework 4.5.2 or greater, and choosing Visual C# > Web from the project template browser:+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:
  
 {{:dev:image002.png?nolink&600|}}  {{:dev:image002.png?nolink&600|}} 
  
-Once Visual Studio creates the new project, you'll find a readme file in your new project 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]].
    
dev/app_store_-_template_to_start_a_new_app_in_visual_studio.txt · Last modified: 2020/02/21 15:27 by su