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 difference between razor and web form engine?
Does .NET Framework support SAX?
How to answer for project questions..?
What are actions in asp.net mvc?
How can I return string result from action in asp.net mvc?
Explain tempdata in mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is entity framework firstordefault?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are Action Filters in ASP.NET MVC and its use?
What are the main components of .net framework?
what is model first approach?
Can you please explain the request flow in ASP.NET MVC framework?
What is the use of razor view engine?
Which is the default http method for an action method?