注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機/網(wǎng)絡(luò)操作系統(tǒng)實戰(zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解

實戰(zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解

實戰(zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解

定 價:¥69.00

作 者: 徐子巖 編著
出版社: 電子工業(yè)出版社
叢編項:
標(biāo) 簽: 計算機理論

ISBN: 9787121145476 出版時間: 2011-10-01 包裝: 平裝
開本: 16 頁數(shù): 440 字?jǐn)?shù):  

內(nèi)容簡介

  《實戰(zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解》來自于微軟Windows Azure MVP的技術(shù)實踐和心得體會,主要包括Windows Azure平臺的基礎(chǔ)知識、使用方法、功能特點以及如何基于Windows Azure平臺設(shè)計高可靠、可擴展的應(yīng)用程序,幾乎涵蓋了Windows Azure平臺的所有內(nèi)容。全書分為8章,作者試圖通過一個貫穿始終的示例項目以盡量真實的視角介紹整個Windows Azure平臺。第1章和第2章包括云計算的基礎(chǔ)知識和Windows Azure平臺的概述、計費模式和商業(yè)案例。第3章到第7章,通過完整的示例項目系統(tǒng)地介紹Windows Azure(計算服務(wù)、存儲服務(wù)和部署調(diào)試)、SQL Azure和Windows Azure AppFabric。最后一章介紹了Windows Azure平臺的高級應(yīng)用,包括更加深入的功能點、如何在項目中靈活使用Windows Azure平臺的各種功能,以及如何更好地構(gòu)建基于Windows Azure的應(yīng)用程序?!秾崙?zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解》適合對云計算技術(shù),特別是微軟的Windows Azure平臺有興趣的架構(gòu)設(shè)計人員以及一線開發(fā)人員閱讀,同時也可作為Windows Azure平臺的參考書籍,也適合于有意采用Windows Azure技術(shù)的公司決策人員和IT人員參考閱讀。

作者簡介

暫缺《實戰(zhàn)Windows Azure:微軟云計算平臺技術(shù)詳解》作者簡介

圖書目錄

第1 章云計算技術(shù)簡介1
11 云計算所要解決的問題1
12 云計算平臺的分類3
13 微軟云計算平臺Windows Azure5
131 高可用性5
132 易于部署和伸縮5
133 全球化6
134 開發(fā)語言和開發(fā)模型7
第2 章 Windows Azure 云計算平臺9
21 Windows Azure 平臺的組成部分和主要功能9
211 Windows Azure 9
212 Windows Azure 相關(guān)名詞11
213 SQL Azure  15
214 Windows Azure AppFabric  16
215 Windows Azure Connect 17
22 Windows Azure 收費模式 18
221 Windows Azure 賬戶 18
222 Windows Azure 的計費模式 18
23 Windows Azure 平臺成本及性能案例分析 21
231 北歐某健康資訊網(wǎng)站 21
232 挪威某零售業(yè)管理系統(tǒng)23
233 某企業(yè)應(yīng)用平臺23
第 3 章 Windows Azure 計算服務(wù)25
31 準(zhǔn)備Windows Azure 開發(fā)環(huán)境25
32 第一個Windows Azure 應(yīng)用程序28
321 創(chuàng)建Cloud Project 和Web Role28
322 使用本地模擬器運行和調(diào)試Azure 應(yīng)用程序30
323 購買Windows Azure 32
324 通過Developer Portal 創(chuàng)建Hosted Service34
325 向Staging 環(huán)境部署Windows Azure 應(yīng)用39
326 向Production 環(huán)境切換43
33 Windows Azure 項目組成44
331 Windows Azure Project 介紹45
332 Role 及其生命周期模型55
333 Configuration 的變更和通知機制58
334 Windows Azure 本地模擬器63
第 4 章 Windows Azure 存儲服務(wù)65
41 創(chuàng)建新的Storage Service66
42 使用Table Service 69
421 Table Service 的特點70
422 使用Table Storage 保存相冊信息74
423 基于Repository 模式的Table Service 數(shù)據(jù)訪問層90
424 使用Table Service 的事務(wù)操作98
43 使用BLOB Service 103
431 BLOB Service 的特點104
432 使用BLOB Service 保存照片109
433 使用Shared Access Signatures 121
434 使用Cloud Drive 125
44 使用Queue Service 133
441 Queue Service 的組成及特點133
442 在創(chuàng)建照片部分加入生成縮略圖的Queue Message135
443 創(chuàng)建生成縮略圖的Worker Role 137
444 實現(xiàn)生成縮略圖操作139
第 5 章 Windows Azure 部署與管理148
51 使用Visual Studio 部署Azure 應(yīng)用148
511 Windows Azure Management API 介紹148
512 配置Management API 證書 151
513 通過Visual Studio 部署 155
52 管理Windows Azure  158
521 Windows Azure 平臺高可用性的實現(xiàn) 159
522 部署與就地升級 160
523 VIP 轉(zhuǎn)換 160
524 Windows Azure 平臺的管理工具 162
53 使用Windows Azure 診斷服務(wù) 173
531 Diagnostics Monitor 介紹 174
532 通過代碼啟動Diagnostics Monitor 176
533 通過代碼配置Diagnostics Monitor 180
534 通過遠(yuǎn)程API 配置Diagnostics Monitor 184
535 使用NLog 擴展在Windows Azure 平臺輸出日志 188
536 使用IntelliTrace 獲取異常信息 193
54 回顧與總結(jié) 198
第 6 章 SQL Azure  200
61 SQL Azure 特點 200
611 易于維護(hù)和高可用性 201
612 彈性和伸縮性 201
613 開發(fā)方式的一貫性 202
62 SQL Azure 的訂閱模式 202
63 SQL Azure 服務(wù)器端架構(gòu) 203
64 SQL Azure 與SQL Server 的差異 205
65 創(chuàng)建SQL Azure 服務(wù) 206
651 創(chuàng)建SQL Azure Server  206
652 通過Developer Portal 創(chuàng)建數(shù)據(jù)庫 209
66 使用工具管理SQL Azure 211
661 使用SQL Server Management Studio 管理SQL Azure 211
662 使用Project Houston 管理SQL Azure 214
67 使用SQL Azure 217
671 創(chuàng)建Aurora 的SQL Azure 數(shù)據(jù)庫 218
672 向SQL Azure 導(dǎo)入數(shù)據(jù) 222
673 在應(yīng)用程序中使用SQL Azure  224
674 基于Windows Azure 和SQL Azure 的開發(fā)部署流程 229
68 回顧與總結(jié) 231
第 7 章 Windows Azure AppFabric 232
71 服務(wù)總線(Service Bus) 233
711 Service Bus 的工作方式234
712 使用Service Remoting 開放本地的地理位置服務(wù)237
713 使用Eventing 模式246
714 配置Service Bus 運行環(huán)境251
72 訪問控制服務(wù)(Access Control Service) 253
721 訪問控制服務(wù)的原理253
722 為地理位置服務(wù)加入訪問控制255
73 回顧與總結(jié)266
第 8 章 Windows Azure 平臺高級應(yīng)用267
81 Role Endpoint 和內(nèi)部通信267
811 Role Endpoint 介紹267
812 基于Input Endpoint 通過Worker Role 發(fā)布WCF 服務(wù)269
813 動態(tài)指定WCF 的發(fā)布地址273
814 使用Internal Endpoint 實現(xiàn)Role 的內(nèi)部通信275
815 總結(jié)279
82 通過遠(yuǎn)程桌面功能訪問Windows Azure 的虛擬機279
821 通過Visual Studio 配置遠(yuǎn)程桌面功能279
822 總結(jié)285
83 通過Windows Azure Connect 實現(xiàn)本地計算機和云端虛擬機的互連285
831 什么是Windows Azure Connect286
832 申請Windows Azure Beta Program 287
833 將本地計算機和Azure VM 加入Connect 288
834 Windows Azure Connect 的功能294
84 Web Role 的Full IIS 特性296
841 基于Hosted Web Core 方式部署Web Role296
842 基于Full IIS 部署Web Role298
843 使用Full IIS 時的注意事項300
844 使用Full IIS 模式部署多站點和虛擬目錄301
845 總結(jié)305
85 通過Startup 功能實現(xiàn)COM 組件調(diào)用305
851 使用Startup 功能執(zhí)行簡單的命令305
852 Startup 配置項介紹307
853 使用Startup 功能注冊COM 組件307
86 使用Windows Azure CDN 309
861 Windows Azure CDN 的原理309
862 使用Blob Service CDN 313
863 使用Hosted Service CDN 316
864 總結(jié)319
87 云端的分布式緩存服務(wù)AppFabric Cache  319
871 緩存與分布式緩存 319
872 創(chuàng)建Windows Azure AppFabric Cache 322
873 使用Windows Azure AppFabric Cache 324
874 總結(jié) 331
88 Access Control Service 20  332
881 ACS v2 和統(tǒng)一認(rèn)證 332
882 ACS v2 的認(rèn)證流程 334
883 基于Live ID 和Google ID 的ASPNET MVC 網(wǎng)站 336
884 控制ACS 的驗證邏輯 344
89 云端的報表:SQL Azure Reporting CTP  352
810 為SQL Azure 實現(xiàn)備份和恢復(fù)功能 361
8101 使用Database Copy 361
8102 使用Data-tier Application Framework 20  363
8103 使用SQL Azure Data Sync CTP  371
8104 三種SQL Azure 備份恢復(fù)實現(xiàn)的對比 378
811 基于SQL Azure 數(shù)據(jù)庫的OData 服務(wù) 379
812 Windows Azure 與擴展性 382
8121 橫向擴展和縱向擴展 382
8122 應(yīng)用程序?qū)拥臋M向擴展 385
8123 數(shù)據(jù)層的橫向擴展 389
8124 SQL Azure Federation 預(yù)覽 395
8125 總結(jié) 399
813 異步工作模型 400
8131 什么是異步工作模型 400
8132 Windows Azure 中的異步工作模型 402
8133 在Aurora 項目中實現(xiàn)異步工作模型 410
8134 總結(jié) 421
本書參考資料  422

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號