-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLab.xml
More file actions
21 lines (21 loc) · 1.17 KB
/
Lab.xml
File metadata and controls
21 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>AspNetWebForms45</Id>
<Author>
<Name></Name>
</Author>
<Description>ASP.NET Web Forms 4.5 introduces a number of improvements focused on improving the experience when working with data. These include strongly-typed data controls, model binding capabilities, new request validation features and asynchronous page processing enhancements. In this lab, you will get a chance to try out these new features and learn how they work.</Description>
<Document ConversionType="Html">.\HOL.md</Document>
<Title>What's New in Web Forms in ASP.NET 4.5</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>
</Technologies>
<CustomProperties>
<Property Name="GitHubRepository" Value="https://github.com/Microsoft-Web/HOL-ASPNETWebForms" />
</CustomProperties>
</Lab>