• Home
  • You are the lead developer on a team that has been working on a large website for months, and several controllers are getting unwieldy.
Question 1:
You are the lead developer on a team that has been working on a large website for months, and several controllers are getting unwieldy. You do not have that problem with views and models because most of your communications are through AJAX to display snippets of information on the UI. What changes can best help you solve your problem? (Choose all that apply.)
A. Create partial classes for the controllers that have AJAX functionality to create a set of Controller.Ajax.cs files. Put the AJAX-specific functionality in those files
B. Create an area called AJAX. Move the specific AJAX functionality into the Controllers directory and leave the Views and Models directories empty
C. Create a new ASP.NET MVC 4 application project. Move the AJAX functionality into that so that it will be more responsive
D. Create an area called AJAX. Move all controllers, models, and views into the area
E. A and C both

These questions are from this test. Would you like to take a practice test?

MVC Quiz 3 | Englishfreetest.com