For Questions about the ASP.NET MVC 3 Framework
0
votes
1answer
379 views
What are the tradeoffs for using 'partial view models'?
I've become aware of an itch due to some non-DRY code pertaining to view model classes in an (ASP.NET) MVC web application and I'm thinking of scratching my itch by organizing code in various 'partial ...
1
vote
0answers
346 views
ASP.NET Mvc3 - application/request lifetime and dependency injection
I thought of asking on SO, but it seems this is more of a "concept" type question than a "problem" type question. If it needs to be moved, please do so.
Anyway, I'm having a tough time finding ...