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
Can you explain the page life cycle of mvc?
mention in what all scenarios entity framework can be applicable?
What is meant by domain model?
What is poco proxy? : Entity framework
What is the difference between viewbag and viewdata in mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
what is use of entitydatasource control?
What are the main components of .net framework?
Possible ways to prevent xss attacks on mvc application?
In which assembly is the mvc framework defined?
what is lazy loading in entity framework?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is .net core framework?
what is minimum requirement for entity framework applications to run?