Test Your Knowledge: First Web Program (Web Site) in C# Explained
Summary
What is involved in developing a web-based program using the C# programming language with Web Site - Solution as the model.
|
Table of Contents
What is a web program in C#? Creating a Web “Site” Figure 1. Creating a new web site Generated Files Figure 2. Solution Explorer for the Web Site Other Articles
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
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?
|
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).
|
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.
|
|
|