Skip To Content

Athabasca University

Section 6.1 ASP.NET in C# Fundamentals

Learning Objectives

After you have completed this section, you should be able to

  • explain important concepts and technologies of ASP.NET in C#.
  • handle the events from web form’s controls.
  • use validation controls to validate data in form's input.
  • develop web applications using ASP.NET in C#.
  • develop data-driven web applications with ASP.NET in C#.

Activities

Study Questions

  1. What does ASP stand for?
  2. What is ASP.NET?
  3. What downloads do you need to develop ASP.NET-based web applications?
  4. On your web server, where should you put your ASP.NET-based web documents for the Internet community to view?
  5. In your Visual Studio Express for Web, how do you create an empty website?
  6. What is the three-tier architecture for web applications?
  7. In your Visual Studio Express for Web, how do you create and change the layout of a web application?
  8. What are web forms and web controls?
  9. What web controls can you use in Visual Studio Express for Web?
  10. What roles do code-behind files play?
  11. How is a code-behind file related to an ASPX file?
  12. How do you tell, in an .apsx file, what code-behind file is needed and in what programming language it is written?
  13. What are some important components of an ASPX file?
  14. Or, what are some important tags, directives, and attributes?
  15. How do you build an ASP.NET web application using Visual Web developer?
  16. What does the AdRotator web control enable you to do?
  17. How do you connect data to an AdRotator web control?
  18. In ASP.NET, how do you validate input in a web form?
  19. How is session tracking done in ASP.NET?
  20. How do you use cookies in ASP.NET?
  21. How do you connect to a database in an ASP.NET web application? What are the usual steps?
  22. How do you interact with a database in an ASP.NET web application?
  23. How do you manage your ASP.NET web applications?
  24. How do you create a new ASP.NET web application/website?

Review

Do the self-review exercises for Chapter 20.

Summary

Read the Chapter 20 summary.

Updated May 06 2022 by FST Course Production Staff