幫助中心 | 我的帳號 | 關於我們

實戰Windows Azure(微軟雲計算平台技術詳解)

  • 作者:徐子岩
  • 出版社:電子工業
  • ISBN:9787121145476
  • 出版日期:2011/10/01
  • 裝幀:平裝
  • 頁數:423
人民幣:RMB 69 元      售價:
放入購物車
加入收藏夾

內容大鋼
    《實戰Windows Azure(微軟雲計算平台技術詳解)》來自於微軟 Windows Azure MVP 的技術實踐和心得體會,主要包括Windows Azure 平台的基礎知識、使用方法、功能特點以及如何基於Windows Azure 平台設計高可靠、可擴展的應用程序,幾乎涵蓋了Windows Azure 平台的所有內容。全書分為8章,作者徐子岩試圖通過一個貫穿始終的示例項目以盡量真實的視角介紹整個Windows Azure 平台。第1章和第2章包括雲計算的基礎知識和Windows Azure 平台的概述、計費模式和商業案例。第3章到第7章,通過完整的示例項目系統地介紹Windows Azure(計算服務、存儲服務和部署調試)、SQL Azure 和Windows Azure AppFabric。最後一章介紹了Windows Azure平台的高級應用,包括更加深入的功能點、如何在項目中靈活使用Windows Azure 平台的各種功能,以及如何更好地構建基於Windows Azure 的應用程序。
    《實戰Windows Azure(微軟雲計算平台技術詳解)》適合對雲計算技術,特別是微軟的 Windows Azure 平台有興趣的架構設計人員以及一線開發人員閱讀,同時也可作為Windows Azure 平台的參考書籍,也適合於有意採用Windows Azure 技術的公司決策人員和IT 人員參考閱讀。本書由徐子岩著。

作者介紹
徐子岩
    專註于微軟雲計算平台、互聯網應用、分散式系統和企業級系統架構的研究與實踐,以及相關技術咨詢和培訓工作。希望盡自己的能力可以證明軟體開發是藝術而非製造,目前熱衷於雲計算技術的研究和應用,確信雲計算將會最終改變整個軟體產業。

目錄
第1章  雲計算技術簡介
  1.1  雲計算所要解決的問題
  1.2  雲計算平台的分類
  1.3  微軟雲計算平台Windows Azure
    1.3.1  高可用性
    1.3.2  易於部署和伸縮
    1.3.3  全球化
    1.3.4  開發語言和開發模型
第2章  Windows Azure雲計算平台
  2.1  Windows Azure平台的組成部分和主要功能
    2.1.1  Windows Azure
    2.1.2  Windows Azure相關名詞
    2.1.3  SQL Azure
    2.1.4  Windows Azure AppFabric
    2.1.5  Windows Azure Connect
  2.2  Windows Azure收費模式
    2.2.1  Windows Azure賬戶
    2.2.2  Windows Azure的計費模式
  2.3  Windows Azure平台成本及性能案例分析
    2.3.1  北歐某健康資訊網站
    2.3.2  挪威某零售業管理系統
    2.3.3  某企業應用平台
第3章  Windows Azure計算服務
  3.1  準備Windows Azure開發環境
  3.2  第一個Windows Azure應用程序
    3.2.1  創建Cloud Project和Web Role
    3.2.2  使用本地模擬器運行和調試Azure應用程序
    3.2.3  購買windows Azure
    3.2.4  通過Developer Portal創建Hosted Service
    3.2.5  向Staging環境部署Windows Azure應用
    3.2.6  向Production環境切換
  3.3  Windows Azure項目組成
    3.3.1  Windows Azure Project介紹
    3.3.2  Role及其生命周期模型
    3.3.3  Configuration的變更和通知機制
    3.3.4  Windows Azure本地模擬器
第4章  Windows Azure存儲服務
  4.1  創建新的Storage Service
  4.2  使用Table Service
    4.2.1  Table Service的特點
    4.2.2  使用Table Storage保存相冊信息
    4.2.3  基於Repository模式的Table Service數據訪問層
    4.2.4  使用Table Service的事務操作
  4.3  使用BLOB Service
    4.3.1  BLOB Service的特點
    4.3.2  使用BLOB Service保存照片
    4.3.3  使用Shared Access Signatures
    4,3.4  使用Cloud Drive
  4.4  使用Queue Service
    4.4.1  Queue Service的組成及特點

    4.4.2  在創建照片部分加入生成縮略圖的QueueMessage
    4.4.3  創建生成縮略圖的Worker Role
    4.4.4  實現生成縮略圖操作
第5章  Windows Azure部署與管理
  5.1  使用Visual Studio部署Azure應用
    5.1.1  WindowsAzureManagementAPI介紹
    5.1.2  配置Management API證書
    5.1.3  通過Visual studio部署
  5.2  管理Windows Azure
    5.2.1  Windows Azure平台高可用性的實現
    5.2.2  部署與就地升級
    5.2.3  VIP轉換
    5.2.4  Windows Azure平台的管理工具
  5.3  使用Windows Azure診斷服務
    5.3.1  Diagnostics Monitor介紹
    5.3.2  通過代碼啟動Diagnostics Monitor
    5.3.3  通過代碼配置Diagnostics Monitor
    5.3.4  通過遠程API配置Diagnostics Monitor
    5.3.5  使用NLog擴展在windOWSAzure平台輸出日誌
    5.3.6  使用IntelliTrace獲取異常信息
  5.4  回顧與總結
