Answer Posted / kirti
Value Type : A variable of a value type always contains a value of that type. The assignment to a variable of a value type creates a copy of the assigned value, while the assignment to a variable of a reference type creates a copy of the reference but not of the referenced object.
The value types consist of two main categories:
* Stuct Type
* Enumeration Type
Reference Type :Variables of reference types, referred to as objects, store references to the actual data. This section introduces the following keywords used to declare reference types:
* Class
* Interface
* Delegate
This section also introduces the following built-in reference types:
* object
* string
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to share a view across multiple controllers?
What is objectset? : Entity framework
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
what is datacontrols?
How does �side by side� work for the .net framework 3.0?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
explain how you can load related entities in ef (entity framework)?
Explain test driven development (tdd) ?
Which filter executes first in an asp.net mvc application?
Why should we go for entity framework?
Mention some action filters which are used regularly in ASP.Net MVC?
When will the .net framework 3.0 be released?
What is the difference between adding routes, to a webforms application and to an mvc application?
What are the two ways to add constraints to a route?
Explain the new features 3.5 framework against with the tool?