What is the difference b/w constant & read only variable?
Answer Posted / test
Constant: The value of a constant variable is set at
compile time and can't be reset again.
Readonly: Can be set in a constructor or can be reset again.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is the use .glimpse in mvc?
What is a view engine?
How can we determine action invoked from HTTP GET or HTTP POST?
What is difference between html.beginform and ajax.beginform?
How can you return string result from Action in ASP.Net MVC?
Explain unit test done by tester on development team?
Explain tempdata in mvc?
What is clr? How does work clr & wht is work of clr?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
which are the key concepts of entity data model?
How we can multiple submit buttons in ASP.Net MVC
What is meant by tempdata in mvc?
What is latest version of .net framework?
Can you use Razor code in Javascript in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?