You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

omy.Utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omy.Utils

General Functions Expressions - LambdaExpression Compiler Array Utilities File Utilities Lists - List with lazy loading of elements and cache - Doubly Linked List - Indexed List - List with LRU cache - Induced Key Dictionary Mathematics - Base Class for Expression Transformer - Expression Simplifier - Mathematical extended functions Objects - Date Utilities - Number Utilities - Object Extensions - String Parser (replaces Convert.FromString) - Advanced String Formatter - String Comparator - String Utilities - Runtime string interpolation system Reflection - FieldOrPropertyInfo Processing Class Security - Google Authentication Calculation Streams - Base16, Base32, and Base64 Converters - Binary Serialization - Copying read stream to multiple write streams - Utilities (copying data between streams) - Cancelable Stream Web - Advanced URI Builder

1.0.1
nugetNuGet
Version published
Maintainers
1
Created
Source

Utils Library

The Utils library is a large collection of helper namespaces covering many common programming needs. It targets .NET 8 and is the base dependency for the other utility packages contained in this repository.

Features

  • Arrays – helpers for comparing arrays, working with multi-dimensional data and specialized comparers
  • Collections – indexed lists, skip lists, LRU caches and dictionary extensions
  • Expressions – creation and transformation of expression trees and lambda utilities
  • Files – filesystem helpers to manipulate paths and temporary files
  • Mathematics – base classes for expression transformation and math functions
  • Net – advanced URI builder and network helpers
  • Objects – data conversion routines and an advanced string formatter
  • Reflection – additional reflection primitives such as PropertyOrFieldInfo
  • Resources – utilities for working with embedded resources
  • Security – Google Authenticator helpers
  • Streams – base16/base32/base64 converters and binary serialization
  • XML – helpers for XML processing

The design separates data structures from processing logic wherever possible and exposes extensibility points through interfaces.

Keywords

FAQs

Package last updated on 20 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts