Categories
|
Test: First Web Program (Web Project) in C# Explained 5. Which of the following namespace inclusions would you see in a C# program in a code-behind file for a web page? (Choose all that apply)
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: using System;; using System.Web;; using System.Web.UI;; using System.Web.UI.WebControls;; Explanation The System namespace in the .NET Framework provides the basic functionality that C# (and other .NET programming languages) use. The System.Web.* namespaces contain the web related functionality. So, you would see these and many other namespaces from the .NET Framework included in a C# code-behind file for a given web page.Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 5 of 5
Test is Based on this Article
This article explains and dissects the pieces involved in creating the first web program in C# using the Web Project method (as opposed to the Web Site method).
|
How do you develop an ASP.NET program using the Web Project model?
|
|
More Articles With Similar Tags
|
How do you develop an ASP.NET program using the Web Project model?
|
This article explains and dissects the pieces involved in creating the first web program in C# using the Web Site method (as opposed to the Web Program method).
|
What is involved in developing a web-based program using the C# programming language with Web Site - Solution as the model.
|
This test has questions on developing first console (shell) based programs using the C# programming language.
|
Visual Studio 2005 and Visual Studio 2008 offer two options for creating an ASP.NET web program – a Web Project or Web Site. This article discusses the main reasons why you would choose one over the other.
|
|
|
|
|