After installing Visual Studio 2015 launch the application to display the start page.
StartPage.png
Click on New Project to open the New Project window as shown.
NewProj_01
It is displaying Visual Basic separately from other languages and the reason for this might be that Visual Basic was used recently, or perhaps this is the default New Project page in VS 2015 Community.
The number and types of Visual Basic templates are as shown here:
NewProj_01_VB
Visual Basic templates are fewer than C# project templates because there are templates for Android and iOS in C#.
NewProj_01_C#
For Android there are application templates for Wearable and WebView.
NewProj_01_Android
For iOS as well, Apple Watch template project is available.
However for iOS Mobile applications templates use Xamarin. Forms.
NewProj_01_iOSMobile
Both Type Script and JavaScript project templates requires Tools for Apache Cardova which you can get by choosing the option.
For Python templates you need to install Python tools for Visual Studio and install Tools for F# for F# templates.
In C++ you can install support for both Android as well as iOS. Of course for MFC and Extensibility project templates you can install the requires tools. However for Windows templates -Windows 8.1 and WindowsPhone 8.1 can be installed.
I am not sure how these are going to change after the debut of Windows 10, perhaps a new version or an update. For developing Windows Phone applications you may need to install a different version of Visual Studio.
Xamarin is going to play a key role in cross-platform development using Microsoft Visual Studio and perhaps you may want to read more about Xamarin and its resources here:
Android Apps with Visual Studio
http://hodentek.blogspot.com/2015/03/android-apps-using-visual-studio-part-1.html
C# Universal Coder
http://hodentek.blogspot.com/2014/01/master-c-and-become-universal-coder.html
Cross-Platform Apps
http://hodentek.blogspot.com/2014/07/cross-platform-app-development-part-1.html
StartPage.png
Click on New Project to open the New Project window as shown.
NewProj_01
It is displaying Visual Basic separately from other languages and the reason for this might be that Visual Basic was used recently, or perhaps this is the default New Project page in VS 2015 Community.
The number and types of Visual Basic templates are as shown here:
NewProj_01_VB
Visual Basic templates are fewer than C# project templates because there are templates for Android and iOS in C#.
NewProj_01_C#
For Android there are application templates for Wearable and WebView.
NewProj_01_Android
For iOS as well, Apple Watch template project is available.
NewProj_01_iOS
However for iOS Mobile applications templates use Xamarin. Forms.
NewProj_01_iOSMobile
Both Type Script and JavaScript project templates requires Tools for Apache Cardova which you can get by choosing the option.
For Python templates you need to install Python tools for Visual Studio and install Tools for F# for F# templates.
In C++ you can install support for both Android as well as iOS. Of course for MFC and Extensibility project templates you can install the requires tools. However for Windows templates -Windows 8.1 and WindowsPhone 8.1 can be installed.
I am not sure how these are going to change after the debut of Windows 10, perhaps a new version or an update. For developing Windows Phone applications you may need to install a different version of Visual Studio.
Xamarin is going to play a key role in cross-platform development using Microsoft Visual Studio and perhaps you may want to read more about Xamarin and its resources here:
Android Apps with Visual Studio
http://hodentek.blogspot.com/2015/03/android-apps-using-visual-studio-part-1.html
C# Universal Coder
http://hodentek.blogspot.com/2014/01/master-c-and-become-universal-coder.html
Cross-Platform Apps
http://hodentek.blogspot.com/2014/07/cross-platform-app-development-part-1.html
No comments:
Post a Comment