What is reference by value how does it works in .net?
Answer Posted / khalid
Referance type variables is stored in heap.
Value type variables is stored in stack.
when you declare a var as reference and change the value of
var it will be reflected across
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is partial class?
Which keyword is used to accept variable number of parameters?
What is the role of clr?
What is the difference in an abstract class and an interface?
What is the difference between ado.net and entity framework?
What is the difference between data reader and data adapter?
Why is it important to close an ado.net application?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Some important instruction regarding ADO.NET connection string ?
What does datareader object do?
What are all the commands used with Data Adapter?
What are the namespaces used in ADO.Net to connect to a database?
What is the maximum pool size in ado.net connection string?
What are the parameters that control most of connection pooling behaviors?