Asp_dot_net.md - brainchildservices/curriculum GitHub Wiki

  1. DOTNET is an ------------developer platform.

    Ans: open source

  2. .NET is an open-source developer platform, created by -----------.

    Ans: Microsoft

  3. .NET is a -------------- for building software applications for all these devices.

    Ans: software development platform

  4. The file extension an ASP.NET web form is -

    A. .docx

    B. .aspx

    C. .jpeg

    D. None of the above

    Ans: B-The file extension of an ASP.NET web form is .aspx.

  5. What does ASP stand for?

    A. All Standard Pages

    B. Active Server Pages

    C. A Server Page

    D. Active Standard Pages

    Ans : B

  6. What ASP.NET object is used to get information about the web servers?

    A. The Server object

    B. The Application object

    C. The Request object

    D. The Response object

    Ans : A

  7. Which is true about ASP.net support ?

    A. ASP.NET doesn't support server-side includes

    B. ASP.NET doesn't support server-side includes but supports server-side object tags

    C. ASP.NET doesn't have server-side object tags

    D. ASP.NET support server-side includes and server-side object tags

    Ans: D

  8. The .NET SDK is a --------- and tool that allow developers to create .NET applications and libraries.

    Ans: set of libraries

  9. What does SDK stand for?

Ans:software development kits

  1. .NET Framework is a ----------------- used by Software applications in order to run.

    Ans: programming framework

11: The CLR is an -------- used to handle running programs.

Ans: execution engine
  1. two major parts of .NET Framework

    The Common Language Runtime (CLR) and .Net Framework Class Library

  2. The class library provides a library of ------------that applications can use.

Ans: reusable code