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 Reference type and value type

Answer Posted / kirti

Reference Type:

Reference types are allocated on the managed CLR heap, just like object types.

A data type that is stored as a reference to the value's location. The value of a reference type is the location of the sequence of bits

that represent the type's data. Reference types can be self-describing types, pointer types, or interface types

Value Type:

Value types are allocated on the stack just like primitive types in VBScript, VB6 and C/C++. Value types are not instantiated using new go out of scope when the function they are defined within returns.

Value types in the CLR are defined as types that derive from system.valueType.

A data type that fully describes a value by specifying the sequence of bits that constitutes the value's representation. Type information for a value type instance is not stored with the instance at run time, but it is available in metadata. Value type instances can be treated as objects using boxing.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make sure Client Validation is enabled in ASP.Net MVC

1017


What is object service? : Entity framework

1114


What is page life cycle?

921


What is renderbody?

973


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

938


What is entityset? : Entity framework

976


i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources

1957


mention what is the key advantage of using entity framework or ef?

950


What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

922


what is minimum requirement for entity framework applications to run?

1043


I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?

3083


Is it possible to create a custom filter?

954


Give an example for authorization filters in an asp.net mvc application?

939


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

1032


What is the difference between model and entity?

968