Install
Install-Package IP2Country
dotnet add package IP2Country
paket add IP2Country
IP2Country Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.1.3)
- CsvHelper(2.13.0.0)
- EntityFramework.BulkInsert-ef6(6.0.2.8)
- WindowsAzure.Storage(4.3.0)
Tags
This library handles downloading the IPCountry CSV file from Azure storage, converting it to a superfast binary lookup table and providing you with a simple interface. All right there in your own solution.
No potentially slow API calls here, just local instant results.