Select from following answers:- Put a synchronous service call into the main page controller
- Design the Model that handles service call and populate it with web service response.secondly create a partial view containing only this display area and put an asynchronous service call that returns this model in the partial view controller.
- Create a partial view containing only this display area and put a synchronous service call in the partial view controller.
- All Above
SoC(Separation of concern) recommends manipulation should occur in a model. Additionally, response time of web service is unknown.
Show Correct Answer
|
Alert Moderator