Answer Posted / murugavel
it is implicit convertion for value type to refference type
int x=10;
object y;
x=y;//boxing
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If we remove web.config or machine.config from the application then, is this application will works?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Which .NET framework supports Web API?
What do you mean by role-based security?
What's the difference between viewstate and sessionstate?
What is Bundling and Minification in MVC?
List all templates of the repeater control.
Explain the difference between web user control and web custom control?
How would you create a permanent cookie?
State differences between MVC and WebAPI
What is data binding in asp net?
What is server side session management?