﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>XAML Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from XAML</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Saving User Settings using Telerik’s PersistenceManager</title><description>This blog gets you started if you need a very simple way of saving user settings. </description><link>http://www.c-sharpcorner.com/Blogs/11516/saving-user-settings-using-telerik’s-persistencemanager.aspx</link><pubDate>Apr 23, 2013</pubDate><author>Supreet Tare</author></item><item><title>XAML Developer Must Care About Your Registered Events</title><description>Memory leakage in applications are very common and in an effort to save time a developer does not care about it. There are various possibilities for memory leakage and one of them is the events registered in applications that a developer unknowingly forgets to handle.</description><link>http://www.c-sharpcorner.com/UploadFile/kunal2383/xaml-developer-must-care-about-your-registered-events/</link><pubDate>Apr 18, 2013</pubDate><author>Kunal Chowdhury</author></item><item><title>Style Controls in XAML</title><description>XAML is the universal language for WPF, Silverlight, and Windows Store app user interfaces.  In this article, we will learn how to create and use styles on UI elements using XAML. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/style-controls-in-xaml/</link><pubDate>Dec 18, 2012</pubDate><author>Mahesh Chand</author></item><item><title>Various Types of Panels in XAML Layout</title><description>In this article we will learn about the XAML Layout Grid Panel, StackPanel, DockPanel, Wrap Panel, Canvas Panel and Panel related Properties Visual and Structural Function with some small examples.
</description><link>http://www.c-sharpcorner.com/UploadFile/0b73e1/different-types-of-panels-in-xaml-layout/</link><pubDate>Nov 13, 2012</pubDate><author>Vishnujeet Kumar</author></item><item><title>Binding a XAML application to DataBase Data</title><description>In this article I am showing that how we can connect our application to backend. Here in DOTNET3.0 there is something different from ASP.NET 2.0 to connect the application to database.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/binding-a-xaml-application-to-database-data1/</link><pubDate>May 29, 2012</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Namespaces in XAML</title><description>In this article, you will learn about namespaces used in XAML or XML.</description><link>http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/namespaces-in-xaml/</link><pubDate>Apr 08, 2011</pubDate><author>Abhimanyu K Vatsa</author></item><item><title>XAML coding best practices</title><description>It is good to follow the certain practices while doing XAML coding. </description><link>http://www.c-sharpcorner.com/Blogs/3553/xaml-coding-best-practices.aspx</link><pubDate>Sep 01, 2010</pubDate><author>jaison joy</author></item><item><title>Positioning Silverlight Popups Relative to a Control</title><description>I just went through the challenge of positioning a Silverlight Popup control relative to an existing control.  Here is how I finally solved it.</description><link>http://www.c-sharpcorner.com/Blogs/1857/positioning-silverlight-popups-relative-to-a-control.aspx</link><pubDate>Jan 29, 2010</pubDate><author>Mike Gold</author></item><item><title>Questnet</title><description>Asp.net developer</description><link>http://www.c-sharpcorner.com/Blogs/1794/questnet.aspx</link><pubDate>Dec 31, 2009</pubDate><author>Simbu </author></item><item><title>Silverlight Charts: Coordinates on Mousemove</title><description>In this article we see how we get the coordinates in Silverlight charts on mouse move. It's a bit tricky, but it worked great for me. 
</description><link>http://www.c-sharpcorner.com/uploadfile/baimey/silverlight-charts-coordinates-on-mousemove/default.aspx</link><pubDate>Nov 24, 2009</pubDate><author>Paru </author></item><item><title>Using Static Resource in Silverlight 3 Application</title><description>This article shows how to use static resource in Silverlight 3.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/using-static-resource-in-silverlight-3-application/</link><pubDate>Aug 18, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>DomainUpDown Control in Silverlight 3 Application</title><description>In this article we will see how to use DomainUpDown Control in Silverlight 3 Application</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/domainupdown-control-in-silverlight-3-application/</link><pubDate>Aug 17, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Auto Complete in DataGrid Cell Editing in Silverlight 3 Application</title><description>This article shows how to implement auto complete in DataGrid Cell Editing in Silverlight 3 Application.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/auto-complete-in-datagrid-cell-editing-in-silverlight-3-application/</link><pubDate>Aug 16, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Row detail in DataGrid in Silverlight 3 Application</title><description>This article shows how to display row detail in DataGrid in Silverlight 3 application.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/row-detail-in-datagrid-in-silverlight-3-application/</link><pubDate>Aug 16, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Data Validation in DataGrid in silverlight 3 Application</title><description>This article shows how to apply data validation in DataGrid in silverlight 3 Application.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/data-validation-in-datagrid-in-silverlight-3-application/default.aspx</link><pubDate>Aug 10, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Dataform and Datagrid in Silverlight 3 Application</title><description>In this article we will see how Data Form is helpful in editing a set of data.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/dataform-and-datagrid-in-silverlight-3-application/default.aspx</link><pubDate>Aug 10, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Grouping in DataGrid in Silverlight 3 Application</title><description>In this article we will see how Grouping can be achieved in DataGrid in a Silverlight 3 application.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/grouping-in-datagrid-in-silverlight-3-application/default.aspx</link><pubDate>Aug 10, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Multi Grouping in DataGrid in Silverlight 3 Application</title><description>In this article, let's see multi grouping in DataGrid in Silverlight 3 application.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/multi-grouping-in-datagrid-in-silverlight-3-application/</link><pubDate>Aug 10, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Wrap Panel in Silverlight 3</title><description>In this article we will explore Wrap Panel in Silverlight 3. We will see how the Wrap Panel is useful.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/wrap-panel-in-silverlight-3/default.aspx</link><pubDate>Aug 10, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Sort Description in DataGrid in Silverlight 3 Application</title><description>In this article we will see how to sort description in DataGrid in Silverlight 3 Application</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/sort-description-in-datagrid-in-silverlight-3-application/default.aspx</link><pubDate>Aug 09, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Element to Element Binding in Silverlight 3 using Blend 3</title><description>This article is all about element to element binding in Silverlight using Blend 3.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/element-to-element-binding-in-silverlight-3-using-blend-3/default.aspx</link><pubDate>Aug 07, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Generating Tree View Nodes from XML file in Silverlight 3 Application</title><description>This article tells us how to generate Tree View nodes from XML file in Silverlight 3 Application.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/generating-tree-view-nodes-from-xml-file-in-silverlight-3-application/default.aspx</link><pubDate>Aug 07, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Resources in WPF</title><description>This article explains basics of resources in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/anku123/resources-in-wpf/</link><pubDate>Aug 06, 2009</pubDate><author>Anil Veeragandham</author></item><item><title>Expand and Collapse all nodes of a Treeview in Silverlight 3</title><description>This is all about working with nodes of a Treeview in Silverlight 3.</description><link>http://www.c-sharpcorner.com/uploadfile/dpatra/expand-and-collapse-all-nodes-of-a-treeview-in-silverlight-3/default.aspx</link><pubDate>Aug 06, 2009</pubDate><author>Diptimaya Patra</author></item><item><title>Data Binding with collection and XAML</title><description>This tutorial will teach, how to bind XAML List Box with List collection.</description><link>http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/data-binding-with-collection-and-xaml/default.aspx</link><pubDate>Dec 29, 2008</pubDate><author>Dhananjay Kumar</author></item><item><title>How To Make Sure the Silverlight App Gets Keyboard focus</title><description>After playing with silverlight for a while, I found that the Focus method did not work very well to give the silverlight app focus for keyboard input.  You can use a trick in javascript to make sure that the silverlight control has focus to begin with.  Then later use the Focus method inside your XAML code behind.</description><link>http://www.c-sharpcorner.com/Blogs/792/how-to-make-sure-the-silverlight-app-gets-keyboard-focus.aspx</link><pubDate>Sep 02, 2008</pubDate><author>Mike Gold</author></item><item><title>Squeeze Ball Animation in XAML</title><description>This XAML code creates a ball that gives an impression of squeezing a sponge ball.</description><link>http://www.c-sharpcorner.com/Blogs/656/squeeze-ball-animation-in-xaml.aspx</link><pubDate>May 07, 2008</pubDate><author>Mahesh Chand</author></item><item><title>My First XAML Application</title><description>This blog describes the trials and tribulations of creating my first XAML Application using .NET 3.0 in Visual Studio 2005.</description><link>http://www.c-sharpcorner.com/Blogs/143/my-first-xaml-application.aspx</link><pubDate>Mar 23, 2007</pubDate><author>Mike Gold</author></item></channel></rss>