Click here to Skip to main content
15,891,633 members
Articles / Hosted Services / Azure

Using Windows Azure AppFabric Cache (CTP)

Rate me:
Please Sign up or sign in to vote.
4.96/5 (12 votes)
16 Feb 2011CPOL6 min read 58.8K   20  
How to setup and use Windows Azure AppFabric Cache (CTP).

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppFabricDataCache", "AppFabricDataCache\AppFabricDataCache.csproj", "{400A05D6-DC99-4A63-AAD6-CFF3D99C00B4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{400A05D6-DC99-4A63-AAD6-CFF3D99C00B4}.Debug|x86.ActiveCfg = Debug|x86
		{400A05D6-DC99-4A63-AAD6-CFF3D99C00B4}.Debug|x86.Build.0 = Debug|x86
		{400A05D6-DC99-4A63-AAD6-CFF3D99C00B4}.Release|x86.ActiveCfg = Release|x86
		{400A05D6-DC99-4A63-AAD6-CFF3D99C00B4}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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
Instructor / Trainer
Belgium Belgium
Panagiotis is a Software Development Consultant & Architect and Trainer. He has been a speaker at domestic and international events such TechEd and ITProDevConnections, delivering trainings and consulting on cloud computing and the Windows Azure Platform for almost 3 years. He also has experience with other cloud platforms like AWS, Google Gears and others. He's a supporter of the EuroCloud movement, likes Pizza, Sushi and fast cars. Born and raised in Greece but currently living and working at Belgium for Devoteam BE.

Panagiotis is a Windows Azure MVP.

Comments and Discussions