Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Value type and reference type in .Net

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


Please Help Members By Posting Answers For Below Questions

What are the two ways to add constraints to a route?

916


Explain what languages does the .net framework support?

916


What is the advantage of mvc?

978


Why we need a separate mobile project template, while we can render our web application in mobile ?

1082


What are Scaffold templates in ASP.Net MVC?

1010


How to return the JSON from action method in ASP.Net MVC?

1161


How to update one of my table in database at 4pm every day how it is possible?

964


What type of filter does outputcacheattribute class represents?

1053


What does a viewmodel do?

959


mention what is code first approach and model first approach in entity framework?

1059


How we can handle the exception at controller level in ASP.Net MVC?

1030


How we can call a javascript function on the change of a dropdown list in mvc?

1004


What are the advantages of asp.net mvc?

990


Difference between ASP.NET MVC and ASP.NET WebForms?

1012


Explain entity lifecycle? : Entity framework

1000