Articles

Thursday, October 30 2008
Authorization in ASP.Net MVC using XML Configuration.
Doing authorization in a clean way is always tricky, You want a delicate balance between an extreme abstraction and something like embedding roles in-side your compiled code, I have always preferred simple abstraction either using roles and their corresponding mappings in the database or using simple xml file to store action to role mappings.

Tuesday, February 05 2008
XSLT Transformation in ASP.net MVC framework
In my last post I talked about using partial view to render hierarchial data, however XSL transformation fits more naturally for such case. ASP.Net has XML control which can display XML document using Extensible Stylesheet Language Transformations. Following example shows ASP.NET MVC Framework way of doing similar thing.

Sunday, February 03 2008
Display hierarchical data in ASP.net MVC framework
This article shows possible ways to display hierarchical data in ASP.NET MVC framework using recursive partial view.

Monday, January 28 2008
AJAX Get Request using ASP.NET MVC & Prototype
This post presents a simple AJAX get call sample using ASP.NET MVC Framework and Prototype JavaScript framework.

My name is Jigar Desai I share my ideas on this site and you can contact me by filling contact form.