Presentation is loading. Please wait.

Presentation is loading. Please wait.

public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State.

Similar presentations


Presentation on theme: "public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State."— Presentation transcript:

1

2

3

4

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.

6

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/

9

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

12

13 Client PlatformServer Platform

14

15

16 ?

17

18

19

20

21

22 http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet

23

24


Download ppt "public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State."

Similar presentations


Ads by Google