第6章  SQL Azure
  6.1  SQL Azure特點
    6.1.1  易於維護和高可用性
    6.1.2  彈性和伸縮性
    6.1.3  開發方式的一貫性
  6.2  SQL Azure的訂閱模式
  6.3  SQL Azure伺服器端架構
  6.4  SQL Azure與SQL Server的差異
  6.5  創建SQL Azure服務
    6.5.1  創建SQL Azure Server
    6.5.2  通過Developer Portal創建資料庫
  6.6  使用工具管理SQL Azure
    6.6.1  使用SQL Server Mariagement studio管理SQL Azure
    6.6.2  使用Project Houston管理SQL Azure
  6.7  使用SQL Azure
    6.7.1  創建Aurora的SQL Azure資料庫
    6.7.2  向SQL Azure導入數據
    6.7.3  在應用程序中使用SQL Azure
    6.7.4  基於Windows Azure和SQL Azure的開發部署流程
  6.8  回顧與總結
第7章  Windows Azure AppFabric
  7.1  服務匯流排(Service Bus)
    7.1.1  Service Bus的工作方式
    7.1.2  使用Service Rcmoting開放本地的地理位置服務
    7.1.3  使用Eventing模式
    7.1.4  配置Service Bus運行環境
  7.2  訪問控制服務(Access Control Service)
    7.2.1  訪問控制服務的原理
    7.2.2  為地理位置服務加入訪問控制

  7.3  回顧與總結
第8章  Windows Azure 平台高級應用
  8.1  Role Endpoint和內部通信
    8.1.1  Role Endpoint介紹
    8.1.2  基於Input Endpoint通過WorkerRole發布WCF服務
    8.1.3  動態指定WCF的發布地址
    8.1.4  使用Internal Endpoint實現Rolec的內部通信
    8.1.5  總結
  8.2  通過遠程桌面功能訪問Windows Azure的虛擬機
    8.2.1  通過Visual Studio配置遠程桌面功能
    8.2.2  總結
  8.3  通過Windows Azure Connect實現本地電腦和雲端虛擬機的互連
    8.3.1  什麼是Windows Azure Connect
    8.3.2  申請Windows Azure Beta Program
    8.3.3  將本地電腦和Azurc VM加入Connect
    8.3.4  Windows Azure Connect的功能
  8.4  Web Role的Fun ⅡS特性
    8.4.1  基於Hosted Web Core方式部署Web Role
    8.4.2  基於Full ⅡS部署Web Role
    8.4.3  使用Full ⅡS時的注意事項
    8.4.4  使用Full ⅡS模式部署多站點和虛擬目錄
    8.4.5  總結
  8.5  通過Startup功能實現COM組件調用
    8.5.1  使用Startup功能執行簡單的命令
    8.5.2  startup配置項介紹
    8.5.3  使用startuD功能註冊COM組件
  8.6  使用Windows Azure CDN
    8.6.1  Windows Azure CDN的原理
    8.6.2  使用Blob Service CDN
    8.6.3  使用Hosted Service CDN
    8.6.4  總結
  8.7  雲端的分散式緩存服務AppFabric Cache
    8.7.1  緩存與分散式緩存
    8.7.2  創建Windows AppFabric Cache
    8.7.3  使用Windows AppFabric Cache
    8.7.4  總結
  8.8  Access Control Service 2.0
    8.8.1  ACS v2和統一認證
    8.8.2  ACs v2的認證流程
    8.8.3  基於LiveID和Google ID的ASP.NET MVC網站
    8.8.4  控制ACS的驗證邏輯
  8.9  雲端的報表:SQL Azure Repoding CTP
  8.10  為SQL Azure實現備份和恢復功能
    8.10.1  使用Database Copy
    8.10.2  使用Data-ticr Application Framework 2.0
    8.10.3  使用SQL Azure Data sync CTP
    8.10.4  三種SQL Azure備份恢復實現的對比
  8.11  基於SQL Azure資料庫的OData服務
  8.12  Windows Azure與擴展性
    8.12.1  橫向擴展和縱向擴展

    8.12.2  應用程序層的橫向擴展
    8.12.3  數據層的橫向擴展
    8.12.4  SQL Azure Federation預覽
    8.12.5  總結
  8.13  非同步工作模型
    8.13.1  什麼是非同步工作模型
    8.13.2  Windows Azure中的非同步工作模型
    8.13.3  在Aurora項目中實現非同步工作模型
    8.13.4  總結
本書參考資料

  • 商品搜索:
  • | 高級搜索
首頁新手上路客服中心關於我們聯絡我們Top↑
Copyrightc 1999~2008 美商天龍國際圖書股份有限公司 臺灣分公司. All rights reserved.
營業地址:臺北市中正區重慶南路一段103號1F 105號1F-2F
讀者服務部電話:02-2381-2033 02-2381-1863 時間:週一-週五 10:00-17:00
 服務信箱:bookuu@69book.com 客戶、意見信箱:cs@69book.com
ICP證:浙B2-20060032