Tagged Questions
2
votes
2answers
84 views
asp.net MVC 2 - most elegant way of isolating guard code - guarding against null controller parameters
Hi all
I have a very simple problem, but I'm looking for the 'best' solution to the following:
I have multiple controller actions something like this:
public ActionResult ...
1
vote
1answer
80 views
Namespace Organization - AOP Validators
I have started using aspects for parameter validation in our development framework. It works nicely, and I enjoy not littering the first half of a public method with validation code.
What I am ...