-
Wednesday, January 06, 2010
A simple introduction to dependency injection in asp.net MVC
-
Tuesday, January 05, 2010
Windows Communication Foundation (WCF) uses a serialization engine called the Data Contract Serializer by default to serialize and deserialize data (convert it to and from XML). All .NET Framework primitive types, such as integers and strings, as well as certain types treated as primitives, such as DateTime and XmlElement, can be serialized with no other preparation and are considered as having default data contracts. This post examines the basics of Data Contract serialization.
-
Saturday, October 10, 2009
This post dissects the areas feature in asp.net MVC and explores how the framework handles the request for controllers having same name in the areas.
-
Friday, October 02, 2009
MonoRail supports the concept of areas, which are logical groups of controllers. Now with the release of asp.net mvc 2 preview we can enjoy the convenience of areas in asp.net mvc applications officially.
-
Monday, September 28, 2009
In this post sequential workflow is further expanded by bringing more players in to the stage
-
Sunday, September 27, 2009
This is a first attempt to comprehend what the Sequential Workflow means in the context of Windows Workflow Foundation. The code will dissect a sample Sequential Workflow application.
-
Thursday, September 24, 2009
This post will explore the SqlConnectionStringBuilder, EntityConnectionStringBuilder, and EntityConnection in a hurry and examines how each of them builds upon another.