Integer & struct are value types or reference types
in .NET?
Answer Posted / prateekbindal
Integer, boolean, struct are value type which are stored on
Stacks and string, arrays are referenced type which are
stored on Heap.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is latest version of .net framework?
How can you return string result from Action in ASP.Net MVC?
What are the 3 main components of an asp.net mvc application?
will there be any issues adding a table without primary keys to a data model?
What is the meaning of unobtrusive javascript?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
How we can invoke child actions in ASP.Net MVC?
what is msl?
How the ‘page lifecycle’ of ASP.Net MVC does works?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Can any particular component of .net framework 3.0 be removed?
Is dapper faster than entity framework?
What is Dependency Injection in ASP.Net MVC
What is Differnce between html.action and ajax.action?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?