Mar 14 2009

Windows Communication Foundation REST Starter Kit Preview 2 available

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.


Mar 2 2009

Windows Server 2008 Web Edition – Ready for prime time

Read this great article by Bart Czernicki.


Jan 28 2009

Silverlight 2, REST and WCF

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:

data20services20with20silverlight20220-20amazon20cover_-20small


Dec 21 2008

Silverlight and M-V-VM using Ninject, Silverlight extensions and the Unit framework

Davide Winne has posted a really useful article about this topic, the example include Async calls to services wrapped in the model.


Dec 6 2008

JavaFX 1.0 launched

Check out this great introductory article by Arun Gupta.


Nov 1 2008

WCF REST Starter Kit Preview 1 available on CodePlex

“The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that enable users to create REST style services using WCF. The CodePlex Preview 1 release provides new features that enable or simplify various aspects of using the http capabilities in WCF, such as caching, security, error handling, help page support, conditional PUT, push style streaming, type based dispatch and semi-structured XML support. The WCF REST Starter Kit also provides Visual Studio templates for creating REST style services such as an Atom feed service, a REST-RPC hybrid service, Resource singleton and collection services and an Atom Publishing Protocol service. In addition, there are samples, documentation and other guidance that help to use these new capabilities.”

http://www.codeplex.com/aspnet/Wiki/View.aspx?title=WCF%20REST

More information are available here.


Oct 18 2008

Data and Services with Silverlight 2 – TOC

John Papa has posted the Table of contents related to his new book “Data and Services with Silverlight 2” now available for pre-order on Amazon.


Oct 18 2008

SOAP and REST – both equally important to Sun

Check out the original post by Arun Gupta.


Oct 12 2008

Silverlight 2 RC0 + ADO.NET Data Service + Entity Framework

Pietro Brambati has posted a great article about these topics (in italian).

Source code available!


Aug 29 2008

Serving Silverlight applications on client PCs without a web server using WCF 3.5

Check out this great article by the Swiss MSDN Team Blog.