הבלוג של מאור - Maor's blog

טכנולוגיה ושאר ירקות

על הבלוג

RSS

 

מהבלוג שלי ב msdn

maor's blog

↑ Grab this Headline Animator

התחבר אלי

Maor's Facebook profile  Follow Maor on Twitter  Maor's profile on Linkedin  Maor in FriendFeed 
       

Blog Roll

My Favorite Technologies

Links

Team System Forums

RSS

Blog Pages

Browse by Tags

All Tags » Cloud Computing (RSS)
Windows Azure & .NET 4
Many customers and developers ask me lately if it possible to running  ASP.NET 4.0 applications on Windows Azure. Most of them use VS2010 Beta 2 + November 09 Azure SDK. The answer: Windows Azure currently supports .NET 3.5 SP1. Similar Posts: AppFabric...
Windows Azure Drive Beta Released
A beta release of Windows Azure Drive is now available. It was announced as XDrive at PDC 2009. With Windows Azure Drive, your Windows Azure applications running in the cloud can use existing NTFS APIs to access a durable drive. The Windows Azure application...
SQL Database Migration To SQL Azure
Many customers are asking about migration from SQL to SQL Azure. This post will describe the considerations you have to take and the migration process. First of all, be familiar with SQL Azure limitations: Transact-SQL Reference (SQL Azure Database):...
The World Summit of Cloud Computing
Two days ago, at the annual conference of The World Summit of Cloud Computing (http://events.myreg.co.il/IGT2009/), organized by The Israeli Association of Grid Technologies (IGT) (http://www.grid.org.il), my college, Eliaz Tobias and myself, gave a presentation...
AppFabric, Identity, Dallas Announced at PDC 09
Here are the headlines from yesterday’s announcements at Professional Developers Conference (PDC09). Windows Identity Foundation, ASP.NET MVC Beta 2 Supported on Windows Azure Windows Server virtual machine support on Windows Azure, RTM of Windows Identity...
Windows Azure Service Management API Has Been Released
The Windows Azure Service Management API has been released to help you manage your deployments, hosted services and storage accounts. This is a REST-based API that uses X509 client certificates for authentication. Users can code against in their toolset...
Multi-Tenant Architecture @ Windows Azure Platform
common question is how a multi-tenant architecture works with Windows Azure Platform. You can find an answer at Project Riviera that has been released on MSDN and includes source code. From the project page: Project Riviera is a comprehensive code sample...
New Version of Windows Azure Tools for Microsoft Visual Studio
Windows Azure Management Tool - MMC
Azure .NET Services – A Twitter Service Bus
Deploying Azure Project To The Cloud
In this post I’ll explain the steps required to host a cloud service in the cloud… Step 1: Creating the project on Azure Services Developer Portal In order to host the asp.net cloud application I created in the previous post , I should login into Windows Azure Services Developer Portal . Because I created cloud service, I have to choose a new Hosted Service Project.   I’ll give a label and description to the service: And give it a name… Finally, we have a project. Note : the Application ID will...
Creating and Executing First Cloud Project With Windows Azure
The Azure ™ Services Platform (Azure) is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. Azure’s flexible and interoperable platform can be used to build new applications to run from the cloud or enhance existing applications with cloud-based capabilities. Its open architecture gives developers the choice to build web applications, applications running on connected...