Tagged Questions

2
votes
2answers
85 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
81 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 ...