logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the managed execution process?


  • Correct Answer
  • Managed execution process is a process where CLR executes the managed code The steps involved in this process are: Choosing the right compiler Compiling the code to MSIL This also generates the required metadata Compile the MSIL ode to native machine code Executing the code with the variety of services available 


  • Technology problems


    Search Results


    • 1. Explain how to configure Trace switches in the application?s .config file.?
    • Discuss
    • 2. How to create a Delegate?
    • Discuss
    • 3. What is a delegate?
    • Discuss
    • 4. Explain the process of creating a context menu using the ContextMenu component
    • Discuss
    • 5. Describe the .NET base class library
    • Discuss
    • 6. Session_Start: This event occurs every time when any new user visits.

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

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

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 9. Session_End: occurs when the users stop requesting pages and their session times out.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 10. This events sends the web page to the server for processing. Web page sends data back to the same page on the server. Which among the following events does the above stated task?

    • Options
    • A. Validation events
    • B. Cached events
    • C. Postback events
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment