Showing posts with label REST. Show all posts
Showing posts with label REST. Show all posts

Layered Architecture: Applied Technologies

thumbnail
The Layered Architecture Pattern promotes isolation as one of its benefits and with layer isolation, we are given the idea of being able to...

WPF/MVVM and ASP.NET MVC/WEB API Samples

thumbnail
I'm excited to announce that the following samples have been added to the January 2014 release of Layered Architecture Sample for .NET ...

Layered Architecture Sample January 2014

thumbnail I have just finished converting and updating all the Layered Architecture Samples to Visual Studio 2013 and not only that, I have also upda...

URL Rewrite on IIS 8 (.aspx to .svc)

thumbnail My developers have been doing a lot of weird stuff with our WCF services and one of it, is to expose WCF services which uses WebHttpBinding ...

ASP.NET Web API Custom Formatter

thumbnail After I wrote this article about supporting service clients who require non-standardized response formats (i.e. comma-delimited values, cus...

WCF WebHttpBinding Custom WebMessageFormat

thumbnail
[Note: For ASP.NET Web API version, read here .] When web services was first introduced more than a decade ago, some people had a different ...

Popular Post