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 does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
How does assembly versioning work?
Difference between Dispose and Finalize method
How do I use partial view?
What are the different authentication modes in the .NET environment?
Tell me the best web-sites for Learning the ASP DOT NET.
can we call the garbage collector to run explicicitly?
What are the components of the .net framework.
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What is the main difference between VS 2005 and VS 2003?
What is the difference between viewbag and viewdata in mvc?
What is Area in ASP.Net MVC?