What is difference between constants, readonly and, static
Answer / 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 |
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
How to ensure the credentials for WebService using Windows authentication
What is model first? : Entity framework
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How do I change the permission set for a code group
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
What are Resource Files ? How are they used in .NET
What is difference between viewbag and viewdata and tempdata?
Explain something about model, view and controllers in asp.net mvc?
Explain entity lifecycle? : Entity framework
Explain dependency resolution?