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 |
I have interview in accenture.I cleared 1st round in techniqual.I have interview with project lead.pls help me.
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
what is the three pillar of .Net ?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Explain the role of assembly in the .net framework.
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
Can we have enum in entity framework?
What is entitycontainer? : Entity framework
What is the property available to check if the page posted or not
How the ‘page lifecycle’ of ASP.Net MVC does works?
What are the advantages of mvc over asp.net?