What is difference between constants, readonly and, static
Answer Posted / kirti
Constants: The value can�t be changed
Read-only: The value will be initialized only once from the constructor of the class.
Static: Value can be initialized once.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How we can register the Area in ASP.Net MVC?
What is html.renderpartial?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is entity sql?
What is the domain object?
What is viewstart page in mvc?
What is conceptual model? : Entity framework
What is meant by tempdata in mvc?
Is dapper better than entity framework?
Explain bundle.config in mvc4?
explain how you can load related entities in ef (entity framework)?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What are the advantages of asp.net mvc?
What is entity graph? : Entity framework
What is ViewStart Page in ASP.Net MVC?