How many classes can a single .NET DLL contain?

Answers were Sorted based on User's Feedback



How many classes can a single .NET DLL contain? ..

Answer / sandeep

we can have unlimited calsses in one .NET Dll

Is This Answer Correct ?    17 Yes 1 No

How many classes can a single .NET DLL contain? ..

Answer / priya

unlimited

Is This Answer Correct ?    15 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

List some of the important session state modes of asp.net.

0 Answers  


What is the benefit of WebAPI over WCF?

0 Answers  


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.

1 Answers  


How can we create custom controls in asp net?

0 Answers  


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?

3 Answers  






Apart from IDE what are the enhancements in asp.net 2.0?

0 Answers   Microsoft,


What a diffgram is, and a good use for one?

0 Answers  


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


Is asp net front end or backend?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


Categories