The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

Calendar

««Sep 2010»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
2627282930

Mailing List

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Computers Blogs - Blog Top Sites

Site Hits

Total: 5,627,530
since: 19 Jan 2005

Latest tagged entries for 'POX'



Know thine Enemy: RESTful Web Services in ... Java!

Sun 11 Jan 09 9:08 A GMT-05
In the past I've done blog posts on RESTful web services, showing how to do it in everything from Ruby to ASP.NET to WCF and even the ASP.NET MVC Framework. In this blog post, it's Java's turn.

Enterprise Web Services Manifesto - Wire Formats

Tue 02 Sep 08 8:43 A GMT-05
In this blog post in the series I am going to cover some points about wire formats and which formats I like and which formats I dislike, and why.

Enterprise Web Services Manifesto - RESTful Architecture and the Programmable Web

Tue 19 Aug 08 10:11 A GMT-05
In this first post of many, I will be giving my personal opinion on the state of Web Services programming today. This post covers my thoughts on REST.

How to upset someone you admire with one blog post

Thu 10 Jul 08 5:46 A GMT-05
I recently posted a blog about consuming a POX service with Cocoa. At the same time I managed to upset someone that I admire. This is what happens when bloggers don't have copy editors!

Creating a RESTful POX Service using the ASP.NET MVC Framework

Wed 09 Jul 08 11:40 A GMT-05
In a previous blog entry, I talked about how to consume a POX service using Cocoa. In this entry, I talk about how to create that POX service using ASP.NET MVC and how incredibly easy it is. Makes you wonder why anybody uses SOAP anymore...

Consuming an ASP.NET MVC POX Service from Cocoa

Mon 30 Jun 08 9:39 A GMT-05
In this blog post I'll take a look at the Objective-C/Cocoa code required to consume a POX service hosted by an ASP.NET MVC application.

Client/Server Applications in the Age of Web 2.0 - Have we gone mental?

Mon 01 Oct 07 1:43 P GMT-05
Assuming you get the Wayne's World reference, read on: In this day and age of Web 2.0 and exposing software as a service, has the number of new and modern possibilities dulled our ability to create good clean C/S apps?

Exposing LINQ to SQL entities through a POX service in VS 2008

Thu 23 Aug 07 2:09 P GMT-05
While it is fantastic that you can bind ASP.NET controls to LINQ to SQL data, a lot of the time you might want to be exposing that data via web services, or better yet, raw XML web services (POX) with no SOAP. In this post I cover this task.

Creating a Silverlight App that consumes a POX service

Sat 02 Jun 07 10:59 P GMT-05
This blog entry summarizes my experience creating a Silverlight application that consumes data from a POX service written using Orcas Beta 1

What I think is a bug in WCF POX messaging

Thu 04 Jan 07 11:58 A GMT-05
I've recently run across a spot in the WCF POX messaging scenario that should be raising an exception and isn't