Thursday, October 11, 2007 - Posts

"REST", ASP.NET, WCF, Astoria

Is anyone out there building a "RESTful" (quoted as this is a very overloaded term) framework for ASP.NET ? On the "RESTful" front, there's the bits that WCF V3.5 does for you but that brings in an awful lot of framework. Then there's the work that Astoria Read More

DurableServices in WCF V3.5 :-(

I wrote about this once before. Let's say I'm building a service that I want to be stateless but has some notion of a session with a client. Let's say (for argument's sake) that the interface looks like this; public interface IServe {   int GetFirstNumber(out Read More