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 |
What is ado.net data provider? : Entity framework
In which testing using in .net framwork?
Can we change web.config settings from iis?
How to update one of my table in database at 4pm every day how it is possible?
what is model first approach?
How do I use partial view?
Explain linq to entities? : Entity framework
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible
How we can add the css in mvc?
How do I install .net framework?
Explain ASP.NET MVC Identity and Security?
What are the Main Features of .NET platform