Chapter 20. Writing Web Applications with ASP.NET

In This Chapter

  • A Simple Web Page

  • Controls

  • Making a Web Form

  • Code-Behind Web Pages

ASP.NET is the latest evolution of Active Server Pages (ASP) technology. ASP.NET pages have several advantages over the earlier ASP model. One significant difference is that ASP.NET pages are compiled and execute faster. New server controls provide more options for the programmer, but they are translated into their HTML equivalents for browsing. Another addition is code-behind pages—separate programming modules that promote well-engineered Web pages.

This chapter shows how ASP.NET Web pages are programmed with C#. It's assumed that you already have some Internet experience; understand Web pages, including HTML; and ...

Get C# Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.