How to retrieve latitude and longitude of a draggable pin via Google Maps API

Latitude and longitude are spherical coordinates used to locate a point on the earth. Many maps do not need to take the curvature of the earth into account. Latitude: Latitude is the Y coordinate and characterizes north-south worldwide position estimated from the equator. Lines of steady latitude are called matches since they characterize a progression of rings corresponding to the […]

how to convert number to text currency in C#

Somnetimes we will get a requirement like converting a number into words. such as: 568.25 = Five Hundred Sixty Eight and Paisa Twenty Five Only. Create a converter class with that code: Example:568.25 = Five Hundred Sixty Eight Only.568.25 = Five Hundred Sixty Eight and Paisa Twenty Five Only. [code lang=”js”]public class converter{static Tuple<int, string>[] powers ={new Tuple<int, string>(0, “”),new Tuple<int, string>(3, […]

How can i protect my email address

Well, before I conclude, I would like to give all of my readers a word of caution! Today, there are many scam websites out there on the Internet which often misguide users with false information. Some of them may even rip off your pockets with false promises. So, here are some of the things that you need to be aware of: […]