In this article, you will learn how to find points within a radius from provided lat and long by writing a MySQL Query. For example, The SQL statement
Find nearest location using latitude longitude MySQL
In this blog post, you will learn how to write a MySQL latitude/longitude radius query to find the nearest location using latitude longitude MySQL.
MapXtreme .Net Architecture | Developer Guide
In this article, you will get an overview of Pitney Bowes MapXtreme .Net Architecture which allows developers to create custom mapping applications
How to send SMS with Twilio in ASP.NET Core 5 and C#
In this blog post, you will learn how to send an SMS with Twilio in ASP.Net Core 5 or 3.1 using C#. So we will use Twilio as our SMS service to send
How to call C# function from SQL Server
In this blog post, you will learn how to call the C# function from SQL Server 2019. Sometimes we have a requirement like execute C# methods from SQL
Google Maps Draw Polygon Get Coordinates
In this blog post, you will learn google maps draw polygon get coordinates with an example, and later you can save the latitude/longitude in the
Check if point inside polygon Google Maps JavaScript
In this blog post, you will learn how to check if point inside polygon with google maps javascript API v3 example. As you know we can draw various
How to Create a Calendar Control in ASP.NET
In this blog post, you will learn asp.net calendar control with examples and how to create a custom calendar control in asp.net using javascript and
How can I access an iFrame from the codebehind file in ASP.NET
In this blog post, you will learn using iframe in asp.net c# and how to set it's src dynamically in asp.net codebehind file. Previously I have