Answer Posted / suresh
converting value type to reference type is called boxing.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Which is faster union or union all?
Why do we need url encoding?
Where is the view state data stored?
What are strong names?
How can you access the properties and controls of master pages from content pages?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How many types of file extensions for razor views in ASP.Net MVC?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
When does a session actually start?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain the path instructions in xaml?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is autopostback true?
How response object is related to asp's response object?