Browse by Tags

All Tags » REST (RSS)

Please Feedback! Unity, nHibernate, Fluent, Linq... Trying New Architecture Combinations by jdanforth

We're thinking about a new architecture for a set of pretty large WCF (and perhaps also REST) services that's going to be developed during the next year and perhaps you dear reader would like to comment! The services themselves are pretty straight forward...
Filed under: , , ,

Returning Json from RESTful Interface with WCF by jdanforth

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...
Filed under: , , ,

Why Developers Are Interested in REST by jdanforth

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...
Filed under: ,

More on RESTful Service with WCF and POX/POCO by jdanforth

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...
Filed under: , ,

Building Web Services the REST Way by jdanforth

There is much talk at the moment about REST, what is it and not is, Lo-REST, Hi-REST and whatnot. For those of you who don't really know what REST is and don't have time (or like me, not the brain) to delve into Fielding's full REST description , Roger...
Filed under:
More Posts