Click here to Skip to main content
15,895,799 members
Articles / Database Development / SQL Server / SQL Server 2008

Event-Driven Architecture in the Clouds with Windows Azure

,
Rate me:
Please Sign up or sign in to vote.
4.95/5 (23 votes)
5 Feb 2010CPOL14 min read 71.1K   577   58  
To demonstrate Azure and EDA, this article will show you how to build a flight delay management system for all US airports in clouds with Windows Azure.
--Flight Delay Manager: Cliff Notes --

-Flight Delay Manager Technology Requirements-

  *  IIS7 + OS: Windows 7, Windows Vista SP1, or Windows Server 2008 
  *  Visual Studio 2010 : http://www.microsoft.com/visualstudio/en-us/products/2010/ 
  *  SQL 2008 : http://www.microsoft.com/express/Database/
  *  Windows Azure Tools and SDK:  http://www.microsoft.com/windowsazure/getstarted/ 
  *  (Optional ) Expression Blend: Tool For Silverlight 3 Development : http://www.microsoft.com/expression/try-it/ 
 

-Flight Delay Manager Configuration Requirements-

  *  The code project article provides a walkthrough on how to complete these configuration changes: 
  *  In projects MessageGeneratorService  / MessageProcessorSerivce / FlightUpdates.Web, change 
     configuration of �FlightUpdates� connection string to a SQL 2008 Azure DB. Execute FlightDelayManager.sql on that DB.
  *  In projects Message Generator and Message Processor, change cloud configuration to an Azure queue.  

-Flight Delay Manager Building -

  *  Solution should compile without error, if you have errors check:
  *  All required tools mentioned in the technology requirements are installed correctly. 
  *  For any compile issues with Bing Mapping / Twitter SDK / MS Enterprise Libraries, try re-referencing   
     the DLL�s from folder "External Libraries".
  *  Error �attempt to load an assembly from a network location ...assembly to be sandboxed.. CAS policy by default�
     This is a new Microsoft security "feature" you have enabled on your loacl PC. To fix, unblock the DLL on the
     local file system, see this article for more details http://blog.falafel.com/2009/12/18/WindowsBlockedFilesVisualStudio2010AndNET4.aspx .

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions