logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the purpose of reserved word using in C#?


  • Correct Answer
  • A keyword that specifies that types in a particular nemespace can be referred to without requiring their full qualified type names 'using' reserved word always come with namespaces eg using systems so because of this useful classes supplied by Microsoft which are contained by system namespace are availble for user 


  • Technology problems


    Search Results


    • 1. Explain how garbage collection deals with circular references?
    • Discuss
    • 2. Which of the following are the debugging windows in .NET?

    • Options
    • A. Breakpoints
    • B. Output
    • C. Immediate
    • D. All the above
    • Discuss
    • 3. What are type safe function pointers?

    • Options
    • A. Delegates
    • B. Break points
    • C. Both A and B
    • D. None
    • Discuss
    • 4. Explain how garbage collection deals with circular referrences?
    • Discuss
    • 5. Explain the difference between value types and reference types
    • Discuss
    • 6. Explain how garbage collection manages the reclamation of unused memory?
    • Discuss
    • 7. Explain the process of creating a menu using the MainMenu component
    • Discuss
    • 8. Define Virtual folder.?
    • Discuss
    • 9. Define Common Type System
    • Discuss
    • 10. What are the ways of preserving data on a Web Form in ASP.NET?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment