logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain how a .NET application is compiled and executed?


  • Correct Answer
  • Any code written in any NET complaint languages when compiled, converts into MSIL (Microsoft Intermediate Language) code in form of an assembly through CLS, CTS IL is the language that CLR can understand On execution, this IL is converted into binary code by CLR?s just in time compiler (JIT) and these assemblies or DLL are loaded into the memory 


  • Technology problems


    Search Results


    • 1. What is the information does assembly manifest provide?
    • Discuss
    • 2. What is assembly manifest?
    • Discuss
    • 3. How to set breakpoints?
    • Discuss
    • 4. Explain how a web application works.
    • Discuss
    • 5. What are the ways of preserving data on a Web Form in ASP.NET?
    • Discuss
    • 6. Describe the .NET base class library
    • Discuss
    • 7. Explain the process of creating a context menu using the ContextMenu component
    • Discuss
    • 8. What is a delegate?
    • Discuss
    • 9. How to create a Delegate?
    • Discuss
    • 10. Explain how to configure Trace switches in the application?s .config file.?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment