What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?



What are the difference between asynchronous controller implementation between asp.net mvc 3 & a..

Answer / Obaid Ur Rehman

In ASP.NET MVC 3, developers had to manually handle async operations using callbacks or Task objects. In contrast, ASP.NET MVC 4 provides a more streamlined approach by automatically handling asynchronous actions without the need for explicit callbacks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

1 Answers  


what is an assembly?

11 Answers  


Explain how you can implement Ajax in MVC?

1 Answers  


What is difference between viewbag and viewdata and tempdata?

1 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

1 Answers  


What is the significance of nonactionattribute?

1 Answers  


What is viewbag title?

1 Answers  


What is GC (Garbage Collection) and how it works

1 Answers  


How do you handle variable number of segments in a route definition?

1 Answers  


Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?

7 Answers  


Explain the .net framework.

1 Answers  


Categories