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 tutorial?
What is two way data binding android?
Why is it important to close an ado.net application?
What are the several execute methods of ado.net?
What are the rules to implement connection pooling?
Define Execute Reader?
Which is faster sqldataadapter and sqldatareader?
Describe briefly an ADO.NET Dataset ?
What are the ado.net connection pooling parameters?
What do you know about ado.net's methods?
What is command class in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
Why is stored procedure used in ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?