Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
52 packages returned for cuemon
Sort by
Relevance
Downloads
Recently updated
Cuemon.
Core
by:
gimlichael
124,067 total downloads
last updated
12/11/2022
Latest version:
7.1.0
action-factory
bit-unit
byte-unit
binary-prefix
decimal-prefix
prefix-multiple
multiple-table
calculator
configure
configure-revert
More tags
The Cuemon namespace contains fundamental types such as value and reference types, factories and utility classes, interfaces, attributes and feature rich delegates that support functional programming on a whole...
More information
Cuemon.
IO
by:
gimlichael
81,426 total downloads
last updated
12/11/2022
Latest version:
7.1.0
text-reader
text-writer
compress
decompress
compression
decompression
conversion
encoding
brotli
gzip
More tags
The Cuemon.IO namespace contains types primarily focusing on configuration options for IO related operations. The namespace is an addition to the System.IO namespace.
Cuemon.
Threading
by:
gimlichael
65,348 total downloads
last updated
12/11/2022
Latest version:
7.1.0
advanced-parallel-factory
parallel-factory
for-async
for-each-async
for-each-result-async
for-result-async
while-async
while-result-async
async-options
timer-factory
More tags
The Cuemon.Threading namespace contains types related to working with long-running concurrent loops and regions that utilizes both synchronous and asynchronous delegates. The namespace is an addition to the...
More information
Cuemon.
Diagnostics
by:
gimlichael
45,228 total downloads
last updated
12/11/2022
Latest version:
7.1.0
time-measuring
time-measure
time-measure-profiler
with-action
with-func
async-time-measuring
with-action-async
with-func-async
profiler
exception-descriptor
The Cuemon.Diagnostics namespace contains types that provide ways for developers to describe exceptions including evidence to why an operation faulted. Also includes a flexible, generic and lambda friendly way...
More information
Cuemon.
AspNetCore
by:
gimlichael
58,148 total downloads
last updated
12/11/2022
Latest version:
7.1.0
configurable-middleware
middleware
http-exception-descriptor
throttling-sentinel-middleware
user-agent-sentinel-middleware
request-identifier-middleware
correlation-identifier-middleware
hosting-environment-middleware
server-timing
cache-busting
More tags
The Cuemon.AspNetCore namespace contains types focusing on providing means for easier plumber coding in the ASP.NET Core pipeline while serving some nice of the shell concrete implementation as well. The...
More information
Cuemon.
Data.
Integrity
by:
gimlichael
41,375 total downloads
last updated
12/11/2022
Latest version:
7.1.0
cache-validator
checksum-builder
entity-info
data-integrity
The Cuemon.Data.Integrity namespace contains types that provide ways for developers to determine and maintain integrity of data that is normally associated with an entity/resource.
Cuemon.
Xml
by:
gimlichael
30,057 total downloads
last updated
12/11/2022
Latest version:
7.1.0
xml-formatter
xml-converter
xml-serializer
xml-factories
The Cuemon.Xml namespace contains types related to encoding, converting and serialization. The included lightweight XML serializer framework offers same flexibility as the one provided by the JSON equivalent...
More information
Cuemon.
Net
by:
gimlichael
25,338 total downloads
last updated
12/11/2022
Latest version:
7.1.0
http-manager
http-get
http-post
http-put
http-patch
http-delete
http-trace
mail-distributor
smtp-client
The Cuemon.Net namespace contains types that provides a simple programming interface for HTTP and SMTP protocols. The namespace is an addition to the System.Net namespace.
Cuemon.
AspNetCore.
Mvc
by:
gimlichael
37,109 total downloads
last updated
12/11/2022
Latest version:
7.1.0
cacheable-object-factory
cacheable-object-result
content-based-object-result
content-time-based-object-result
see-other-result
http-cacheable-filter
http-entity-tag-header-filter
http-last-modified-header-filter
fault-descriptor-filter
fault-resolver
More tags
The Cuemon.AspNetCore,Mvc namespace contains types that specializes in cache expiration and validation models and an abundant range of ready-to-use filters in the ASP.NET Core MVC pipeline. The namespace is an...
More information
Cuemon.
Security.
Cryptography
by:
gimlichael
32,305 total downloads
last updated
12/11/2022
Latest version:
7.1.0
aes-cryptor
keyed-hash-factory
hmac
unkeyed-hash-factory
unkeyed-crypto-hash
keyed-crypto-hash
hmac-message-digest-5
hmac-md5
hmac-secure-hash-algorithm-1
hmac-sha1
More tags
The Cuemon.Security.Cryptography namespace contains types related to cryptographic hashing (both keyed and non-keyed) and a ready-to-use implementation of the Advanced Encryption Standard (AES) symmetric...
More information
Cuemon.
Runtime.
Caching
by:
gimlichael
27,337 total downloads
last updated
12/11/2022
Latest version:
7.1.0
i-cache-enumerable
slim-memory-cache
cache-entry
cache-invalidation
thread-safe
The Cuemon.Runtime.Caching namespace contains types related to interfaces for generic caching in applications while providing a concrete in-memory cache implementation named SlimMemoryCache. The namespace is an...
More information
Cuemon.
Data
by:
gimlichael
22,632 total downloads
last updated
12/11/2022
Latest version:
7.1.0
database
db
abstractions
dto
data-transfer
row
column
bulk-copy
dsv
csv
More tags
The Cuemon.Data namespace contains types that provide ways to connect, build and manipulate different data sources. The namespace is an addition to the System.Data namespace.
Cuemon.
Extensions.
Newtonsoft.
Json
by:
gimlichael
15,904 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
jdata
jdata-result
json-converter
json-formatter
dynamic-contract-resolver
dynamic-json-converter
write-object
write-property-name
The Cuemon.Extensions.Newtonsoft.Json namespace contains both types and extension methods that complements the Newtonsoft.Json namespace by adding new ways of working with JSON; both in terms of serialization...
More information
Cuemon.
Extensions.
DependencyInjection
by:
gimlichael
11,417 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
add
tryadd
The Cuemon.Extensions.DependencyInjection namespace contains extension methods that complements the Microsoft.Extensions.DependencyInjection namespace.
Cuemon.
Extensions.
Xml
by:
gimlichael
10,140 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
to-xml-reader
copy-xml-stream
try-detect-xml-encoding
chunk
to-stream
write-object
is-xml-string
try-parse-xelement
The Cuemon.Extensions.Xml namespace contains extension methods that complements the Cuemon.Xml namespace while being an addition to the System.Xml namespace.
Cuemon.
Extensions.
Data.
Integrity
by:
gimlichael
10,897 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
get-cache-validator
combine-with
The Cuemon.Extensions.Data.Integrity namespace contains extension methods that complements the Cuemon.Data.Integrity namespace.
Cuemon.
Extensions.
Xunit
by:
gimlichael
10,721 total downloads
last updated
12/11/2022
Latest version:
7.1.0
test
test-output
test-disposable
test-cleanup
The Cuemon.Extensions.Xunit namespace contains types that provides a uniform way of doing unit testing. The namespace relates to the Xunit.Abstractions namespace.
Cuemon.
Extensions.
Core
by:
gimlichael
8,877 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
to-byte-array
flatten
to-encoded-string
configure
create-instance
action-delegate
options-pattern
The Cuemon.Extensions namespace contains extension methods that complements the Cuemon namespace while being an addition to the System namespace.
Cuemon.
AspNetCore.
Authentication
by:
gimlichael
15,008 total downloads
last updated
12/11/2022
Latest version:
7.1.0
basic-authentication
basic-authentication-middleware
digest-access-authentication
digest-authentication-middleware
hmac-authentication
hmac-authentication-middleware
authenticator
authorization-header
authorization-header-builder
nonce-tracker
The Cuemon.AspNetCore.Authentication namespace contains types that enable support for authentication using the concept of an Authenticator, AuthorizationHeader and (to tie the knots) an...
More information
Cuemon.
Extensions.
Reflection
by:
gimlichael
9,036 total downloads
last updated
12/11/2022
Latest version:
7.1.0
extension-methods
extensions
get-assembly-version
get-file-version
get-product-version
is-debug-build
has-attributes
is-auto-property
get-runtime-properties-except-of
The Cuemon.Extensions.Reflection namespace contains extension methods that complements the Cuemon.Reflection namespace while being an addition to the System.Reflection namespace.
Previous
Next