Welcome to WindowsClient.net | My Blog | Sign in | Join

Faisal's Blog

Sponsors





  • advertise here

Articles

Blogroll

Browse by Tags

All Tags » Silverlight 3 (RSS)
Creating RIA Services With Silverlight 3 Part-2
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
Creating Breadcrumb Design for Silverlight 3 in Expression Blend
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...
RIA Services With Silverlight 3 - Part 1
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...
Posted: Jul 29 2009, 12:53 AM by ilves | with 3 comment(s)
Filed under:
First Experience With Behaviors In Silverlight 3
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...
Posted: Apr 29 2009, 08:53 PM by ilves | with 2 comment(s)
Filed under: