what is value type to reference type
Answers were Sorted based on User's Feedback
Answer / prasad. surabathina
Value Types
Value types contains there data which are allocated on the
stack or in-line a structure
Reference Types
Reference types stores reference to the value memmory and
are allocated on the heap and refrence types can be self-
describing type pointer type or interface types.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rudranarasimha
correction
valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only.Both are derived from the System.object
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rudranarasimha
valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only..Both are derived from the System.valutype.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amar
value type is boxing and reference type is unboxing
| Is This Answer Correct ? | 3 Yes | 3 No |
AJAX - explain the concept and some controls like update panel, tabcontrol etc
How to transpose rows into columns and columns into rows in a multi-dimensional array ?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
Why is xap important?
What is the difference between dispose() and finalize()?
Tell About Global.asax ?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
How to use push notification?
What is customer control and user control?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What kind of data can be stored in viewstate?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)