-
Wednesday, November 04, 2009
Clojure is a dynamic programming language that targets Java Virtual Machine. Now with the alpha version of ClojureCLR, it could be made to work with .net also. So get ready let's dive in.
-
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.