Showing posts with label ASP.NET Web API. Show all posts
Showing posts with label ASP.NET Web API. Show all posts

Layered Architecture: Component Interactions

thumbnail
The Layered Architecture principle states that components in one layer should only know and interact with components that are in the layer ...

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...

Layered Architecture: Deploying to Windows Azure

thumbnail
With the arrival of cloud computing, we may wonder whether the  Layered Architecture Pattern  would still be relevant. In theory, everything...

ASP.NET WEB API 2 Routing Woes

thumbnail I was trying out ASP.NET WEB API 2 and I fumbled. I was caught off guard by the new Routing behavior. I created 2 controllers: public class...

Layered Architecture: Deployment Strategies

thumbnail
In my previous  post , I have briefly explained the functions of each logical components in the Layered Architecture Pattern  and in this po...

Layered Architecture: Introduction

thumbnail
I have always been an advocate for the Layered Architecture pattern . Since the day I was exposed to it, I have always tried to practice it...

Custom ASP.NET WEB API Controller Suffix

thumbnail One constraint I found out with ASP.NET WEB API is that it forces us to have the suffix of "Controller" (i.e. ExpenseController )...

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...

Popular Post