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
How to prepare culture-specific formatting in .net.
What is the use of view state?
Why does my asp.net file have multiple tag with runat=server?
What is query string? What are its advantages and limitations?
Is asp.net a programming language?
Web API supports which protocol?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
calling result set one procedure to anothar procedure in sql2000
What are tuples?
What is ispostback method in asp.net? Why do we use that?
What is the difference between cache and cookies?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Which platform does Microsoft .NET use for exchanging data between applications?
How do session tokens work?
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?