-
SoftCircuits
- Salt Lake City, UT
- http://www.softcircuits.com
-
Lightweight .NET class for reading and writing fixed-width data files. Includes basic reader and writer class, and also includes generic classes that automatically map class properties to fixed-wid…
-
DataFileManager Public
WinForms component that helps manage an application's data files.
-
SparseCollections Public
The SparseCollections library provides the SparseArray<T> and SparseMatrix<T> collection classes.
-
HtmlMonkey Public
Lightweight HTML/XML parser written in C#.
-
IniFileParser Public
Lightweight INI-file parser that can be used to easily read and write INI files. It includes direct support for string, int, double and bool setting types.
-
Silk Public
Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.
-
JavaScriptFormatter Public
.NET class library that formats JavaScript scripts.
-
OrderedDictionary Public
.NET library that implements an ordered dictionary.
-
FullTextSearchQuery Public
Converts simple query to SQL Server full-text-search query.
-
ExpressionEvaluator Public
String expression evaluator. Supports symbols and functions.
-
ParsingHelper Public
.NET text parsing helper class.
-
CsvParser Public
Classes for reading and writing comma-separated-values (CSV) files. Supports special characters in column fields. Options to instead use tab delimiters, etc.
-
SoftCircuits.Wordify Public
Class library with many options to format strings. Includes methods to work with numbers, ordinals, enums, pluralization, quotes, etc.
-
SimpleLogFile Public
.NET class that makes it easy to write log entries to a file.
-
WebScraper Public
.NET library to scrape content from the Internet.
-
Class library that augments the .NET string class with many new methods.
-
NumberToText Public
Converts a number to text. For example, converts 123.45 to "One hundred twenty-three and 45/100".
-
WinSettings Public
.NET class library that makes it easy to save and retrieve application settings in INI files, XML files or the Windows registry.
-
Lightweight class to build Excel spreadsheet files (XLSX) without Excel.
-
SoftCircuits.MenuStatus Public
A simple component for WinForms that provides an event for whenever the current menu selection changes.
-
PerformanceTester Public
Simple class to help compare the performance of different algorithms.
-
-
CommandLineParser Public
Lightweight command-line parser. Supports arguments, flag arguments and extended arguments. Supports using quotes to allow whitespace in any argument type.
-
SoftCircuits.CodeColorizer Public
Language-agnostic .NET library to syntax highlight source code for use on HTML pages.
C# MIT License UpdatedFeb 26, 2021 -
RandomEnumerableExtensions Public
Adds Random() and Shuffle() methods to any collection that implments IEnumerable.
-
QueryArgumentEncryptor Public
Class to encrypt any number of key/value pairs so that they can be passed as a single query argument.
-
EasyEncryption Public
Wraps the .NET Framework encryption routines to provide easily accessible encryption and decryption.