3 min read 0

single page application architecture

I’ve been poking around at a lot of JavaScript over the last year or two and have been refining this layered architecture for setting up applications. The main idea behind it is to cover all the old bases in a way that also reduces the number of requests and performs very well. The layers I am using are setup like…
2 min read 1

REST WCF Service Meets Azure… or does it?

I’ve been playing with a REST WCF service for a bit and noticed when I attempted to add it to Azure’s service bus that it blew up on me. It even goes so far as to kill the development web server in VS2008. After a little debugging I traced it back to a small bug in the Microsoft.ServiceModel.Web code from…

Pin It on Pinterest