logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is .NET Framework?


  • Correct Answer
  • NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications: => Console applications => Windows Forms applications => Windows Presentation Foundation (WPF) applications => Web applications (ASPNET applications) => Web services => Windows services => Service-oriented applications using Windows Communication Foundation (WCF) => Workflow-enabled applications using Windows Workflow Foundation (WF) 


  • Technology problems


    Search Results


    • 1. Define authentication and authorization.
    • Discuss
    • 2. onclick="window.open()":This attribute of HTML control is used to open a page in new window

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 3. Which among the following validators checks if entered data matches a specific format

    • Options
    • A. Compare validator
    • B. RegularExpressionValidator
    • C. CustomValidator
    • D. None
    • Discuss
    • 4. Which among the following validators allows checking if data of one control match with other control?

    • Options
    • A. RangeValidator
    • B. CompareValidator
    • C. RequiredFieldValidator
    • D. None
    • Discuss
    • 5. Which among the following validators validates controls if controls contain data?

    • Options
    • A. CompareValidator
    • B. RangeValidator
    • C. RequiredFieldValidator
    • D. None
    • Discuss
    • 6. What are the main components of .NET Framework?
    • Discuss
    • 7. In which namespace, all .NET collection classes are contained?
    • Discuss
    • 8. Does .NET support multiple inheritance?
    • Discuss
    • 9. What is the syntax to inherit from a class in C#?
    • Discuss
    • 10. How can you prevent a class from overriding in C# and Visual Basic?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment