There are 3 options where you can process data to/from model. 1) Methods can be in the actual model class. 2) Methods can be in separate class in same project (data manager classes) 3) Methods can be in a totally separate project. So what is the best option
and why. I can see arguments for each option. I just want to see what others think and why. So please post which option you use and why below.
smehaffie
Contributor
6301 Points
1268 Posts
MVC Models - Where To Load/Process Data?
Mar 26, 2012 12:23 PM|LINK
models
PC Resources, LLC
ignatandrei
All-Star
135047 Points
21654 Posts
Moderator
MVP
Re: MVC Models - Where To Load/Process Data?
Mar 26, 2012 12:25 PM|LINK
Testing
Code Re-use
Layer separations.