Top Solutions

Google Maps API error: MissingKeyMapError

Google allows authenticated users to access their APIs using an API key. To get started working with google maps API click the link which will guide you the process of activating it.

How to use google map API in website?

In this article, I will show you how to integrate google maps into website. The google maps API v3 accepts country name or city name or Latitude and Longitude. ..

Knockout js tutorial with asp.net mvc

In this article, I will show you a knockout Ajax example, with curd operations using jQuery. Knockout js is a free open source library. It is small and lightweight JavaScript Library. I have built a web form to display records and do curd operations (insert, update and delete) using Northwind Database customer table.

How to implement URL shortener google API in asp.net application?

The google URL shortener allows you to make URL shortened which will expand, when the user access on it, will get a full original URL form. Normally it is suitable for sharing your articles or image URL path over social websites like google plus, Facebook, Twitter etc.