[書目20140902]實戰Windows Azure——微軟雲端運算平台技術詳解 --徐子岩

來源:互聯網
上載者:User

標籤:os   io   使用   ar   資料   2014   art   問題   cti   

目錄
第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  在建立照片部分加入產生縮圖的Queue Message
        4.4.3  建立產生縮圖的Worker Role
        4.4.4  實現產生縮圖操作
第5章  Windows Azure部署與管理
    5.1  使用Visual Studio部署Azure應用
        5.1.1  Windows Azure Management API介紹
        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擴充在Windows Azure平台輸出日誌
        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 Management 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 Remoting開放本地的地理位置服務
        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通過Worker Role發布WCF服務
        8.1.3  動態指定WCF的發布地址
        8.1.4  使用Internal Endpoint實現Role的內部通訊
        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  將本機電腦和Azure VM加入Connect
        8.3.4   Windows Azure Connect的功能
    8.4  Web Role的Full IIS特性
        8.4.1  基於Hosted Web Core方式部署Web Role
        8.4.2  基於Full IIS部署Web Role
        8.4.3  使用Full IIS時的注意事項
        8.4.4  使用Full IIS模式部署多網站和虛擬目錄
        8.4.5  總結
    8.5  通過Startup功能實現COM組件調用
        8.5.1  使用Startup功能執行簡單的命令
        8.5.2  Startup配置項介紹
        8.5.3  使用Startup功能註冊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 Azure AppFabric Cache
        8.7.3  使用Windows Azure 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  基於Live ID和Google ID的ASP.NET MVC網站
        8.8.4  控制ACS的驗證邏輯
    8.9  雲端的報表:SQL Azure Reporting CTP
    8.10  為SQL Azure實現備份和恢複功能
        8.10.1  使用Database Copy
        8.10.2  使用Data tier 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  總結
本書參考資料                           

[書目20140902]實戰Windows Azure——微軟雲端運算平台技術詳解 --徐子岩

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.