Chapter 8. Web Applications

Table of Contents

1. How the Web Works
2. Writing Web Applications

IN THIS CHAPTER, you will learn how to create web applications in C#. There are two kinds of web applications -- "client side" web applications and "server side" web applications. You've probably used both kinds in your travels on the World-Wide Web.

In this chapter, you will learn to build server-side web applications, which I will refer to simply as "web applications."