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
Explain how to use multiple submit buttons in ASP.Net MVC?
Why should we go for entity framework?
Explain the advantages of asp.net mvc over asp.net?
Explain the role of assembly in the .net framework.
what is client wins and store wins mode in entity framework concurrency?
What is the .net framework 3.0 (formerly winfx)?
What symbol would you use to denote, the start of a code block in razor views?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
what is model first approach?
What is the use of action filters in an mvc application?
What is ViewStart Page in ASP.Net MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
what is entity framework?
What is the need of Action Filters in ASP.Net MVC