Integer & struct are value types or reference types
in .NET?
Answer Posted / kondapallysantoshkumar
valuetype,becuase they r allocated on stack..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What are Action Filters in ASP.NET MVC and its use?
Can we have enum in entity framework?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Explain RenderBody and RenderPage in ASP.Net MVC?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What are the versions of .net framework?
What is the advantage of using asp.net routing?
What is code first? : Entity framework
What are differences between entity framework and l2s? : Entity framework
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
explain lazy loading, eager loading, and explicit loading?
what is linq to entities?
Can I add asp.net mvc testcases in visual studio express?
How we can handle the exception at controller level in ASP.Net MVC?