ASP.NET 技术毕业论文外文翻译
《ASP.NET 技术毕业论文外文翻译》由会员分享,可在线阅读,更多相关《ASP.NET 技术毕业论文外文翻译(18页珍藏版)》请在毕设资料网上搜索。
1、 毕 业 设 计(论 文) 外文文献翻译 院 系 : 专 业: 班 级: 学生姓名: 导师姓名: 职称: 起止时间: 2012 年 3 月 8 日 至 2012 年 6 月 20 日 ASP.NET Technique 1. Building ASP.NET Pages ASP.NET and the .NET Framework ASP.NET is part of Microsofts overall .NET framework, which contains a vast set of programming classes designed to satisfy any concei
2、vable programming need. In the following two sections, you learn how ASP.NET fits within the .NET framework, and you learn about the languages you can use in your ASP.NET pages. The .NET Framework Class Library Imagine that you are Microsoft. Imagine that you have to support multiple programming lan
3、guages such as Visual Basic, JScript, and C+. A great deal of the functionality of these programming languages overlaps. For example, for each language, you would have to include methods for accessing the file system, working with databases, and manipulating strings. Furthermore, these languages con
4、tain similar programming constructs. Every language, for example, can represent loops and conditionals. Even though the syntax of a conditional written in Visual Basic differs from the syntax of a conditional written in C+, the programming function is the same. Finally, most programming languages ha
5、ve similar variable data types. In most languages, you have some means of representing strings and integers, for example. The maximum and minimum size of an integer might depend on the language, but the basic data type is the same. Maintaining all this functionality for multiple languages requires a
6、 lot of work. Why keep reinventing the wheel? Wouldnt it be easier to create all this functionality once and use it for every language? The .NET Framework Class Library does exactly that. It consists of a vast set of classes designed to satisfy any conceivable programming need. For example, the .NET
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- asp net 技术 毕业论文 外文 翻译
