Found 30 packages
This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, IP-Addresses, Guids, DateTime and more.
The library contains a stripped down lists of human names from the US Census names list, and a list of place names from another census list. The library allows you to get random first and last names or both and you can get male and female first names. You can also generate random place names as well. To access this functionality create a NameGenerator in namespace RandomNameGenerator, and call one of the functions like GenerateRandomFirstAndLastName(). The functions names describe literally and simply what those functions do. Examples at github project site: https://github.com/m4bwav/DotNetRandomNameGenerator
Split name into military rank, honorific, first name, middle initial, last name, suffix, gender. Also matches names.
Simplified logging, enabled/disabled during runtime. Inspections. Domain objects. Shipping models. Fast thread-safe cache. Cryptographic salted hashes. Enumeration type converter. Validator extensions. Sample data randomizers.
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. Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
A library to generate Norwegian names based on the yearly statistics from Statistisk sentralbyrå (SSB). Generates names with a single first name and a single last name.
SiRandomNameGenerator is simple .NET library for generating random slovenian names and last names. Library allows you to generate names or last names as separate strings or as whole human name. Library can also return whole Person object with full range of randomized data (Name, Lastname, Date of birth, date of death, sex, PID (EMŠO - with true value based on sex and date of brith)
Provides FluentValidation extensions to validate first and last names using the strongly-typed FirstName and LastName value objects from PosInformatique.Foundations.People.
Provides DataAnnotations attributes to validate first and last names using the strongly-typed FirstName and LastName value objects from PosInformatique.Foundations.People.
Provides FluentAssertions extensions for FirstName and LastName value objects from PosInformatique.Foundations.People, resolving the Should() ambiguity and enabling idiomatic assertions like Should().Be(string) on normalized values.
NPetrovich is library which inflects Russian names to given grammatical case. It supports first names, last names and middle names inflections.
Polar Name Explorer .NET Core Component is an class library allows your .NET applications to extract and parse names and surnames from text, get the gender of the name, and country of origine.
A library for structurally splitting single field name data into multiple fields (prefix, given, middle, surname, and suffix)
The library contains a stripped down lists of human names from the US Census names list, and a list of place names from another census list. The library allows you to get random first and last names or both and you can get male and female first names. You can also generate random place names as well. To access this functionality create a NameGenerator in namespace RandomNameGenerator, and call one of the functions like GenerateRandomFirstAndLastName(). The functions names describe literally and simply what those functions do. Examples at github project site: https://github.com/Urriellu/DotNetRandomNameGenerator.
The library provides functionality for translitterization, names, lastnames and middlenames declining, converting numerics to string presentation. Right now everything works only for Russian language.
Provides strongly-typed FirstName and LastName value objects to standardize person names. Enforces normalization rules (title-case for first names, uppercase for last names), validation, parsing, comparison, and formatting. Includes IPerson abstraction with extension methods for display name, ordering name, and initials, plus name normalization helpers.
C# library to split names into their respective components (first, last, etc)
This library contains the top 500 lists of dutch human first names, and a top 2000+ of dutch human last names. The library allows you to get a random combination of firstname, lastname with associated sex or generate a list with random firstname and lastname combinations by passing through a desired amount.
Provides Entity Framework Core integration for the FirstName and LastName value objects from PosInformatique.Foundations.People. Offers fluent configuration helpers and converters to map normalized first and last names as NVARCHAR(50) columns with proper value conversion and comparison.
Provides System.Text.Json converters for the FirstName and LastName value objects. Enables seamless serialization and deserialization of validated person names within JSON documents.