Chapter 5. Introduction to Internet Programming
OBJECTIVES
Review Internet basics
Learn the difference between HTML and ASP
Understand what makes ASP.NET better than ASP
The Internet is a wide area network梩he widest area network possible, really
梩hat consists of a huge number of computers connected via phone lines,
wireless connections, and satellites. When you access the Internet, your
computer becomes part of that network.
In order to take advantage of ASP.NET, and to understand how Web pages and
data make their way across the Internet, you must first have a basic
understanding of how the Internet works. In addition, because requesting an
ASP.NET page from within a browser retrieves HTML as the response, it's
important that you understand at least the basics of HTML and its various
tags. That way, as you investigate the code created by your ASP.NET pages,
you'll understand exactly what the controls on your page are creating for
the user.
The material in this chapter may seem somewhat basic梩hat is, you may
already have a good understanding of both the Internet and HTML. In that
case, you may want to skim ahead to the content specific to the sample
application you'll be building, toward the end of the chapter. Don't skip
that material, however!
Chapter 5. Introduction to Internet Programming
最新推荐文章于 2020-06-04 11:01:24 发布
本章介绍互联网编程,回顾互联网基础知识,讲解HTML和ASP的区别,阐述ASP.NET优于ASP之处。要利用ASP.NET,需先了解互联网工作原理,同时掌握HTML基础及标签,以便理解ASP.NET页面代码。
149

被折叠的 条评论
为什么被折叠?



