Download presentation
Presentation is loading. Please wait.
Published byCalvin Hunt Modified over 9 years ago
1
DEV331
5
class Tweet : TimelineItem {…} class DirectMessage : TimelineItem {…} class Notification : TimelineItem {…} … TimelineItem[] items = new TimelineItems[] { new Tweet(“Pete Brown”, “pete.png”, “…”), new Tweet(“Jon Galloway”, “jon.png”, “…”), new Tweet(“Joe Stagner”, “joe.png”, “…”), new Tweet(“Jesse Liberty”, “jesse.png”, “…”) }; DataDataTemplate Pete Brown Jesse Liberty Joe Stagner Jon Galloway Resulting Presentation Developer Demo Rule #4705: Twitter must appear in any modern demo
6
class Tweet : TimelineItem {…} class DirectMessage : TimelineItem {…} class Notification : TimelineItem {…} … TimelineItem[] items = new TimelineItems[] { new Tweet(“Pete Brown”, “pete.png”, “…”), new Tweet(“Jon Galloway”, “jon.png”, “…”), new DirectMessage(“Joe Stagner”, “joe.png”, “…”), new Notification(“Jesse Liberty”, “jesse.png”, “…”) }; DataImplicit Data Templates Pete Brown Jesse Liberty Joe Stagner Jon Galloway Resulting Presentation Tweet DirectMessage Notification
7
demo
22
* Enterprise focus for Silverlight 5
23
demo
28
www.microsoft.com/teched Sessions On-Demand & CommunityMicrosoft Certification & Training Resources Resources for IT ProfessionalsResources for Developers www.microsoft.com/learning http://microsoft.com/technet http://microsoft.com/msdn http://northamerica.msteched.com Connect. Share. Discuss.
30
Scan the Tag to evaluate this session now on myTechEd Mobile
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.