-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentation.xml
22 lines (22 loc) · 1.06 KB
/
Presentation.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"?>
<Presentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>BuildAndDeployASPNET</Id>
<Technologies>
<Technology>Visual Studio</Technology>
<Technology>ASP.NET MVC</Technology>
<Technology>ASP.NET</Technology>
<Technology>HTML 5</Technology>
</Technologies>
<Author>
<Blog>http://weblogs.asp.net/jgalloway</Blog>
<Email>[email protected]</Email>
<Name>Jon Galloway</Name>
</Author>
<Description>
This session will include a quick introduction to the MVC pattern, then build and deploy a website using ASP.NET MVC, Entity Framework Code First, and Windows Azure Web Sites. We'll continue building this demo scenario (the GeekQuiz app from the BUILD 2013 keynote) throughout the day.
</Description>
<Document RemoveSpeakerNotes="true">.\3-Build-and-deploy-ASPNET.pptx</Document>
<Title>Build and deploy ASP.NET</Title>
<Version>1.0.0</Version>
<SlideThumbnail>1</SlideThumbnail>
</Presentation>