Explain MVC model binders?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
WHAT IS BOXING? HOW WE CAN USE IT?
Are xaml file compiled or built on runtime?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What type of code (server or client) is found in a Code- Behind class?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How will you load dynamic assembly? How will create assesblies at run time?
What does the "EnableViewState" property do? Why would I want it on or off?
What is view state? where it stored? can we disable it ?
Have u used webcontrols?Tell me something about these?
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
What is boxing and how it is done internally?