Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8746227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:09:43+00:00 2026-06-13T12:09:43+00:00

We are about to start GPS tracking development using C# and web services to

  • 0

We are about to start GPS tracking development using C# and web services to communicate with a third party java’ish receptor on the hardware units.

We have a contract for the handling of the vehicle GPS unit to cloud exchange. We need to integrate the cloud to consumer integration for our current real time tracking view portion of our software.

I’ve been given the task to create a method of using web services to relay the data in to our application. The data will consist, initially, of few and basic elements; lat, long, vehicleid, etc. Given the nature of GPS ‘real-time’ viewing this needs to be as fast as possible with small bandwidth consumption.

It has been suggested to me to use a web service that simply passes comma delimited data. I’ve been unable to find anything along these lines.

I’m open to any suggestions as I’m new to C# since our application is in VB currently. These are the requirements given to me so far:

  1. Fast!
  2. Low bandwidth consumption
  3. Consumable by the following technologies; ASP.NET, IOS, VB, and VB.NET
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T12:09:44+00:00Added an answer on June 13, 2026 at 12:09 pm

    JSON would be a good choice. It’s relatively efficient and it’s easy to implement using WCF REST or MVC Web API. Many people aren’t old enough to remember the bad old days of comma delimited files, but I would caution you not to use the format, mainly because it is neither standardized nor supported by mainstream components.

    CSV seems like a simple format at first glance because it has a very simple specification: just separate everything by commas. But the devil is in the details, for example quoted strings and escapes for commas and quotes. Perhaps the main problem with CSV is a human factors issue: many developers think they already understand the format, so they tend to make decision about escaping and quotes differently. Although there is a standard, it is generally not followed. There is an interesting discussion of lack of standardization problem as well as some other specific issues on Wikipedia.

    JSON is a standardized format with very little room for interpretation (there is some wiggle room on date representations). If you keep your JSON property names short, you can achieve an over the wire efficiency that is close to what you would see in a CSV file (if you’re presenting to management, it might be a good idea to mock up a JSON vs. CSV payload with actual overhead figures). And you can be reasonably sure that when clients communicate with your service, they will be using well known and well tested JSON parsers. Finally, if IOS is present in your client platform requirements, it’s not unreasonable to expect that HTML5 will be added at some point, and JSON is naturally a good choice for HTML5.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm about to start the development of a web analytics tool for an e-commerce
I've about to start work on a new web project using CakePHP 2.2, having
I'm about to start using location services, but have a general question about how
I'm about to start a new project using node, backbone, underscore, and express among
I'm about to start using the MS ReportViewer in a WPF application by placing
I am about to start a CodeIgniter based project and plan on using Git
I am about to start a Java project(Android One) and was wondering what would
I am about to start my first project on an ASP.NET MVC 3 web-site.
I'm about to start testing an intranet web application. Specifically, I've to determine the
About to start another jquery mobile site for an existing website. Cut down version

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.