Info
Version: | 1.0.1 |
Author(s): | Ben Cull |
Last Update: | Wednesday, May 6, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bjcull/IP2Country |
NuGet Url: | https://www.nuget.org/packages/IP2Country |
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.