MVC Models - Where To Load/Process Data?http://forums.asp.net/t/1785297.aspx/1?MVC+Models+Where+To+Load+Process+Data+Mon, 26 Mar 2012 12:25:45 -040017852974899513http://forums.asp.net/p/1785297/4899513.aspx/1?MVC+Models+Where+To+Load+Process+Data+MVC Models - Where To Load/Process Data? 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. 2012-03-26T12:23:46-04:004899519http://forums.asp.net/p/1785297/4899519.aspx/1?Re+MVC+Models+Where+To+Load+Process+Data+Re: MVC Models - Where To Load/Process Data? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>smehaffie</h4> 3) Methods can be in a totally separate project</blockquote> <p></p> <p>Testing</p> <p>Code Re-use</p> <p>Layer separations.</p> 2012-03-26T12:25:45-04:00