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 is code first? : Entity framework
In Server how to check whether model has error or not in ASP.Net MVC
what is use of entitydatasource control?
What is presentation framework?
What are the main features of asp.net mvc 4 used by asp.net web api?
Difference between .NET & J2EE
How does work clr?
what is the use of final method
Can I set the unlimited length for "maxjsonlength" property in config?
What is route config?
What is a model in android?
Does .NET Framework support SAX?