Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Azure AppFabric

This group is for Platform Azure AppFabric. It contains information about the cloud offerings for AppFabric including the Service Bus, Caching, and Access Control.
Azure AppFabric Media Gallery - Samples, Videos, and other Downloads
Type Title Downloads Rating

European BizTalk Convention - Service Bus with Message Broadcasting

This download contains the power point slides and code from the Azure Platform AppFabric session at the...
Posted to: Windows Azure AppFabric Downloads
by 665
Page 1 of 1 (1 items)
AppFabric Community Feed
  • AppFabric Community Blogs via Syndication

    Windows Azure Worker Role and BasicHttpBinding and the Loch Ness Monster

    I have read so many weird things about running a WCF service in a worker role using a BasicHttpBinding that the process might as well take its place alongside Nessie, The Yeti and the Lightweight Framework as things only some … More » Blog Post by: Christian Martinez
  • AppFabric Community Blogs via Syndication

    Entity Framework 4.1 power tools

    The EF team at Microsoft just release a first CTP of the EF 4.1 Power Tools making it even easier to do Code First development with an existing database. Guess it isn’t really code first in that case but database first   I did a quick test with an existing database, Northwind to be exact, and it worked pretty well. The only gotcha is you have to make sure the EF4.1 assemblies are available in your project otherwise you will receive the exception below. Adding Ef4.1 is easy though, just download...
  • AppFabric Community Blogs via Syndication

    WF4 How To Invoke a Child Workflow as XAML

    Recently somebody asked me how a workflow could invoke another workflow that is loaded as XAML from a file or a database.  This is a common request so I’ve added an activity to Microsoft.Activities to support this. Download the Source for this example from MSDN Code Gallery – WF4 - How To Invoke a Child Workflow as XAML Scenario: Load an Activity from a XAML Text File and Invoke It Given A child activity deployed as XAML text in a file which will run to completion when invoked (no bookmarks...
  • AppFabric Community Blogs via Syndication

    Using SQL Azure Data Sync

    Lately, a lot of CTP’s came available on the Windows Azure platform. My goal is to try them all out. I blogged on two of these technologies already: Using Windows Azure VM Role Azure connect - VPN as a service This time, we’re getting on the data side, with SQL Azure Data Sync. This data synchronization service is built on the Microsoft Sync Framework technologies. It provides bi-directional data synchronization and data management capabilities allowing data to be easily shared across...
  • AppFabric Community Blogs via Syndication

    The Workflow Parallel Activity and Task Parallelism

    “ Task parallelism (also known as function parallelism and control parallelism ) is a form of parallelization of computer code across multiple processors in parallel computing environments. Task parallelism focuses on distributing execution processes (threads) across different parallel computing nodes. It contrasts to data parallelism as another form of parallelism.” – Wikipedia – Task Parallelism Can you achieve Task Parallelism with Windows Workflow Foundation? Yes… yes you can.  I know, in...
Page 3 of 125 (621 items) 12345»