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 3 main components of an asp.net mvc application?
What is the difference between STA and MTA?
In which assembly is the mvc framework defined?
How large is the .net framework 3.0? Does this change make the release larger?
Can we have more than 1 partial classes in the same file?
What is RouteConfig.cs in ASP.Net MVC 4?
Which is the base class for .net Class library?
how do you truncate a table using entity data model?
What are the levels at which filters can be applied in an asp.net mvc application?
Which is the best institute in hyderabad to learn DotNet?
152 Answers Cygnet Infotech, Infosys, Student, SVIT, TCS,
Can I redirect tracing to a file
What are Action Filters in ASP.NET MVC and its use?