Uploading/Downloading a file using WCF REST service in .NET 3.5

Last week I blogged about how to create a RESTful service using WCF and how it was to actually not learn anything in order to make your existing WCF service RESTful. Converting a normal WCF service to being RESTful might be an easy task, but when it comes to streaming files over a REST callContinue reading “Uploading/Downloading a file using WCF REST service in .NET 3.5”

Creating and consuming a RESTful service using WCF and JavaScript

REST !! REST !! REST !! It’s the buzz word recently with the advent of mobile revolution. You know what’s more worse than not having heard about a Buzz word!! Its having heard about it, but having no idea of its implications or practical implementation. Sometime back I blogged about how easy Microsoft has made it toContinue reading “Creating and consuming a RESTful service using WCF and JavaScript”

Operation Contract Overloading in WCF.. Not your usual Polymorphism!

There is no denying the fact that Microsoft has made life easy for Developers, both Windows and Web. Over the years MS have come up with great IDEs using which any High School Student could go ahead and build a fully functional application(Yes, it’s that easy). Microsoft makes things easy for people by abstracting allContinue reading “Operation Contract Overloading in WCF.. Not your usual Polymorphism!”