Answer Posted / sri4u_926
Boxing: Converting of Stack based values into the Heap
Based values i.e coverting of a value type to a reference
type is the Boxing.
UnBoxing is vice versa.
Is This Answer Correct ? | 41 Yes | 1 No |
Post New Answer View All Answers
Explain what is asp.net mvc?
what do you mean by navigation property?
what is use of entitydatasource control?
What is iobjectset? : Entity framework
Explain tempdata in mvc?
What is the use of view model in asp.net mvc?
How does �side by side� work for the .net framework 3.0?
What is .net architecture?
what do you mean by table-per-type?
Explain how to use multiple submit buttons in ASP.Net MVC?
Explain what is the difference between view and partial view?
The order of the filters that get executed, if the multiple filters are implemented?
Explain the methods used to render the views in ASP.Net MVC?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Give an example for authorization filters in an asp.net mvc application?