Why string are called Immutable data Type
Answer / kirti
The memory representation of string is an Array of Characters, So on re-assigning the new array of Char is formed & the start address is changed . Thus keeping the Old string in Memory for Garbage Collector to be disposed.
Is This Answer Correct ? | 0 Yes | 0 No |
What is entity client data provider? : Entity framework
What is entity framework in asp net?
Can I redirect tracing to a file
What are the methods in Thread class?
What is the CLS
Explain what is the difference between view and partial view?
How to Create an Intranet Site Using ASP.NET MVC?
Explain what languages does the .net framework support?
How to Insert a TextBox value in to Sql database using C#.Net coding
mention what is the difference between ado.net and classic ado?
What is different between User Control and Web Control and Custom Control?
how do you query in entity model when the result has a join from from different database other than the entity model?