This user has contributed 3 articles, 3 code samples and posted 0 messages in our discussion forums.
Articles & Tutorials
-
redirect a visitor to different default web page based on the visitor's country of origin. One practical usage is to redirect visitor to web page with the language recognized by the visitor. . 
-
Credit card fraud has become pervasive on the Internet. According to MasterCard International, account takeover fraud has increased by 369% since 1995. It has become one of the fastest growing types of fraud, and one of the more difficult to combat. . 
-
During the transaction online, there are times when it is important to preset the web visitor's country of origin, ZIP code, ISP and domain name at the drop down list to prevent fraud and to ease the complexity of registration task. This article shows you how by using .NET Framework, it can be done.
. 
Code Samples
-
IP2Location .NET component that translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers use this component for projects related to:
1. Display native language and currency;
2. Redirect based on country;
3. Digital rights management;
4. Prevent password sharing and abuse of service;
5. Reduce credit card fraud;
6. Web log stats and analysis;. 
-
IP2Location .NET component translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers can use it for projects related to web and client applications. Demo version has 5-second random delay.. 
-
This C# script translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers use this component for projects related to:
1. Display native language and currency;
2. Redirect based on country;
3. Digital rights management;
4. Prevent password sharing and abuse of service;
5. Reduce credit card fraud;
6. Web log stats and analysis;. 