Found 11 packages
A .NET library to provide an easy IP to country mapping. Everything is done in memory, no database is needed. Uses IP2Location Lite Nuget, SpartanExtensions and CsvHelper.
Commonly Used Types: CountryCode Alpha2Code Alpha3Code GecCode
The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it includes telephone calling codes, currency codes, currency Symbols for countries across the world. This library can be accessed with ease through static fields by any .NET framework.
Provides convenient access to country info including country codes and country names based on ISO3166. No library dependencies. No external calls.
A comprehensive library for converting between different country code formats, names, and other country-related information. Supports ISO 3166-1 alpha-2, alpha-3, numeric codes, country names, phone codes, and more.
ISO 3166 is a standard published by the International Organization for Standardization (ISO) that defines codes for the names of countries, dependent territories, special areas of geographical interest, and their principal subdivisions (e.g., provinces or states). The standard employs a code of letters and numbers to represent the name of a given geographical area in order to save time and energy when describing the area, as well as to reduce the risk of description errors. The official name of the standard is Codes for the representation of names of countries and their subdivisions.
This component will act as middleware for OWIN or AspNetCore pipeline and check the request geolocation if the request comes from allowed country or not.
Resolver for ISO-3166 codes.
CountryCode ISO3166, CurrencyCode ISO4217, GICS, S and P classifications, etc etc used throughout various iayos projects, containing lookup values for market-related ISO lookups.
Support for ISO-3166 country codes in .NET
An implementation of the **ISO-3166 (Country Codes)** as a portable C# library. >The purpose of ISO 3166 is to define internationally recognized codes of letters and/or numbers that we can use when we refer to countries and their subdivisions. However, it does not define the names of countries – this information comes from United Nations sources (Terminology Bulletin Country Names and the Country and Region Codes for Statistical Use maintained by the United Nations Statistics Divisions). >Using codes saves time and avoids errors as instead of using a country’s name (which will change depending on the language being used), we can use a combination of letters and/or numbers that are understood all over the world. >For example, all national postal organizations throughout the world exchange international mail in containers identified with the relevant country code. Internet domain name systems use the codes to define top-level domain names such as “.fr” for France, “.au” for Australia. In addition, in machine-readable passports, the codes are used to determine the nationality of the user and, when we send money from one bank to another, the country codes are a way to identify where the bank is based. Please visit https://github.com/devcoons/iso3166-countrycodes for more information