Article: How to Sort and Group data using CollectionViewSource in Silverlight 4.0 (using WCF RIA)

Hi,

My new article which discusses on “Grouping and Sorting data using CollectionViewSource” got published here:

Silverlight 4.0: Grouping and Sorting using CollectionViewSource with WCF RIA Services

thanks
Jag

Posted in Silverlight/WPF | Tagged , | Leave a comment

TIP: How to list all worker process along with Application Pool names

We might be running our applications simultaneously in multiple application pools.  Every application pool is associated with a worker process.  Sometimes, to attach to a worker process using Visual Studio, we may not know which worker process (as no application pool name is listed in the list of services) to be used for debugging.

If you are using Windows 7 or 2008 R2 (should work with Vista/2008 as well, but did not test) you can use “appcmd list wp” command to list all worker processes along with process id and application pool name.  Following is a screenshot.

image

More detailed usage of “appcmd” is provided here.

For Windows XP or Windows Server 2003, you may use “cscript iisapp.vbs” from “c:\windows\system32” folder.

thanks
Jag

Posted in Misc | Leave a comment

Article: Data Navigation and Manipulation using CollectionViewSource together with Silverlight 4 and WCF RIA Services

Hi,

My article focusing on manipulating (and navigating) data using CollectionViewSource got published here:

Silverlight 4.0 Data Manipulation and Navigation using CollectionViewSource with WCF RIA Services

thanks
Jag

Posted in Silverlight/WPF | Tagged , | Leave a comment

Article: Working with CollectionViewSource in Silverlight 4.0

Hi,

My article focusing on “CollectionViewSource” in Silverlight got published here:

Siverlight 4.0, CollectionViewSource and WCF RIA

It explains the following concepts:

  • Introduction to CollectionViewSource in Silverlight
  • How to work with CollectionViewSource object with WCF RIA Services
  • Apply filters to data using CollectionViewSource

 

thanks
Jag

Posted in Silverlight/WPF | Tagged , | Leave a comment

Article: Manipulating data using WCF RIA Services (with Silverlight 4.0)

Hi,

My new article on manipulating data using WCF RIA Services got published here:

Silverlight 4.0 Data Manipulation Using WCF RIA Services

thanks
Jag

Posted in Silverlight/WPF | Tagged , | Leave a comment

Article: Retrieving data to Silverlight 4.0 using WCF RIA Services

Hi,

My article got published here:

Silverlight 4.0 Data Retrieval: Getting Data from WCF RIA Services

thanks
Jag

Posted in Silverlight/WPF | Tagged , | Leave a comment

Article: Painting with ImageBrush, VideoBrush and WebBrowserBrush in Silverlight 4.0

Hi,

My next article focusing on painting with Images, Videos etc. got published here

thanks
Jag

Posted in Silverlight/WPF | Tagged | Leave a comment

Article: Using RadialGradientBrush in Silverlight 4.0

 

Hi,

My next article focusing on “RadialGradientBrush using Silverlight” got published here:

Using RadialGradientBrush in Silverlight 4.0

thanks
Jag

Posted in Silverlight/WPF | Tagged | Leave a comment

Article: Complete Guide to Gradients Using LinearGradientBrush in Silverlight 4.0

 

My next article focusing on “LinearGradientBrush in Silverlight” got published here:

Complete Guide to Gradients Using LinearGradientBrush in Silverlight 4.0

thanks
Jag

Posted in Silverlight/WPF | Tagged | Leave a comment

Article: Brushes in Silverlight 4

 

Hi,

My new article on Silverlight brushes got published here:

Introduction to Brushes in Silverlight 4.0

Enjoy.

Thanks
Jag

Posted in Silverlight/WPF | Tagged | Leave a comment