IP2C.NET Use single C# class to implement IP address to country search based on http://software77.net/geo-ip/ database. No database is required. The CountryFinder class uses in-memory array and binary search algorithm to provide fast search(0.01ms/request).