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 ...
Posted in ASP.NET, Asp.net MVC, Linq | No Comments »
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 ...
Posted in Asp.net MVC, Mock, Testing, Web | 7 Comments »