61 packages tagged with “values”
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
A parser for RFC 8941 Structured Field Values for HTTP.
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
Configuration provider for generating random values.
Range<T> implementation with useful extensions. Useful for ranged value data-sets. Part of the "Open" set of libraries.
A set of classes to parse delimiter-separated or positional values in lines of text and map them into .NET CLR objects
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.
Await multiple tasks in parallel and get their return values with concise code.
A library to get app settings
Very simple and Easy to use, convert Datatables to CSV or CSV to DataTables, Excel to CSV, Read CSV raw string, CSV file, Modification, Set Read Till Criterias, Build CSV Author: Samer Shahbaz Create Date: 15/11/2023 Description: The CsvBuilder utility, developed by Samer Shahbaz, is a powerful tool designed to simplify the process of creating CSV (Comma-Separated Values) files using .NET DataTables or Customely. This utility provides a convenient and efficient way to generate/read CSV data. Key Features: Simplicity: Designed for ease of use, providing a straightforward and user-friendly experience. Customizable Options: Offers flexibility with customizable processing options for CSV data. Excel Conversion: Seamlessly converts Excel files to CSV, enhancing data interoperability. Versatile Construction: Datasets methods and GetValue function accommodate diverse data structures for CSV construction. Usage Examples: Constructor: Static Method for Creating CsvBuilder with Multiple DataTables: CsvBuilder csvBuilder = CsvBuilder.Datasets(dataTable1, dataTable2, ...); Building CSV: csvBuilder.Build(tableIndex1, tableIndex2, ...) Customizing Value Rendering: Subscribe to the ValueRenderEvent to define custom parsing logic for column and row values. Output Handling: Obtain the CSV content as a Stream: Stream csvStream = csvBuilder.GetStream(); Save the CSV content to a file: csvBuilder.SaveAsFile("filePath.csv"); Example #1: // Create CsvBuilder with a DataSet ICsvBuilder csvBuilder = CsvBuilder.Datasets(dataSet); // Build CSV with selected columns from specific DataTables ICsvExtractor csvExtractor = csvBuilder.Build(); // Obtain CSV content as a Stream MemoryStream csvStream = csvExtractor.GetStream(); // Save CSV content to a file csvExtractor.SaveAsFile("output.csv"); //dispose if necessary csvBuilder.Dispose(); This utility simplifies the process of CSV generation, providing users with a flexible and efficient solution for working with tabular data in the .NET environment. For More Information See https://goworkpro.github.io/CSV-Builder-Utility/
A Sitecore Extension providing additional Standard Values Tokens.
.NET Error as value package.
C# implementation of the variant type.
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework 6 queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
Allows to define default values in EPiServer projects code using standard System.ComponentModel.DefaultValue attribute
Extensions provides Azure KeyVault secrets as variables
This project helps you to read and write CSV (Comma Separated Values) files in your program. Those files are legacy, but many developers still use them because of their readability and because every sheet-calculation program can perfectly edit them. With the classes in this project you can read/write them via a stream, so that not every byte of the CSV has to be in memory beforehand and they provide nice and fluent interfaces for all functions, they are well tested (visit the project-page) and they are capable of reading and writing quoted values. Give it a try.
Simple library to help in the reading and writing of CSV formatted content.
Library used for generating arbitrary values for unit testing. Allow extension for your own type
Get related values to a word or list of words in different languages
Library for loading csv, tsv or other regularly shaped files guess-separated-values.
A class library to handle with json paths.
Return sum two values
Package Description
Array Duplicate VAlues Min/Max and array helpers GetDuplicates.(by Sravanthi Gowda)
Lightweight CSV files utilities - RFC 4180. DataTable to CSV. Object to CSV.
This package provide UiPath custom activity to get values from Microsoft OCR response based on the region that you pass.
Array Duplicate VAlues Min/Max and array helpers GetDuplicates
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
DataBag provides an easy way of resolving string expressions based on registered variables. For more details see Project Site.