This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:app_store_-_template_to_start_a_new_app_in_visual_studio [2016/12/02 11:36] su Cleaned up formatting |
dev:app_store_-_template_to_start_a_new_app_in_visual_studio [2020/02/21 15:27] (current) su |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | We provide an extension for Visual Studio 2015 that makes it easy to create an App Store application. | + | ====== Write an App in Visual Studio ====== |
+ | |||
+ | |||
+ | We provide an extension for Visual Studio 2015 and Visual Studio 2017 that makes it easy to create an App Store application. | ||
+ | |||
+ | Here is a video that takes you through the whole process | ||
+ | |||
+ | [[https:// | ||
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 13: | ||
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:// | ||
**Important: | **Important: | ||