-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLab.xml
More file actions
23 lines (23 loc) · 1.3 KB
/
Lab.xml
File metadata and controls
23 lines (23 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Lab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>BuildingAppsWithCacheService</Id>
<Technologies>
<Technology>Windows Azure</Technology>
</Technologies>
<Author>
<Blog></Blog>
<Email></Email>
<Name>wwegner</Name>
</Author>
<Description>In this hands-on lab you will learn how to easily enable Cache service on your Cloud Service roles utilizing free memory space on your virtual machines. You'll go through the process of setting up persistent session states as well as using in-memory cache to avoid repetitive database queries. At last, you'll build an abstraction layer on top of different caching providers.</Description>
<Document ConversionType="Html">.\HOL.md</Document>
<Title>Building Windows Azure Cloud Services with Cache Service</Title>
<Version>2.1.3</Version>
<Source>.\Source</Source>
<DependencyChecker>.\source\Setup\Dependencies.depi</DependencyChecker>
<CustomProperties>
<Property Name="ContentTag" Value="1.8" />
<Property Name="ContentType" Value="VS2012" />
<Property Name="GitHubRepository" Value="https://github.com/WindowsAzure-TrainingKit/HOL-BuildingAppsWithCaching" />
</CustomProperties>
</Lab>