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 7686625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:31:21+00:00 2026-05-31T19:31:21+00:00

I am working on a GPS data logger and Map viewer application using Microsoft

  • 0

I am working on a GPS data logger and Map viewer application using Microsoft Azure.

I am gathering data through a TCP Worker Role endpoint and storing the received data in tables.

The latest GPS co-ordinates should be viewed on Google Map. Assuming to have a high speed Internet Connectivity, which of the below two is effective with respect to cost, speed?

1) Develop an Azure website which reads data from the table and displays the map.

2) Develop a Windows application which gets the data from the table and displays the map. (Not sure on how to do this yet. Please guide regarding the communication protocol and desktop Google maps.)

I am considering the second method, just to ensure that the there is less computing in Azure and will result in less cost of the application.

Please post your views.

  • 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-05-31T19:31:22+00:00Added an answer on May 31, 2026 at 7:31 pm

    I think you are asking whether you should build the viewer as a web app, or a desktop client app?

    Edited to add about how client communication would work: You don’t want the clients connecting to your database directly, it’s a HUGE security risk. You’ll need a WCF service running in Azure for clients to connect to, and execute the queries on their behalf.

    Doing a desktop app isn’t likely to save you any more money on Azure either. The bottleneck to scaling will most likely be the database queries, which you have in both the website and the WCF service. The presentation layer (HTML pages) for the website is likely to not be very taxing relatively speaking.

    But there are a couple things to consider:

    • Fetching the data. The website can query the database directly, and show the results to a user. The desktop app is going to need to connect to a WCF service, which will query the database, to grab the latest GPS data. So in terms of Azure instances needed, it’s still the same. WCF services are also more difficult to code, and seem to be far more fragile (in my experience at least).

    • Ease of development. This is probably a serious point of contention, but web apps are much easier to develop than desktop applications. You have the entire MVC framework, jquery and all it’s plugins, a wealth of resources for ASP.NET, CSS, etc. Client side you’ll be building a lot by hand, you’ll have to deal with installers, update mechanisms, testing on all Microsoft OS’s, etc.

    • Support. Web applications can be updated with a single deploy to Azure. Desktop applications will need an update plugin added, you’ll need to maintain a repository of versions, support old clients, never be sure users are updating software, etc.

    • Cross platform. If you build it as a desktop app, how are you going to support mobile clients? You can build native mobile apps, but that’s even more work to start. Going to port it to Mac too? With a web application and following standards, you can cover 99% of the world (I made up that number).

    There’s probably hundreds of other reasons why I’d prefer a web application over a native Windows application.

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

Sidebar

Related Questions

Working on a tracking application using GPS. It is all fine, but sometimes because
I am working on gps based application. I am using LocationProvider and calling setlocationListener
I am working on an application which works with GPS data. Part of the
Working with an Oracle 9i database from an ASP.NET 2.0 (VB) application using OLEDB.
I have a working application which gets the GPS Long/Lat of from a BlackBerry
I'm working with a GPS module that is transferring data to my mac over
I'm working on an iPhone app that is using GPS coordinates for leaderboards. I
I'm working on an Android app that uses high-resolution GPS data. It's designed to
I'm working on asset tracking application. I have devices that send update on GPS
I have a Winforms application which is working fine.. using a BackgroundWorkerThread to manage

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.