Asp_dot_net.md - brainchildservices/curriculum GitHub Wiki
-
DOTNET is an ------------developer platform.
Ans: open source
-
.NET is an open-source developer platform, created by -----------.
Ans: Microsoft
-
.NET is a -------------- for building software applications for all these devices.
Ans: software development platform
-
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.
-
What does ASP stand for?
A. All Standard Pages
B. Active Server Pages
C. A Server Page
D. Active Standard Pages
Ans : B
-
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
-
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
-
The .NET SDK is a --------- and tool that allow developers to create .NET applications and libraries.
Ans: set of libraries
-
What does SDK stand for?
Ans:software development kits
-
.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
-
two major parts of .NET Framework
The Common Language Runtime (CLR) and .Net Framework Class Library
-
The class library provides a library of ------------that applications can use.
Ans: reusable code