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 ado.net and its features?
What is the use of Dataview?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado and rdo?
What is microsoft ole db provider for sql server?
Does entity framework use ado.net?
Which keyword is used to accept variable number of parameters?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are all the classes that are available in System.Data Namespace?
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 the difference between SqlCommand and SqlCommandBuilder?
What is sqldatasource?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is bubbled event can you please explain?
What is the difference between Datareader and Dataset?