what is value type to reference type

Answer Posted / prasad. surabathina

Value Types
Value types contains there data which are allocated on the
stack or in-line a structure

Reference Types
Reference types stores reference to the value memmory and
are allocated on the heap and refrence types can be self-
describing type pointer type or interface types.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to prepare culture-specific formatting in .net.

621


What is the use of view state?

609


Why does my asp.net file have multiple tag with runat=server?

655


What is query string? What are its advantages and limitations?

615


Is asp.net a programming language?

624






Web API supports which protocol?

974


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

622


calling result set one procedure to anothar procedure in sql2000

1434


What are tuples?

629


What is ispostback method in asp.net? Why do we use that?

703


What is the difference between cache and cookies?

606


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

607


Which platform does Microsoft .NET use for exchanging data between applications?

666


How do session tokens work?

616


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1619