-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemo.xml
More file actions
18 lines (18 loc) · 872 Bytes
/
Demo.xml
File metadata and controls
18 lines (18 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Demo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>BuildingServiceLayerWithASPNETWebAPI-Demo</Id>
<Author>
<Name>Jon Galloway</Name>
<Blog>http://weblogs.asp.net/jgalloway</Blog>
<Email>jon.galloway@microsoft.com</Email>
</Author>
<Description>This demo shows how to build a service layer using ASP.NET Web API.</Description>
<Document ConversionType="Html"></Document>
<Title>Building a Service Layer With ASP.NET Web API</Title>
<Version>1.0.0</Version>
<Source>.\MVCSPA</Source>
<DependencyChecker></DependencyChecker>
<CustomProperties>
<Property Name="GitHubRepository" Value="https://github.com/Microsoft-Web/DEMO-BuildingServiceLayerWithASPNETWebAPI" />
</CustomProperties>
</Demo>