Download presentation
Presentation is loading. Please wait.
Published byMelvin Mosley Modified over 8 years ago
5
public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State { get; set; } public DbGeography Location { get; set; } } public class UsLocation { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State { get; set; } public double Latitude { get; set; } public double Longitude { get; set; } } This doesn’t serialize too well, so we need a View ModelThere. That’s better.
7
NuGet Package Link: http://aka.ms/Kuqhny Any browser Templates are.CSHTML files Introduction and how-to: http://aka.ms/webapitestclientintro
8
http://www.getpostman.com/
10
Code Files for “reusable” classes Models.Silverlight Models.Phone Models.Windows Models UX.Silverlight UX.Phone UX.Windows UX.Web ApiClient.Silverlight ApiClient.Phone ApiClient.Windows ApiClient.Web
11
Code Files for reusable classes UX.Silverlight UX.Phone UX.Windows UX.Web Common PCL
13
Client PlatformServer Platform
16
?
22
http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.