Tutorials for GIS application in Google Map in asp.net - asp.net

Here what I am trying to implement is GIS (Grographic Information System) Application in Google Map. I googled for the same and I didn't find the appropriate solution. My concern is to implement GIS Application in the my project. I don't figure out how to implement.
Does anyone have any recommendations for tutorials or solutions for implementing GIS Application in asp.net?

First we have to register our Google Map API key so register your own key here and also download the Gmaps.dll from there.
Add the reference to downloaded Gmaps.dll by right-clicking on the solution.
A tutorial using bing is available here
More reference Links are here

Related

Can the here maps API access the send-to-car feature?

I'm trying to automate sending locations to my car via the wego.here.com maps API.
The feature is there in the web page but I'm struggling to find it anywhere in the API documentation. Has anyone managed to do this?
You can find a link for the documentation here: https://developer.here.com/develop/mobile-sdks

HereMap for WPF desktop application

I want to use HERE Maps in a WPF application. How can I implement it? Which API and which Control should I use?Please share some basic example.
Just came across this open topic. Did you have a look for the JavaScript API? You could embed this into your application.
Further information can be sound here:
https://developer.here.com/develop/javascript-api
Besides of that you can also use the HTTPRest interfaces for map display (common tiling schema), Routing, Geocoder etc.

Facebook Connect for Qt

I am trying to use the facebook API provided by Nokia Developer:
http://www.developer.nokia.com/Community/Wiki/Facebook_Connect
I need to know what library or files should i include to connect to this API. And if you can provide me with any important guidelines it would be great.
Thanks,
Did you actually read the page you linked to? The first line has a link to the download location and the entire page is full of examples of how to use the API.
However, if you did follow the download link you'd see this:
Facebook is deprecating the old REST api upon which this library is
based on. The new api is called facebook graph api and that should be
used, the rest api breaks all the time so its not a good idea to use
it. Please look at http://gitorious.org/qfacebook for a Qt
implementation of the new facebook graph API
Which makes your question somewhat irrelevant.
With Qt 5, you can now use the V-Play Facebook Qt Plugin.
It wraps the native Facebook SDK around a QML item and thus has the advantage that native login functionality and the whole Facebook Graph API is available cross-platform.
There is a free sample, documentation and tutorials available here: http://plugins.v-play.net/plugins/facebook/

how to write on facebook wall in ASP .Net

I want to post on facebook wall from my website, i had built the site in ASP .Net, I don't know how to perform this task. Can anyone please guide me or give me a script to post on facebook wall.
Here is a documentation on Getting started with Facebook developers
The Graph API is the core of Facebook Platform, enabling you to read and write data to Facebook. It provides a simple and consistent view of the social graph, uniformly representing objects (like people, photos, events, and pages) and the connections between them (friendships, likes, and photo tags).
Here's a sample application from CodeProject to use the Graph API.
hope it helped !
I've had some fun playing with the Facebook C# SDK for creating Facebook applications.
Are you using C# on your site?
The SDK is quite easy to get started with and there are a few tutorials etc...
Facebook C# SDK

Web Based Map application development

I am trying to develop a web based map application where the user can interact with the map. But I am new to this field and do not have much idea about how to approach this. Basically I want to use a static map created by me, so I think google map API s may not be used in this case. My development platform is unix. Can you please suggest what language I should use to write the server and also what kind of free tools can be used to implement the map part?
Thanx...
I suggest reading up on the Google Maps API 3. You can add overlays or even add your own tiles using the API. Specifically, I suggest looking into the GroundLayers section of the V3 API here GroundOverlays

Resources