How to Debug XAML Data Bindings in Silverlight 5 Beta ?

Recently launched Silverlight 5 beta having nice features of XAML binding debugging. To Start with this, as a  prerequisites makes sure  you have  latest version Silverlight Toolkit SDK with  Visual Studio 2010 SP1 installed. Once you are done with the setup, first create a simple Silverlight 5 Application with which has some XAL Data Binding.

Now you can set the breakpoint for the data binding in XAML Code. Run the Application When a breakpoint is hit, you can use the Locals window to explore the state of binding .

 

image

To know more about details how the data binding debugging works and what needs to do for your MVVM based application , One way and Two Way Debugging Please Read a nice article By Kunal chowdhury

Debugging Data Bindings in XAML with Silverlight 5 Beta

There are some additional enhancement introduced with Silverlight Data Binding. you can get complete info from http://msdn.microsoft.com/en-us/library/gg986857%28VS.96%29.aspx#xaml

DON'T MISS OUT!
Subscribe To Newsletter For your Daily Development Tips and Tricks  

 Best Tips & Tricks on Microsoft Technology Platform 

Invalid email address
We promise not to spam you. You can unsubscribe at any time.
Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

2 Comments to “How to Debug XAML Data Bindings in Silverlight 5 Beta ?”

Comments are closed.