Presentation is loading. Please wait.

Presentation is loading. Please wait.

DEV331. class Tweet : TimelineItem {…} class DirectMessage : TimelineItem {…} class Notification : TimelineItem {…} … TimelineItem[] items = new.

Similar presentations


Presentation on theme: "DEV331. class Tweet : TimelineItem {…} class DirectMessage : TimelineItem {…} class Notification : TimelineItem {…} … TimelineItem[] items = new."— Presentation transcript:

1 DEV331

2

3

4

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

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22 * Enterprise focus for Silverlight 5

23 demo

24

25

26

27

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.

29

30 Scan the Tag to evaluate this session now on myTechEd Mobile

31

32


Download ppt "DEV331. class Tweet : TimelineItem {…} class DirectMessage : TimelineItem {…} class Notification : TimelineItem {…} … TimelineItem[] items = new."

Similar presentations


Ads by Google