Monthly Archives: May 2010

Article: Developing a Silverlight 4.0 application using “WCF RIA Service Class Library”

This is a beginner’s (introductory) walkthrough to develop a simple Silverlight 4.0 application using “WCF RIA Service Class library”.  This is going to be very similar to what I already explained here: Developing a basic Silverlight 4.0 application using WCF … Continue reading

Posted in Silverlight/WPF | Tagged , | 1 Comment

Article: Developing a Silverlight 4.0 application using “WCF RIA Service Class Library”

This is a beginner’s (introductory) walkthrough to develop a simple Silverlight 4.0 application using “WCF RIA Service Class library”.  This is going to be very similar to what I already explained here: Developing a basic Silverlight 4.0 application using WCF … Continue reading

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

Tip: How to anonymously access WCF Service available in another domain

Imagine the situation is like the following: You developed WCF Service using “wsHttpBinding” You hosted in IIS on a different domain (or computer/network) You wanted to access/consume the WCF Service from another domain (or computer/network) You don’t want to implement … Continue reading

Posted in WCF | Tagged , | 18 Comments

Article: Developing a basic Silverlight 4.0 application using WCF Data Services

In my previous post, I demonstrated on developing a “Silverlight 4.0 application using WCF RIA Services”.  In this post, I will walkthrough in developing a simple Silverlight 4.0 application using .NET entity Framework together with WCF Data Services.  Most of … Continue reading

Posted in Silverlight/WPF | Tagged , | 4 Comments