Timeline for Json Serialization using Web Api Controller 2 in ASP.Net MVC
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 28, 2016 at 20:22 | review | Low quality answers | |||
| Jan 28, 2016 at 20:36 | |||||
| Jan 28, 2016 at 20:08 | comment | added | serhiyb | @JamieD77 oh, makes sense. Thanks for your comment. | |
| Jan 28, 2016 at 20:07 | comment | added | user5850934 | @serhiyb: Thanks it is working. I need to add ToString() after Latidute and longitude. | |
| Jan 28, 2016 at 20:05 | comment | added | Marko | If the comment you have next to geocode line is the error you're getting then the error is telling you what the problem is. You are trying to place a double into a list of strings. You need to cast the double to string to make it work. | |
| Jan 28, 2016 at 20:04 | comment | added | serhiyb | @JamieD77 Since C# 3.0 constructor parentheses are optional when using object initialiser . | |
| Jan 28, 2016 at 20:01 | history | undeleted | serhiyb | ||
| Jan 28, 2016 at 20:00 | history | deleted | serhiyb | via Vote | |
| Jan 28, 2016 at 20:00 | history | answered | serhiyb | CC BY-SA 3.0 |