若您看過筆者寫的『建立一個 Web Cloud Service 應用程式並部署到 Azure Service Developer Portal』,

仍覺得不是太了解或是太精簡,可以參考:

Deploying a Service on Windows Azure

 

作者將整個流程解釋的很清楚,且圖很多(筆者喜歡圖多的)

Workflow

 

Enjoy.

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(28)

Microsoft Office Communications Server 2007 R2 delivers streamlined communications to help you find and communicate with the right person, in real time, from the applications you use most.


The Microsoft Office Communications Server 2007 R2 Software Development Kit (SDK) includes documentation and sample applications developed with the Office Communications Server 2007 R2 platform.

 

下載位置:

http://www.microsoft.com/downloads/details.aspx?FamilyID=82e4ed05-0fbf-48f4-b2b2-66bebf3f5de0&DisplayLang=en

 

Enjoy.

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(110)

Azure Services Training Kit – 2009 年 2 月份更新版已提供下載了

 

The Azure Services Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Azure Services Platform. The February release includes the following updates:

 

  • 19 demo scripts that walkthrough several of the services
  • 10 presentations covering the entire Azure Services Platform
  • 3 additional hands-on labs for Live Services

 


This technical content covers services including: Windows Azure, .NET Services, SQL Services, and Live Services.
Updated: Added speaker notes to the PowerPoint presentations.

 

Enjoy.

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(33)

昨天看到 Symantec宣佈開放 GoEverywhere 服務展開公測的消息,真的讓筆者有被電到的感覺。

 

建議先看一下 GoEveryWhere 的介紹影片後,再繼續往下看。

 

 

GoEverywhere 是一款透過瀏覽器進行使用的個人空間,可以將使用者分散於各種服務(Service)的個人資料集中於一處,透過單一介面、帳號與密碼便可以存取資料。

 

更讓筆者覺的驚艷的是:目前已經有上百種網路服務可以直接安裝,幾乎所有可以想見的網路服務都在其中。

 

反觀 Live Mesh,去年筆者開始使用 Live Mesh 時,最高興的不是可以在所有裝置同步資料的功能,而是『Live Desktop』的畫面,它就像是一個 Web 版的作業系統的畫面,筆者一直期待它的功能可以加強,至少可以加入該有的基本功能,可惜的是到現在都沒有太大的改進。

 

相較於 GoEveryWhere,Live Mesh 只有少數開發人員可以開發並測試那些加入服務或應用程式的功能,筆者覺得微軟應更為績極主動的開放 Live Mesh 的權限給大家。^^

 

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(337)

今天無意間看到資策會的電子報,消費券也可以拿來上課,真好。

有興趣的朋友可以參考資策會的網站

 

Enjoy.

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(16)

這是一個沒事不會去做的動作,若真的要做,可以參考這篇文章

請記得先在測試環境先行測試,再到正式環境實作,以免 …

 

Enjoy

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(35)

Microsoft Enterprise Desktop Virtualization V 1.0, an enterprise virtualization solution that helps your users run legacy applications on their Windows Vista desktops. The final version of MED-V 1.0 is slated for release in the second quarter of this year as a part of the Microsoft Desktop Optimization Pack. Download the beta.

 

Enjoy.

Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(110)

Microsoft Windows Server 2008 R2 will be the next version of the Windows Server operating system from Microsoft. Building on the features and capabilities of the current Windows Server 2008 release version, Windows Server 2008 R2 allows you to create solutions that are easier to plan, deploy, and manage than previous versions of Windows Server.

 

下載位置:

http://www.microsoft.com/downloads/details.aspx?FamilyId=85CFE4C9-34DE-477C-B5CA-75EDAE3D57C5&displaylang=en

 

 

相關文件:

  • Installing the Beta Release of Windows Server 2008 R2

  • Release Notes: Important Issues in this Beta Release of Windows Server 2008 R2

  • Things to Know About This Beta Release of Windows Server 2008 R2

  •  

     

    Windows Server 2008 R2 產品資訊及說明.

     

    Enjoy.

    Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(82)

     

    若您在看筆者的部落格,相信您一定也是每天都長時間使用電腦且久坐的人。

     

    2個好習慣,打敗辦公室久坐酸痛症 這篇文章與您分享。

    請記得使用良好的坐姿,並不時活動一下身體,讓我們一起打敗久坐酸痛症。^^

     

    Hope this helps.

    Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(13)

    繼上一篇測試過 AJAX 及 WCF 後,本篇將測試 Silverlight 是否可以在 Azure 中正常執行??

     

     

    首先,需先確認已安裝 Windows Azure ToolsSilverlight Tools

     

    接下來,照慣例,以圖來說明:

     

    1. 開啟 VS 2008 w/ SP1,新增一個 Web Cloud Service 專案,名稱為 SilverlightInCloud

    image

     

     

    2. 在方案按右鍵,新增一個新的專案

    image

     

     

    3. 選擇一個 Silverlight Application 的專案

    image

     

     

    4. 照預設的『Link this Silverlight control into an existing Web site』,其連結的便是步驟 1 的 SilverlightInCloud_WebRole

    image 

     

     

    連結後的樣子

    image

     

     

    5. 將 SilverlightApplicationTestPage.aspx 設定為啟始頁

    image

     

     

    6. 在 Page.xaml 中加入一個 Button 及 Click 的事件,如下圖:

    image

     

     

    image

     

     

    7. 發佈到 Azure Service Developer Portal 並看執行結果 http://taiwan.cloudapp.net/SilverlightApplicationTestPage.aspx

    image

     

    image

     

     

    由此可證:Silverlight 也可以在 Azure 平台中正常執行。

     

    Enjoy.

    Posted by anISV at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(33)