Archive for the ‘web services’ Category

Unifying Web "Sites" and Web Services with the ASP.NET MVC Framework

Posted on January 1st, 2008 by aaron
Filed under asp.net, tools, web services | 29 Comments

(For those who’d rather just download the code, the link is at the end.)
Lately I’ve been delving into the ASP.NET MVC framework, the timing of which has been interesting as I am about to finish reading RESTful Web Services by Leonard Richardson and Sam Ruby. It’s an excellent book that I’d highly recommend to anybody [...]

This just in: I’m a moron.

Posted on December 15th, 2005 by aaron
Filed under microsoft, web services | No Comments

A while back, I posted about VS.NET not accepting non-standard ports for web services when adding them via “Add Web Reference…”. I would like to update that post and say that boy, am I a moron. Of COURSE it can accept non-standard ports (and I wondered how they could leave that simple “feature” [...]

Contract-First Web Service Part II

Posted on May 19th, 2005 by aaron
Filed under web services | No Comments

It’s now posted.
at MSDN

Contract First Web Services

Posted on May 4th, 2005 by aaron
Filed under web services | No Comments

Aaron Skonnard, from Pluralsight, has written a great 2-part article on developing Contract-First Web Services.
I’ve had the privilege of getting my hands on both of the articles before they were released (the first was recently released, the second is still pending) and used them as a strong resource when developing a Web Service I’ve been [...]

Referencing a web service using a non-standard port in Visual Studio .NET 2003

Posted on February 21st, 2005 by aaron
Filed under web services | No Comments

Twice now I’ve come across this issue, so I’m documenting it here.
Adding a web service reference that doesn’t use the standard port (80) through Visual Studio .NET 2003’s “Add Web Reference” interface will cause you all kinds of pain. The issue is that although you can include a port number when specifying the URL for [...]