What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
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 |
what is a round trip?What is a postback?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
what is an assembly?
Explain how you can implement Ajax in MVC?
What is difference between viewbag and viewdata and tempdata?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is the significance of nonactionattribute?
What is viewbag title?
What is GC (Garbage Collection) and how it works
How do you handle variable number of segments in a route definition?
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?
Explain the .net framework.