Tuesday, 10 February 2015

Introduction about Windows Phone 8.1 development.

Hello Everyone.


Welcome to this Windows Phone 8.1 development for Beginners in my Blogs.
I have try this Blog for windows phone developer. For that you have to install Visual Studio 2013 where SDK for windows phone is inbuilt you have not to install separately. Before windows phone development you already know C#. This Blog may help you to develop Windows Phone Application.

In this we start learning about XAML(Extensible Application Markup Language) is an XML-based markup language developed by Microsoft. XAML is a declarative markup language. XAML files are XML files that have .xaml extension. The files can be encoded by any XML encoding, but encoding as UTF-8 is typical. Lets see one XAML example.


Example :-


<StackPanel>
 <Button Content="Click Me"/>
</StackPanel>


So let's see Windows Phone development tools in next post.

No comments:

Post a Comment