.Net Questions

  • Differences between DLL and EXE?
  • Can an assembly have EXE?
  • Can a DLL be changed to an EXE?
  • Compare & contrast rich client (smart clients or Windows-based) & browser-based Web application
  • Compare Client server application with n-Tier application
  • Can a try block have more than one catch block?
  • Can a try block have nested try blocks?
  • How do you load an assembly at runtime?
  • If I am writing in a language like VB or C++, what are the procedures to be followed to support .NET?
  • How do you view the methods and members of a DLL?
    What is shadowing?
  • What are the collections you’ve used?
  • What is the base class of .NET?
  • Explain assemblies.
  • Name some of the languages .NET support?
  • ADO.NET features? Benefits? Drawbacks?
  • How many types of exception handlers are there in .NET?
  • Difference between Panel and GroupBox classes?
  • What is the base class of Button control?
  • What is Response object? How is it related to ASP’s Response object?
  • What is IIS? Have you used it?
  • Main differences between ASP and ASP.NET.

2 comments:

  1. Difference between Panel and GroupBox classes?

    Panel & Group box both can used as container for other controls like radio buttons & check box.

    The difference in panel & group box are
    Panel
    1) In case of panel captions cannot be displayed
    2) Can have scroll bars.

    Group box
    1) Captions can be displayed.
    2) Cannot have a scroll bar

    ReplyDelete
  2. Why is there no questions about C++? arrggg I need help...

    ReplyDelete