1、此文档是毕业设计外文翻译成品( 含英文原文+中文翻译) ,无需调整复杂的格 式!下载之后直接可用,方便快捷!本文价格不贵,也就几十块钱!一辈子也就 一次的事! 外文标题:Introducing ASP.NET Web Forms 外文作者:Andrew Troelsen,Philip Japikse 文献出处: C# 6.0 and the .NET 4.6 Framework,2019 (如觉得年份太老,可改 为近 2 年,毕竟很多毕业生都这样做) 英文 4223 单词,24915 字符(字符就是印刷符),中文 6689 汉字。 Introducing ASP.NET Web Forms U
2、ntil now, all of the examples in this book have focused on console-based and desktop graphical user interfaces created using the WPF platform. The remainder of the text will explore how the .NET platform facilitates the construction of Internet-based applications using a technology named ASP.NET. Th
3、is and the next two chapters cover ASP.NET Web Forms, and Chapter 34 covers ASP.NET MVC and ASP.NET Web API. To begin, youll quickly overview a number of key web development concepts (HTTP, HTML, client-side scripting, postbacks) and examine the role of Microsofts commercial web server (IIS) as well
4、 as that of the IIS Express. Note:This chapter and the next two cover ASP.NET Web Forms, the original web development framework in .NET. Chapter 34 covers ASP.NET MVC and ASP.NET Web API, two (fairly recent) additions to the ASP.NET family of framework. With this brief web primer out of the way, the remainder of this chapter will concentrate on the structure of the ASP.NET web form programming model (including the single-page and code-behind model) and examine the functionality of the Pa