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 razor code?
Which filter executes first in an asp.net mvc application?
What is Jit compilers?.how many are available in clr
what is the diff b/w asp.net 2.0 & 3.5
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
Can you declare an override method to be static if the original method is non-static
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What is entityset? : Entity framework
What are actions in asp.net mvc?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
mention what is csdl, ssdl and msl sections in an edmx file?