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
Name which operations can you not perform on an ado.net dataset?
How can we perform transactions in .net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What are the key events of sqlconnection class?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is Data Provider?
Which is faster dataset or datareader?
What is the difference between ado.net and oledb?
How can we save all data from dataset?
What is serialization and de-serialization in .net?
Does dapper use ado.net?
What is executequery?
What is dataset object? Explain the various objects in dataset.
Explain the difference between sqlcommand object and command behavior object?
What do you know about ADO.NET's objects and methods?