Archive for December, 2013

WCF in MVC

Many years ago I have written an article about demystifying WCF in Asp.Net, today I am going to show you how to create and host WCF services in a MVC environment, in the article mentioned earlier, it is said that WCF service is a ServiceHost, what is it then for WCF service consumer? So you will also be able to see in here that how to create a service consumer in a demystified way.

Read the rest of this entry »

Tags: ,

Differences of Isolation levels

Here I am trying to explain the difference of isolation levels in plain English together with the scenarios in real situation which we can relate with those concepts .

There are two main concepts that are used to define the differences of isolation levels:

Read the rest of this entry »