How many classes can a single .NET DLL contain?
Answers were Sorted based on User's Feedback
List some of the important session state modes of asp.net.
What is the benefit of WebAPI over WCF?
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
How can we create custom controls in asp net?
Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?
Apart from IDE what are the enhancements in asp.net 2.0?
What a diffgram is, and a good use for one?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
AJAX - explain the concept and some controls like update panel, tabcontrol etc
Is asp net front end or backend?
How to set the pane area to transparent of a scrollPane component.?
What are the Application_Start and Session_Start subroutines used for?