Showing posts with label ASP.NET MVC. Show all posts
Showing posts with label ASP.NET MVC. Show all posts

ASP.NET MVC with SignalR - Client Undefined Error

thumbnail While working on a new ASP.NET MVC layer sample with SignalR, I have constantly encountered the following error when I tried to access the ...

Serializing Enums in ASP.NET SignalR

thumbnail
Was working on a new  layered architecture sample that uses ASP.NET SignalR and found out that it couldn't serialize the  enums proper...

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

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

Layered Architecture Sample June Updates

thumbnail Just wanted to quickly post a note before I go to bed. For the past weeks, I have been diligently updating my  Layered Architecture Samples ...

MVC and Layered Architecture

thumbnail
T hroughout the years of promoting Layered Architecture on .NET, I have occasionally came across the question on how to integrate the Model-...

Popular Post