What are the Types of objects in ASP
Explain how do you deploy your asp.net application?
Differences between session state and Application state?
Can you edit data in the Repeater control?
What are strong names?
Why we are using mvc instead of asp.net? : Asp.Net MVC
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
How .net CLR works with n-tier application
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Can a master page have more than one contentplaceholder?
Does JITting occur per-assembly or per-method? How does this affect the working set?
How do I create a web form?
Describe a Windows Service and its lifecycle ?