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
Explain the various objects in dataset.
Which keyword is used to accept variable number of parameters?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is difference between executequery and executeupdate?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Which parameter of ConnectionString is used to specify the name of the database?
What is executequery?
What are all the commands used with Data Adapter?
What are the advantages and disadvantages of using datalist?
What is data control techniques?
Explain the difference between ado and ado.net?
What is an example of ordinal data?
How to add an aggregate column?
What is DataReader Object?
What is the full form of ado?