Download presentation
Presentation is loading. Please wait.
Published byGertrude Allison Modified over 8 years ago
3
var bradyGaster = new Person().WithTitle(“Windows Azure Technical Evangelist”).ContactMethods( { type: “Twitter”, value: “@bradygaster”}, { type: “Blog”, value: “www.bradygaster.com”}, { type: “Email”, value: “bradyg@microsoft.com”}).HasSpouse({ name: “Gina”}).HasKids( { gender: “Male”, name: “Gabriel”, age: 5}, { gender: “Male”, name: “Lucas”, age: 2}).HasPets( { type: “Dog”, breed: “Chihuahua”, name: “Lola”}, { type: “Dog”, breed: “Chihuahua”, name: “Nico”}).HasHobbies( new Guitar(“Fender Stratocaster”), new Guitar(“Gretsch Historic”), new Sport(“Frisbee”));
14
Real-time Update User sees update in their browser in real-time
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.