in Technology by
How to differentiate between ActionResult and ViewResult?

1 Answer

0 votes
by

Some common differentiation between ActionResult and ViewResult is –

ActionResult ViewResult
It becomes effective if you want to derive different types of views dynamically It is not so effective in deriving different types of views dynamically
It is an abstract class, meaning it has methods and variables without the implementation body of instruction. This has been derived from the ActionResult class
JsonResult, ViewResult, and FileStreamResult are some examples of its derived class This class do not have its own derived class

Related questions

0 votes
    How will you differentiate between git pull and git fetch?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How will you differentiate between git pull and git fetch?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How will you differentiate between Git and GitHub?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    a. What is abstraction? How it is different from inheritance? b.Differentiate between compiler and interpreter. c. ... final keyword. Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    a. What is abstraction? How it is different from inheritance? b.Differentiate between compiler and interpreter. c. ... final keyword. Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    To differentiate between singular and plural, __________. A. (?:text|texts) B. (.*text|texts) C. (*text|texts) D. (?text|texts)...
asked Dec 13, 2022 in Technology by JackTerrance
0 votes
    Is Scrum and Agile the same? If not so, differentiate between them....
asked Aug 19, 2021 in Technology by JackTerrance
0 votes
    Differentiate between univariate, bivariate, and multivariate analysis....
asked Apr 26, 2021 in Technology by JackTerrance
0 votes
    Differentiate between Reusable Transformation and Mapplet....
asked Mar 29, 2021 in Technology by JackTerrance
0 votes
    Differentiate between joiner and Lookup Transformation....
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    Differentiate between Source Qualifier and Filter Transformation?...
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    Differentiate between TOS for Data Integration and TOS for Big Data?...
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    Differentiate between TOS for Data Integration and TOS for Big Data....
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    Differentiate between the usage of tJava, tJavaRow, and tJavaFlex components....
asked Mar 18, 2021 in Technology by JackTerrance
0 votes
    Differentiate between “insert or update” and “update or insert”....
asked Mar 18, 2021 in Technology by JackTerrance
...