
Tailspin Travel is a sample travel booking application that was born on the stage of PDC09. It is meant to highlight some of the most exciting features of the .NET Framework 4, Visual Studio 2010, and the Windows Server AppFabric.
Technologies Included
The Tailspin Travel application covers a pretty substantial set of functionality, but ultimately seeks to provide a holistic perspective of how Visual Studio 2010, .NET Framework 4, and the Windows Server AppFabric platform can be used together. The following is a list of the exact features that are shown in the application:
Visual Studio 2010
- Assembly Dependency Graph
- Multi-monitor
- Navigate To dialogue
- IntelliTrace
- New WF designer
- MSDeploy
- Coded-UI tests
.NET Framework 4
- ASP.NET MVC 2
- Windows Workflow Foundation
- Windows Communication Foundation
- Entity Framework
Server Platform
- Windows Server AppFabric
- Service Hosting
- Workflow Hosting
- Caching
- Monitoring
- SQL Server Express 2008 R2
- DAC
System Requirements
Tailspin was built using
Visual Studio 2010 Ultimate, and there are a few features in use in the demo that require that version (e.g. coded-UI tests). If you’re using a different SKU, you’ll still be able to run the solution, but there will be some features you won’t be able to take advantage of.
Because we consider
Windows Server AppFabric a key part to the Tailspin Travel application, we also require that you have it installed. This is what enables the memory-caching, as well as the service/workflow containers, and monitoring support. Nevertheless you will be able to run the solution without having AppFabric installed.
SQL Server Express 2008 R2 is required for loading the DAC project and for storing Tailspin Travel data.