Browse by Tags
All Tags »
Silverlight 3 (
RSS)
Introduction In the first part of this series I showed you how to bind and display data in a control using C# code in a DataGrid. In this part I will show how the same thing can be done declaratively using Xaml. Read More
Designing the patterns for your user interface is crucial as far as the user experience is concerned. The need for implementing the Breadcrumb design pattern arises when you need to place an option for the users of the application to know where they really...
With the invention of Silverlight 3 Microsoft introduces the RIA Services which have given a new dimension to the traditional n-tier application pattern. With this pattern you can write application logic that runs on the mid-tier and controls access to...
Introduction Behaviors is a new feature included in Silverlight 3 to solve the problems of not being able to take full advantage of Triggers in the previous versions of Silverlight. We used Triggers in WPF which provided us the ability to change the look...