Your are going to design dashboard functionality which will display summary information of order processing system in your asp.net mvc web application. Dashboard page will be the only place where you need to combined data which will comes from order,shipping and accounting system. What is the best to way to achieve this goal?

 Posted by Rajkatie on 1/22/2015 | Category: ASP.NET MVC Interview questions | Views: 19562 | Points: 40
Select from following answers:
  1. Develop separate model for each of the data requests and then merge the data on the client side for display.
  2. Develop separate model for each of the data requests and then create a view specific model which calls those models and merges the data.
  3. Call various data requests in the controller for display.
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response