In this post I will
explain how to create projects in Visual Studio 2013.
I will create Windows
runtime apps using XAML.
There can be many ways
an app can be created
·
Universal Windows and Windows Phone
·
Windows
·
Windows Phone
Here XAML stands for
Extensible Application Markup Language. XAML elements are seen as objects in
Windows. It is used to describe a UI using XML. This is a declarative way for
expressing the UI. Each of the items on the page can be defined in XAML.
Each of the elements has properties that defines how it
appears on the screen.
If you want to see this whole process in video then Click Here
If you want to see this whole process in video then Click Here
So for creating a
project in Visual Studio Go to menu File
Here you can select
which progrmming language you want to use as C#,C++ Visual Basic etc.
Name the project as
your wish and then click Ok.
So in this way you can
create a new project in Visual Studio 2013.
0 comments:
Post a Comment