A couple of days ago I threw out a poll on twitter to see what people thought of a particular question I had in mind. Here it is: What I'm after is pretty simple ... how should one handle …
ASPNET MVC: Handling Multiple Buttons on a Form with jQuery
Sometimes your task in MVC involves many buttons in the same form. Such as the screen shot here. What happens in most situations is that you end up having some code that kind of looks like …
Continue Reading about ASPNET MVC: Handling Multiple Buttons on a Form with jQuery →
MVC: Unit Testing Action Filters
Certain parts of ASP.NET MVC can be a real pain to test. Namely Model Binders, Action Filters and anything that relies on some magic "Context" that seems to derive from HttpContext, ControllerContext, …
jQuery Tip: Brute Force Dirty Form Detection
If you disable your "save" button on your MVC views when the page first loads and want them to be auto-enabled when any input on the form changes, you can do that with the following jQuery …
Continue Reading about jQuery Tip: Brute Force Dirty Form Detection →
No IE6 ActionFilter for ASP.NET MVC
*** Update ***: I've also created a cheap jQuery plugin for this as well. See the bottom of the post There's a lot of talk on Twitter today about IE6. I'm building a web application in my free time …
Continue Reading about No IE6 ActionFilter for ASP.NET MVC →
ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY
I’m using the ASP.NET MVC REST Toolkit for a REST API I’m building for a mobile infrastructure. Long story short, it will be responsible for service hundreds of thousands (if not millions) of users …
Continue Reading about ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY →