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 .net framework 4.8 the last version?
How to Create an Intranet Site Using ASP.NET MVC?
Explain entity lifecycle? : Entity framework
What are actions in mvc?
The order of the filters that get executed, if the multiple filters are implemented?
What is Layout in ASP.Net MVC?
What are Non Action methods in ASP.Net MVC?
Define the core components of an ASP.NET MVC application?
What is the use of action filters in an mvc application?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What are Scaffold templates in ASP.Net MVC?
Is it possible to create a custom filter?
What are the new enhancements done in default project template of asp.net mvc 4?
Explain what is routing?
What is partialview in asp.net mvc?