• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple component for WinForms that provides an event for whenever the current menu selection changes.

More Repositories

1

HtmlMonkey

Lightweight HTML/XML parser written in C#.
C#
54
star
2

FullTextSearchQuery

Converts simple query to SQL Server full-text-search query.
C#
19
star
3

Silk

Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.
C#
17
star
4

ParsingHelper

.NET text parsing helper class.
C#
16
star
5

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.
C#
15
star
6

CsvParser

Classes for reading and writing comma-separated-values (CSV) files. Supports special characters in column fields. Options to instead use tab delimiters, etc.
C#
14
star
7

OrderedDictionary

.NET library that implements an ordered dictionary.
C#
11
star
8

WinSettings

.NET class library that makes it easy to save and retrieve application settings in INI files, XML files or the Windows registry.
C#
7
star
9

ExpressionEvaluator

String expression evaluator. Supports symbols and functions.
C#
7
star
10

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.
C#
5
star
11

SoftCircuits.SpreadsheetBuilder

Lightweight class to build Excel spreadsheet files (XLSX) without Excel.
C#
4
star
12

JavaScriptFormatter

.NET class library that formats JavaScript scripts.
C#
4
star
13

CommandLineParser

Lightweight command-line parser. Supports arguments, flag arguments and extended arguments. Supports using quotes to allow whitespace in any argument type.
C#
4
star
14

SoftCircuits.Wordify

Class library with many options to format strings. Includes methods to work with numbers, ordinals, enums, pluralization, quotes, etc.
C#
4
star
15

DataFileManager

WinForms component that helps manage an application's data files.
C#
3
star
16

WebScraper

.NET library to scrape content from the Internet.
C#
3
star
17

SparseCollections

The SparseCollections library provides the SparseArray<T> and SparseMatrix<T> collection classes.
C#
3
star
18

QueryArgumentEncryptor

Class to encrypt any number of key/value pairs so that they can be passed as a single query argument.
C#
2
star
19

SimpleLogFile

.NET class that makes it easy to write log entries to a file.
C#
1
star
20

EasyEncryption

Wraps the .NET Framework encryption routines to provide easily accessible encryption and decryption.
C#
1
star
21

SoftCircuits.StringExtensions

Class library that augments the .NET string class with many new methods.
C#
1
star
22

PerformanceTester

Simple class to help compare the performance of different algorithms.
C#
1
star
23

RandomEnumerableExtensions

Adds Random() and Shuffle() methods to any collection that implments IEnumerable.
C#
1
star
24

NumberToText

Converts a number to text. For example, converts 123.45 to "One hundred twenty-three and 45/100".
C#
1
star