Controller should not have domain logic. How faithful should one adhere to this tenet?
- by Hao
Quoting from page 49 of Pro ASP.NET MVC book
It is certainly possible to put domain
logic into a controller, even though
you shouldn’t, just because it seems
like it will work anyway. It’s easy to
avoid this if you imagine that you
have multiple UI technologies (e.g.,
an ASP.NET MVC application plus a
native iPhone application)…