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

More Data Annotations

thumbnail Here are more stuff that I discovered that we can do with  Data Annotations . Re-use Validation in Business Components You will be pleased t...

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

Data Annotations

thumbnail
I discovered data annotations while I was learning ASP.NET Web Forms Model Binding sometime back. From a little reading, I got to know tha...

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

New IIS Express Behavior in VS 2013?

thumbnail
If you have been using Visual Studio 2013 for a while, you will notice that it behaves differently from previous versions of Visual Studio ...

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

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

Popular Post