特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

asp.net 和 net framework------外文翻譯.doc

約9頁(yè)DOC格式手機(jī)打開展開

asp.net 和 net framework------外文翻譯,asp.net is part of microsoft's overall .net framework, which contains a vast set of programming classes designed to satisfy any conceivable programming need. in...
編號(hào):8-269032大小:47.00K
分類: 論文>外文翻譯

內(nèi)容介紹

此文檔由會(huì)員 wanli1988go 發(fā)布

ASP.NET is part of Microsoft's overall .NET framework, which contains a vast set of programming classes designed to satisfy any conceivable 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 languages—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.


ASP.NET是微軟.NET框架總體戰(zhàn)略的一部分。它包含了一組滿足各種可以想象到的需求的類。在之后的兩個(gè)部分,你將會(huì)學(xué)到ASP.NET是怎樣融合到.NET框架中去的,而且你將會(huì)學(xué)到可以在ASP.NET頁(yè)面中使用到的語言。

.NET框架類庫(kù)
假設(shè)你就是微軟,假設(shè)你必須支持多語言編程,例如VB,JS,C++。這些語言的很多函數(shù)都重復(fù)了,比如對(duì)于每種語言,你都必須包含一些訪問文件系統(tǒng),與數(shù)據(jù)庫(kù)打交道,以及處理字符串的函數(shù)。