59 packages tagged with “countries”
Country Validator is a library that can be used to validate VAT/TVA codes, social security numbers and TINs (Tax Identification Numbers). All countries from European Union are supported and United States.
DataAnnotations to validate VAT codes, social security numbers or tin numbers.
offline library to get information about countries like name, capital, currencies, phone number prefixes, postal code, regex, time zones, google map location, openstreetmap location, flags, ...
ISO 3166 countries library, including: common Name, official Name, TLD,two and three letter country code, ISO numeric code, CIOC, currencies, callingCodes, capital, alternative spellings, region, subRegion, borders, is landlocked and area in square kilometers
.NET Core Wrapper Library For REST Country API v2.0.5 provided by https://restcountries.eu/ . REST countries API, includes information like common Name, official Name, TLD,two and three letter country code, ISO numeric code, CIOC, currencies, callingCodes, capital, alternative spellings, region, subRegion, borders, etc.
Get the access to the countries dataset with no dependencies and no API calls.
Provides interfaces and base functionality for lists of common entities such as generic lists, currencies, countries, time zones, etc.
A large collection of enums to simplify your life
A library that provides access to ISO standards, including ISO 639 (language codes), ISO 3166 (country codes), and ISO 4217 (currency codes).
Core part of eShopWorld meta package for brands, service levels, countries and currencies
Country flag component for Blazor
Localized list of ISO-3166 country codes.
An EntityFrameworkCore implementation of DevAccelerateLists repositories.
GeoDataSource is a .NET Class Library based off of the data from http://www.geonames.org
Adds a collection of country flag images to a Microsoft dot net standard project.
KoreFramework.Web.Common
Utils, helpers and extensions to work with globalization
Interfaces for representing location data and a strongly-typed static enumeration of the world's countries with their abbreviations. ISO Abbreviation, country codes, UN abbreviations, and more.
Static Class For Country Codes Constants
A versatile .NET library providing localization resources and tools for handling cultures, countries, and multilingual data. MyNet.Utilities.Localization.Extensions makes it easy to integrate and manage localization features in your applications.
Country flags WPF control library with flags of 255 countries and territories.
A library to fetch countries, states, and cities. You can get the countries, states, and cities list and their details. Usage: For Countries: 1. Get all countries: CountryService countryService = new CountryService(); List<Country> countries = await countryService.GetCountries(); foreach (var country in countries) { Console.WriteLine($"ID: {country.CountryId}, Name: {country.CountryName}, PhoneCode: {country.PhoneCode}, Currency: {country.Currency}"); } Output: ID: 1, Name: Afghanistan, PhoneCode: 93, Currency: AFN ID: 2, Name: Aland Islands, PhoneCode: 358, Currency: EUR ID: 3, Name: Albania, PhoneCode: 355, Currency: ALL ID: 4, Name: Algeria, PhoneCode: 213, Currency: DZD ID: 5, Name: American Samoa, PhoneCode: 1, Currency: USD ID: 6, Name: Andorra, PhoneCode: 376, Currency: EUR For States: 1. Get all states by Country Id: StateService stateService = new StateService(); List<State> states = await stateService.GetStatesByCountryId(1); foreach (var state in states) { Console.WriteLine(state.StateId + " " + state.StateName); } Output: 3901 Badakhshan 3871 Badghis 3875 Baghlan 3884 Balkh 3872 Bamyan 3892 Daykundi 3899 Farah 3889 Faryab 3870 Ghazni For Cities: 1. Get all cities by State Id: CityService cityService = new CityService(); List<City> cities = await cityService.GetCitiesByStateId(3901); foreach (var city in cities) { Console.WriteLine(city.CityId + " " + city.CityName); } Output: 52 Ashkasham 68 Fayzabad 78 Jurm 84 Khandud 115 Raghistan 131 Wakhan
A comprehensive C# model and static data representation of the world's geographical hierarchy, including countries, states/regions, cities, and additional metadata such as timezones, currencies, and ISO codes.
Tool with Common Data used in multiple .NET applications like Countries, Cities, Currencies, ExchangeRates...
UI for Droid.Geography library
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest. This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List. Data source: Wikipedia.
Get access to an interface that helps you search for different countries
A NetTools extension for localization
An unofficial .NET API wrapper for RESTCountries.com