XAML
Improve your stylingWhat is XAML
XAML is a declarative markup language. As applied to the .NET Framework programming model, XAML simplifies creating a UI for a .NET Framework application. You can create visible UI elements in the declarative XAML markup, and then separate the UI definition from the run-time logic by using code-behind files, joined to the markup through partial class definitions. XAML directly represents the instantiation of objects in a specific set of backing types defined in assemblies. This is unlike most other markup languages, which are typically an interpreted language without such a direct tie to a backing type system. XAML enables a workflow where separate parties can work on the UI and the logic of an application, using potentially different tools.
Deep linking & Auto App Launching in Windows Phone 8.1 RT Application
What is Deep linking ? In the context of the mobile apps, deep linking consists of using a uniform resource identifier (URI) that links to a specific location within a mobile app (i.e. exampleApp://location/123456), rather than simply launching the app (i.e....Diagnosing Problems and Monitoring Applications
Before we proceed towards exploring Diagnosing and Performance tool in Visual Studio we must know the reasons due to which our app can give a poor performance. Some of the reasons can be: An ineffective and poor coding. Referring to any 3rd Party Library. Remote...Creating First Windows Phone News Application (SilverLight) with page navigation
What we will Learn Now if you have read mine previous posts then you can easily create your own windows phone news application in just few steps. What we will Do Before i tell you further about creating a news app i will assume the following: You have started your...How to create Picture Buttons in Windows Phone/XAML Applications
In this lesson we are going to create a picture button. Purpose of using picture buttons in any application is to increase the usability and to beautify the application.
Recent Comments