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 minimum requirement for entity framework applications to run?
Possible ways to prevent xss attacks on mvc application?
What is razor code?
How to update one of my table in database at 4pm every day how it is possible?
Can you set the unlimited length for "maxjsonlength" property in config?
What is the benefit of entity framework?
what is datacontrols?
What is the difference between .net core and .net framework?
What is edm (entity data model)? : Entity framework
what is .edmx file and what it contains?
What is poco proxy? : Entity framework
What is meant by domain model?
Which are the important namespaces used in ASP.Net MVC?
what is entity framework advantage?
What is the meaning of unobtrusive javascript? Explain us by any practical example.