Johan Danforth's Blog


Carpe Diem

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » WCF (RSS)
Returning Json from RESTful Interface with WCF
Someone commented on an earlier blog post I did on REST, POX/POJO and WCF and the comment read: How about REST WCF bits from .NET 3.5 SP1? Is it possible now to let the user decide in which format he wants the response (xml or json) like MySpace API for...
Posted: Aug 23 2008, 04:18 PM by jdanforth | with 1 comment(s)
Filed under: , , ,
Why Developers Are Interested in REST
I had a laugh when I saw James Kovacs' blog post abot Why Developers are Interested in REST : I'm doing some WCF work for a client, specifically around WS-Security. I stumbled upon the System.ServiceModel.MessageSecurityVersion class today. Its static...
Posted: Aug 22 2008, 01:00 PM by jdanforth | with 2 comment(s)
Filed under: ,
More on RESTful Service with WCF and POX/POCO
Kirk Eveans wrote a blog post about Creating RESTful Services Using WCF , which gives you a good understanding of how to get started with REST on WCF. In his sample, Kirk has 2 methods in a REST interface: [ ServiceContract ] public interface IService...
Posted: Aug 09 2008, 03:55 PM by jdanforth | with 4 comment(s)
Filed under: , ,
[Service Factory] Modeling Edition (VS2005) Released
The "modeling edition" of Service Factory was released yesterday on the Codeplex site: The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly...
[WCF] Configuring the Service Client to Go Via TcpTrace
TcpTrace by Simon Fell is a great tool to trace your HTTP and SOAP calls with, until you begin using WCF and it starts complaining about you not going directly to the service, address filter mismatch and all that. It's quite easy to fix that though, just...
Posted: Jul 08 2007, 12:12 AM by jdanforth
Filed under:
More Posts