My background is in software development, not marketing, not sales, not real estate ... its software development. Over the years I've been a full time employee, consultant and business owner and …
ModelBinding ASP.NET MVC and Multiple Field Validation
This tip comes to you from my blog, but the hat-tip goes to Andres Nelson whom I work with at my current client who actually showed me how to do this. The Scenario You have a grid with multiple …
Continue Reading about ModelBinding ASP.NET MVC and Multiple Field Validation →
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, …
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 →