A robust and flexible .NET library for generating random data, designed to simplify testing, prototyping, and data population in your applications. MyNet.Utilities.Generator.Extensions provides easy-to-use extensions for creating random addresses, names, internet information, and more.
$ dotnet add package MyNet.Utilities.Generator.Extensions
A powerful extension library for generating random data in .NET applications. Useful for testing, simulations, and data-driven scenarios.
Install via NuGet:
dotnet add package MyNet.Utilities.Generator.Extensions
using MyNet.Utilities.Generator.Extensions;
var name = NameGenerator.Generate();
var address = AddressGenerator.Generate();
var email = Internet.GenerateEmail();
| Package | Description | NuGet |
|---|---|---|
| MyNet.Utilities | Core utilities for .NET development. | NuGet |
| MyNet.Utilities.Geography.Extensions | Access detailed geography info. | NuGet |
| MyNet.Utilities.Localization.Extensions | Localization resources and helpers. | NuGet |
| MyNet.Utilities.Logging.NLog | Logging integration with NLog. | NuGet |
| MyNet.Utilities.Mail.MailKit | Email sending with MailKit. | NuGet |
Copyright © Stéphane ANDRE.
Distributed under the MIT License. See LICENSE for details.