Oct
25
2010
I was following this thread on the Silverlight forums and was asked to update the Duplex sample to Silverlight 4.
Click here to download the code.
More information about Duplex Services are available here:
Happy Silverlighting!
1 comment | tags: Silverlight 4, WCF, Web Services | posted in .NET Programming, Programming, Rich Internet Applications, Service Oriented Architecture, REST, Web 2.0
Apr
27
2009
I’ve already blogged about the new Silverlight 3 Beta Duplex support here. In these days I’ve found some interesting articles and tips about this topic, so this is a list of links I’ve found useful:
no comments | tags: .NET Programming, Silverlight, Silverlight 3, SOA, WCF, Web Services | posted in .NET Programming, Rich Internet Applications, Service Oriented Architecture, REST, Web 2.0
Mar
22
2009
I’m testing the updated Duplex support available in Silverlight 3 Beta, the important news is the possibility to simplify and reduce the code in the client:
- now it’s possible to use the “Add Service Reference” functionality of Visual Studio to consume the service;
- in this way you the use of channels can be avoided by simply attaching a callback to an event.
I’ve prepared an example based on the material available on the official documentation, download the complete solution from here.
6 comments | tags: .NET Programming, Silverlight, SOA, WCF, Web Services | posted in .NET Programming, Rich Internet Applications, Service Oriented Architecture, REST, Web 2.0
Mar
21
2009
Great news:
Check out the original post by the Silverlight Web Services Team.
Remember also to download the samples available here.
no comments | tags: Silverlight, SOA, WCF, Web Services | posted in .NET Programming, Rich Internet Applications, Service Oriented Architecture, REST, Web 2.0
Mar
14
2009
The WCF REST Starter kit contains a set of new features that will be added to WCF 4.0 in order to simplify the development of RESTful Windows Communication Foundation Services and Clients.
This new release contains a set of new client-side features such as:
-
a new HttpClient class to send Http requests and process the Http responses;
-
a new “Paste Xml as Type“ add-in for Visual Studio to simplify the usage of the serialization capabilities offered by the new HttpClient.
Click here to read more information and download the installation package.
no comments | tags: .NET Programming, REST, WCF, Web Services | posted in .NET Programming, Service Oriented Architecture, REST, Web 2.0
Mar
4
2009
If you obtain this error using WCF, IIS7, LINQ to SQL on Windows 7, read this thread:
http://www.codetoday.net/default.aspx?g=posts&t=1595
46 comments | tags: .NET Programming, WCF, Web Services, Windows Systems | posted in .NET Programming, Microsoft Windows Systems, Programming, Service Oriented Architecture, REST, Web 2.0
Feb
17
2009
What is WS-Discovery? As described in this excellent post by Jesus Rodriguez, WS-Discovery is an OASIS Standard that defines a lightweight discovery mechanism for discovering services based on multicast messages. Read the post for an example of its use in WCF 4.0.
no comments | tags: .NET Programming, SOA, WCF, Web Services | posted in .NET Programming, Service Oriented Architecture, REST, Web 2.0
Jan
28
2009
Yi-Lun Luo has posted a great example in the forum about creating RESTful WCF services, click here to read the complete thread.
Useful links:
If you are interested in this subject, I also recommend the reading of this book by John Papa:

no comments | tags: REST, Silverlight, WCF, Web Services | posted in .NET Programming, Rich Internet Applications, Service Oriented Architecture, REST, Web 2.0