111 packages tagged with “write”
A basic INI file reader/writer class
World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (csv, tsv etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
A fast way to read and write to Excel *.xlsx files without using the Open XML library.
Class library that provides classes for usage in multi-threaded asynchronous environments providing multiple-read/single-write capabilities. Support for async entry into read and/or write states, allowing for complex lock management in asynchronous methods, where different sections of the code are executed by different working threads.
Useful set of extensions and classes for simplifying and optimizing read-write synchronization. Part of the "Open" set of libraries.
Write colorful messages to the console using simple to use syntax
Fixed Width Parser Writer for reading and writing flat data (files) with defined field position in line or file (relative height).
A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.
Easy read and write in your DB Simple to use: only 2 lines of code to read and write in SqlServer table! DataManager DM = new DataManager("dbname", "catalog", "username", "password"); DataTable res = DM.getAllRecords Datatable ("table to read"); Thats all! More here http://MagicData.it/Documentazione/EsempioDataManager
Provides helpers for execution locking mechanism.
ByteScout Spreadsheet SDK for .NET, ASP.NET, ActiveX/COM - create and modify Excel files
A utility for read-write synchronizing by context. Useful for synchronizing collections that are not inherently thread-safe. Reference to Open.Threading.ReadWrite exposes extensions for ReaderWriterLockSlim. Part of the "Open" set of libraries.
ConsoleX is a project looking to extend the standard System.Console to make it easier use when building consoleApps and tools using System.Console
Write bihind cache for View Store. It can be used as a decorator for any View Store implementation (e.g. MongoDb View Store).
Simple read/write file
Reads and writes INI files and make navigating them easy. Simple object can now be serialized/deserialized.
A .NET library that encapsulates OS and filesystem differences for creating Copy-on-Write file links. For release notes see https://github.com/Microsoft/CopyOnWrite#release-history .
Stream wrapper to read/write bits and other data types
A library for implementing the Command Pattern, providing of a set of base classes and an invoker class. Useful for abstracting data access and API calls as either queries (for read operations) or commands (for write operations).
Read and write CSV files with a single line of code. Reads from files, streams, strings into lists, dictionaries, lists of objects and data tables. Writes from lists of objects or data tables to files, streams, and strings. Handles embedded commas, double quotes, escaped commas, and columns that span multiple lines.
Class for fast reading and writing to an Excel file
Business layer utilities package
Helper class for generating code concisely.
NSourceMap - source maps for .NET
A set of tools to dynamically read and write classes
A simple helper library, wrapping around Net's basic File-IO functionality
Simple As Possible Console Output
An alternative to the .NET BinaryReader and BinaryWriter objects that allows you to read and write individual bits of data.
Library for handling full read, write, and creation of INI Files.
Easy read and write in your DB Simple to use: only 2 lines of code to read and write in SqlServer table! DataManager DM = new DataManager("dbname", "catalog", "username", "password"); DataTable res = DM.getAllRecords("table to read"); Thats all! More here http://MagicData.it/Documentazione/EsempioDataManager