Benday.Common
9.4.0
dotnet add package Benday.Common --version 9.4.0
NuGet\Install-Package Benday.Common -Version 9.4.0
<PackageReference Include="Benday.Common" Version="9.4.0" />
<PackageVersion Include="Benday.Common" Version="9.4.0" />
<PackageReference Include="Benday.Common" />
paket add Benday.Common --version 9.4.0
#r "nuget: Benday.Common, 9.4.0"
#:package Benday.Common@9.4.0
#addin nuget:?package=Benday.Common&version=9.4.0
#tool nuget:?package=Benday.Common&version=9.4.0
Benday.Common
A collection of classes for supporting the domain model pattern in .NET Core.
Key Features
- Utilty class for running command line tools, reading the results, and managing errors
- Classes for handling the paging and sorting of results
- Identity interfaces for managing string and integer based object identity
- Utility classes for managing searching and queries
- Interfaces for organizing type registration for dependency injection
- ...and more.
About
Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer
https://www.benday.com
https://www.slidespeaker.ai
info@benday.com
YouTube: https://www.youtube.com/@_benday
Bugs? Suggestions? Contribute?
Got ideas for git repo sync features you'd like to see? Found a bug? Let us know by submitting an issue. Want to contribute? Submit a pull request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.7)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 9.0.7)
-
net9.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.7)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 9.0.7)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Benday.Common:
Package | Downloads |
---|---|
Benday.EfCore.SqlServer
A collection of classes for supporting the repository pattern and domain model pattern in .NET Core with Entity Framework Core. |
|
Benday.Common.Testing
A collection of classes to streamline testing with XUnit and Moq. |
|
Benday.Repositories
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.4.0 | 445 | 7/20/2025 |
9.3.0 | 177 | 5/30/2025 |
9.2.0 | 95 | 5/30/2025 |
9.1.0 | 231 | 4/24/2025 |
9.0.0 | 101 | 4/19/2025 |
9.0.0-alpha | 131 | 2/16/2024 |
8.0.0 | 735 | 1/7/2024 |
7.1.0 | 222 | 10/2/2023 |
7.0.0 | 474 | 3/31/2023 |
7.0.0-beta | 233 | 3/16/2023 |
6.0.0 | 1,000 | 6/14/2022 |
4.0.0 | 1,191 | 2/18/2020 |
3.4.0 | 786 | 12/26/2019 |
3.3.0 | 800 | 10/31/2019 |
3.2.0 | 625 | 10/31/2019 |
3.1.0 | 955 | 9/27/2019 |
3.0.1 | 631 | 9/26/2019 |
3.0.0 | 622 | 9/26/2019 |
2.1.0 | 665 | 9/17/2019 |
2.0.1 | 937 | 9/9/2019 |
2.0.0 | 615 | 9/9/2019 |
1.2.0 | 655 | 8/31/2019 |
1.1.0 | 842 | 8/31/2019 |
1.0.0 | 1,037 | 8/22/2019 |
v9.4 - Added IsNullOrEmpty() to string extension methods; Added compiler hint attributes to indicate when the input strings for IsNullOrEmpty() and IsNullOrWhitespace() are not null;
v9.3 - Added ConfigurationExtensionMethods; Added ToStringThrowIfNullOrEmpty() and SafeToString() to the ConfigurationExtensionMethods class for accessing values from IConfiguration.
v9.2 - Added ToStringThrowIfNullOrEmpty() to the StringExtensionMethods class.
v9.1 - Added some additional methods to the StringExtensionMethods class.
v9.0 - Updating dependencies and adding package target for .net 9.0