Archive for the ‘Asp.net MVC’ Category

jqGrid + Linq + Asp.Net MVC example

Saturday, August 15th, 2009

For those who want get working these tools/frameworks and achieve a grid like this: Okey, if you like that, this is the stuff used to get it work: System.Linq.Dynamic. More... jqGrid. More... and for more Online Demos go here... Asp.Net MVC. More... Download the code example here. The application was based on the well known example ...

Asp.net MVC: Testing a custom Authorize filters

Saturday, May 23rd, 2009

Asp.net MVC let you intercept the actions via a feature they call: Filters. Filters are just attributes that you decorate into actions and them allow to you make an stop before or after the action-methods are executed (also are filters to intercept code before/after the result is executed, errors are ...