Contents tagged with ASP.Net MVC
-
Need for Light Weight View engine from Microsoft and Evil of Codebehind in ASP.net MVC.
Some how I had an impression in my mind that current version of ViewEngine was just a temporary solution until Asp.Net MVC reaches to Beta stage. It seems now that current version is going to be final at least for V1. If you are like me who do not like ViewPage, then you will have to relay on MVC Contrib for either Brail or NVelocity.
-
XSLT Transformation in ASP.net MVC framework
In my last post I talked about using a partial view to render hierarchical data, however XSL transformation looks more appropriate for such cases. ASP.Net has XML control which can display XML document using XSL Transformations. I will show you how similar thing can be achieved in ASP.NET MVC Framework.
-
Display hierarchical data in ASP.net MVC framework
I am playing around recently with MVC Framework and as a apart of my experiments I wanted to display hierarchical data. I want to share my finding with you, I hope you will find this interesting and if you are interested you can download source here.
-
AJAX Get Request using ASP.NET MVC & Prototype
Prototype JavaScript Framework enables you to deal with Ajax calls in a very easy way and it is also cross-browser. It provides few simple functions to encapsulate AJAX request.