logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to create a Delegate?


  • Correct Answer
  • public delegate void Del(T item); Del d1 = new Del(Notify); 


  • Technology problems


    Search Results


    • 1. What is a delegate?
    • Discuss
    • 2. Explain the process of creating a context menu using the ContextMenu component
    • Discuss
    • 3. Describe the .NET base class library
    • Discuss
    • 4. Explain how a .NET application is compiled and executed?
    • Discuss
    • 5. What is the information does assembly manifest provide?
    • Discuss
    • 6. Explain how to configure Trace switches in the application?s .config file.?
    • Discuss
    • 7. What is the managed execution process?
    • Discuss
    • 8. Session_Start: This event occurs every time when any new user visits.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 9. Application_Start: This event occurs when the first user visits a page of the application.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 10. Application_End: This event occurs when there are no more users of the application.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss


    Comments

    There are no comments.

Enter a new Comment