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
what is scalar property?
What is presentation framework?
explain why t4 entity is important in entity framework?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What type of filter does outputcacheattribute class represents?
What is renderbody?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is .net core framework?
When will the .net framework 3.0 be released?
What is razor code?
What is code first? : Entity framework
Define the core components of an ASP.NET MVC application?
Give an example for authorization filters in an asp.net mvc application?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
what is entityclient?