What is Value type and reference type in .Net
Answer / 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 |
And if they have conflicting method names ?
Is any files are generated,when we are adding the web reference to the web service?
Explain the .net framework.
What is Global Assembly Cache (GAC) and what is the purpose of it?
What is web api‘s in asp.net mvc 4 ?
What is Area in ASP.Net MVC?
What are sections?
What is MSIL, IL, CTS?
If foreground completes its processing will it wait for background threads?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
what is .net?
Is mvc 4 supporting windows azure sdk (software development kit) ?