What is the difference b/w constant & read only variable?
Answer Posted / dharmendra
constant value set on initialization it not may be change or
reset when that readonly can be change in running time.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is model first? : Entity framework
Are there any parts of the .net framework 3.0 that only work on windows vista?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain the 'page lifecycle' of an ASP.NET MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
What is ViewData and TempData in ASP.Net MVC?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
what do you mean by navigation property?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is stateless model?
Explain the methods used to render the views in ASP.Net MVC?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
what is ssdl?
How do you handle variable number of segments in a route definition?