-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLab.xml
22 lines (22 loc) · 1.01 KB
/
Lab.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>ASPNETWebApi</Id>
<Author>
<Name></Name>
</Author>
<Description>In this hands-on lab, you will use Web API to build a simple REST API for a contact manager application. You will also build a client to consume the API.</Description>
<Document ConversionType="Html">.\HOL.md</Document>
<Title>Build RESTful APIs with ASP.NET Web API</Title>
<Version>1.3.0</Version>
<Source>.\Source</Source>
<DependencyChecker>.\Source\Setup\Dependencies.depi</DependencyChecker>
<Technologies>
<Technology>Visual Studio</Technology>
<Technology>.NET Framework</Technology>
<Technology>ASP.NET MVC</Technology>
<Technology>ASP.NET Web Api</Technology>
</Technologies>
<CustomProperties>
<Property Name="GitHubRepository" Value="https://github.com/Microsoft-Web/HOL-ASPNETWebAPI" />
</CustomProperties>
</Lab>