freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

計算機(jī)外文翻譯---netframework概述(留存版)

2025-07-25 17:28上一頁面

下一頁面
  

【正文】 L Server 集成安全性(也稱為 受信任的連接)在連接到 SQL Server 時可以提供保護(hù),因?yàn)樗粫谶B接字符串中公開用戶標(biāo)識和密碼。這不僅使得 Web 開發(fā)更加方便,而且還能提供這些工具必須提供的所有優(yōu)點(diǎn),包括開發(fā)人員可 以用來將服務(wù)器控件拖放到 Web 頁的 GUI 和完全集成的調(diào)試支持。不過,在大多數(shù)情況下,只需對少數(shù)幾行代碼進(jìn)行必要的修改。 還提供性能計數(shù)器,開發(fā)人員和系統(tǒng)管理員可以監(jiān)視這些性能計數(shù)器,以測試新的應(yīng)用程序和搜集有關(guān)現(xiàn)有應(yīng)用程序的度量標(biāo)準(zhǔn)。 頁框架將 ViewState 存留到一個字符串變量,將它發(fā)送到客戶端并作為隱藏變量返回。 基類 Control 為此目的提供兩個方法: SaveViewState 和 LoadViewState。 you can author applications in any .NET patible language, including Visual Basic .NET, C, and JScript .NET. Additionally, the entire .NET Framework is available to any application. Developers can easily access the benefits of these technologies, which include the managed mon language runtime environment, type safety, inheritance, and so on. has been designed to work seamlessly with WYSIWYG HTML editors and other programming tools, including Microsoft Visual Studio .NET. Not only does this make Web development easier, but it also provides all the benefits that these tools have to offer, including a GUI that developers can use to drop server controls onto a Web page and fully integrated debugging support. Developers can use Web Forms or XML Web services when creating an application, or bine these in any way they see fit. Each is supported by the same infrastructure that allows you to use authentication schemes, cache frequently used data, or customize your application39。 ViewState 和性能 控件開發(fā)人員應(yīng)該知道, ViewState 中的任何數(shù)據(jù)自動生成到客戶端的往返過程。每一個應(yīng)用程序都可以有不同的配置文件,可以擴(kuò)展配置方案,以適應(yīng)您的要求。實(shí)現(xiàn) IHttpModule 接口使您可以包含參與對應(yīng)用程序發(fā)出的每個請求的自定義事件。因此,用任何語言編寫、使用任何組件模型并在任何操作系統(tǒng)上運(yùn)行的程序,都可以訪問 XML Web services。 的語法在很大程度上與 ASP 兼容,同時它還提供一種新的編程模型和結(jié)構(gòu),可生成伸縮性和穩(wěn)定性更好的應(yīng)用程序,并提供更好的安全保護(hù)。這可以使用 Connection 對象的 Close 或 Dispose 方法來實(shí)現(xiàn)。Connection 對象提供與數(shù)據(jù)源的連接。 DataSet 對象也可以獨(dú)立于 .NET Framework 數(shù)據(jù)提供程序使用,以管理應(yīng)用程序本地的數(shù)據(jù)或源自 XML 的數(shù)據(jù)。任何選擇以運(yùn)行庫為目標(biāo)的編譯器供應(yīng)商都可以這樣做。 公共語言運(yùn)行庫的功能 公共語言運(yùn)行庫管理內(nèi)存、線程執(zhí)行、代碼執(zhí)行、代碼安全驗(yàn)證、編譯以及其他系統(tǒng)服務(wù)。公共語言運(yùn)行庫是 .NET Framework 的基礎(chǔ)。 .NET Framework 具有兩個主要組件:公共語言運(yùn)行庫和 .NET Framework 類庫。該插圖還顯示托管代碼如何在更大的結(jié)構(gòu)內(nèi)運(yùn)行。例如,程序員可以用他們選擇的開發(fā)語 言編寫應(yīng)用程序,卻仍能充分利用其他開發(fā)人員用其他語言編寫的運(yùn)行庫、類庫和組件。您可以直接處理檢索到的結(jié)果,或?qū)⑵浞湃? DataSet 對象,以便與來自多個源的數(shù)據(jù)或在層之間進(jìn)行遠(yuǎn)程處理的數(shù)據(jù)組 合在一起,以特殊方式向用戶公開。 結(jié)構(gòu)的另一個核心元素是 .NET Framework 數(shù)據(jù)提供程序 ,其組件的設(shè)計目的相當(dāng)明確:為了實(shí)現(xiàn)數(shù)據(jù)操作和對數(shù)據(jù)的快速、只進(jìn)、只讀訪問。 關(guān)閉連接 建議使用完 Connection 后始終將其關(guān)閉,以便連接可以返回到池中。 介紹 不僅僅是 Active Server Page (ASP) 的下一個版本;它還提供了一個統(tǒng)一的 Web 開發(fā)模型,其中包括開發(fā)人員生成企業(yè)級 Web 應(yīng)用程序所需的各種服務(wù)。 XML Web services 不用依靠特定 的組件技術(shù)或?qū)ο笳{(diào)用約定。實(shí)現(xiàn) IHttpHandler 接口,給您提供了一種與 IIS Web 服務(wù)器的低級別請求和響應(yīng)服務(wù)交互的手段,并提供與 ISAPI 擴(kuò)展非常類似的功能,但編程模型卻較為簡單。 ? 配置設(shè)置存儲在基于 XML 的文件中,這些文件都是人可讀和可寫的。使用為基元類型以及為 String、 ArrayList 和 Hashtable 優(yōu)化的有限對象序列化格式,對 ViewState 進(jìn)行序列化。 it provides a unified Web development model that includes the services necessary for developers to build enterpriseclass Web applications. While is largely syntax patible with ASP, it also provides a new programming model and infrastructure for more scalable and stable applications that help provide greater protection. You can feel free to augment your existing ASP applications by incrementally adding functionality to them. is a piled, .NETbased environment。這些方法具有以下簽名。在回發(fā)時,頁框架 分析來自隱藏變量的輸入字符串并填充每一控件的 ViewState 屬性。 ? 在 Web 頁中編寫自定義調(diào)試語句,對排除應(yīng)用 程序代碼中的錯誤非常有幫助。 ? 從 應(yīng)用程序訪問數(shù)據(jù)庫是向 Web 站點(diǎn)訪問者顯示數(shù)據(jù)的常用技術(shù)。 當(dāng)創(chuàng)建 應(yīng)用程序時,開發(fā)人員可以使用 Web 窗體或 XML Web services,或以他們認(rèn)為合適的任何方式進(jìn)行組合。建議使用該方法對連接進(jìn)行身份驗(yàn)證。 在層和客戶端之間對數(shù)據(jù)進(jìn)行遠(yuǎn)程處理或封送 DataSet 的設(shè)計使您能夠使用 XML Web services 方便地通過 Web 將數(shù)據(jù)傳輸?shù)娇蛻舳?,并允許您使用 .NET 遠(yuǎn)程處理服務(wù)在 .NET 組件之間封送數(shù)據(jù)。無論 DataSet 中數(shù)據(jù)的數(shù)據(jù)源是什么, DataSet 都可以寫為符合萬維網(wǎng)聯(lián)合會 (W3C) 的 XML,并且將其架構(gòu)包含為 XML 架構(gòu)定義語言 (XSD) 架構(gòu)。同時,內(nèi)存管理器排除了出現(xiàn)零碎內(nèi)存的可能性,并增大了內(nèi)存引用區(qū)域以進(jìn)一步提高性能。 運(yùn)行庫還通過實(shí)現(xiàn)稱為通用類型系統(tǒng) (CTS) 的 嚴(yán)格類型驗(yàn)證和代碼驗(yàn)證基礎(chǔ)結(jié)構(gòu)來加強(qiáng)代碼可靠性。 例如, 承載運(yùn)行庫以為托管代碼提供可伸縮的服務(wù)器端環(huán)境。譯文與原文 .NET Framework 概述 .NET Framework 是支持生成和運(yùn)行下一代應(yīng)用程序和 XML Web services 的內(nèi)部 Windows 組件。 直接 使用運(yùn)行庫以啟用 應(yīng)用程序和 XML Web services(本主題稍后將對這兩者進(jìn)行討論)。 CTS 確保所有托管代碼都是可以自我描述的。 最后,運(yùn)行庫可由高性能的服務(wù)器端應(yīng)用程序(如 Microsoft174。由于 DataSet 固有的序 列化格式為 XML,它是在層間移動數(shù)據(jù)的優(yōu)良媒介,這使 DataSet 成為以遠(yuǎn)程方式向 XML Web services 發(fā)送數(shù)據(jù)和架構(gòu)上下文以及從 XML Web services 接收數(shù)據(jù)和架構(gòu)上下文的最佳選擇。您還可以通過這種方式對強(qiáng)類型的 DataSet 進(jìn)行遠(yuǎn)程處理。集成安全性使用正在執(zhí)行的進(jìn)程的當(dāng)前安全標(biāo)識或標(biāo)記。每個功能都能得到同一結(jié)構(gòu)的支持,使您能夠使用身份驗(yàn)證方案,緩存經(jīng)常使用的數(shù)據(jù),或者對應(yīng)用程序的配置進(jìn)行自定義,這里只是列出幾種可能性而已。 使得為此目的而對數(shù)據(jù)庫的訪問比 以往更加方便。但是,如果不移除它們,則會帶來麻煩。如果一個控件將 ViewState 用作屬性數(shù)據(jù)而不是專有字段,則在到客戶端的往返過程期間將自動存留該屬性。 [C] protected virtual object SaveViewState()。s best enterprise servers that support runtime hosting. Overview of provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML. Datasharing consumer applications can use to connect to these data sources and retrieve, manipulate, and update data. cleanly factors data access from data manipulation into discrete ponents that can be used separately or in tandem. includes .NET Framework data providers for connecting to a database, executing mands, and retrieving results. Those results are either processed directly, or placed in an DataSet object in order to be exposed to the user in an adhoc manner, bined with data from multiple sources, or remoted between tiers. The DataSet object can also be used independently of a .NET Framework data provider to manage data local to the application or sourced from XML. The classes are found in , and are integrated with the XML classes found in . When piling code that uses the namespace, reference both and . XML and leverages the power of XML to provide disconnected access to data. was designed handinhand with the XML classes in the .NET Framework — both are ponents of a single architecture. and the XML classes in the .NET Framework converge in the DataSet object. The DataSet can be populated with data from an XML source, whether it is a file or an XML stream. The DataSet can be written as World Wide Web Consortium (W3C) pliant XML, including its schema as XML Schema definition language (XSD) schema, regardless of the source of the data in
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1