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
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How to check if a datareader is closed or opened? IsClosed()
What is meant by executenonquery?
Explain how do you connect to sql server database without using sqlclient?
How to create dynamic gridview?
What is the difference between ADO and ADO.Net?
What are datareaders?
What are the different methods available under the sqlcommand class to access the data?
What is a non query?
Do you use stored procedure in ado.net?
What is ole in vb?
Is it possible to load multiple tables in a Dataset?
What are the ado.net components?
What are dataproviders?
What is the difference between an ADO.NET Dataset and an ADO Recordset?