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