1. Command Line Parser Library

    By:

    The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.

  2. Microsoft Ajax Minifier

    By:

    JavaScript and CSS minification Library for use in .NET applications that want to provide minification or parsing functionality.

  3. HtmlAgilityPack

    By:

    This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to... More information

  4. CmdLine

    By:

    Command line parser with support for tokenizing, switches and attribute based arguments classes

  5. AISParser.Net

    By:

    Parser AIS's binary messages to strings that people can understand HOW-TO: http://lu.9efish.com/blog/how-to-use-aisparser.net

  6. JSON

    By:

    A JSON parser in C#, supporting dynamic deserialization in .NET 4.0

  7. Args

    By:

    Command line parser for .NET. Parses command line parameters into custom POCO objects.

  8. YamlDotNet.Core

    By:

    A .NET library for YAML. yamldotnet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.

  9. ini-parser

    By:

    This library allows to read or create INI data programmatically. --- An implementation for reading/writing INI data to and from streams, files and strings is included.

    1,109 downloads

    Tags

  10. PowerArgs

    By:

    The ultimate .NET command line parser - PowerArgs converts command line arguments into .NET objects that are easy to program against. It also provides a ton of additional, optional capabilities that you can try such as argument validation, auto generated usage documentation, tab completion, Entity Framework querying, secure string arguments, and p... More information

  11. BBCode Parser and Helper

    By:

    BBCodeHelper is a helper based on an excellent BBCode parser available at Codeplex (http://bbcode.codeplex.com/) This package contains a helper that can be used with Razor Syntax for easy set up!

  12. LumenWorks.Framework.IO

    By:

    A reader that provides fast, non-cached, forward-only access to CSV data. THIS PACKAGE IS NOT ENDORSED BY THE AUTHOR OF THE LIBRARY. The files in this package are otherwise exactly the same as LumenWorks.Framework.IO version 3.8.0 binaries downloadable from CodeProject and associated with the publication of the article (see project URL) on November... More information

  13. MGR.CommandLineParser

    By:

    MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.

  14. gherkin

    By:

    A fast lexer and parser for the Gherkin language based on Ragel

  15. nJupiter.Text.SimpleTextParser

    By:

    A very simple text parser that currently contains implementations to format a text with a set of configurable regular exceptions. It is also very easy to extend with new formatters by implementing the IFormatter interface. The component currently has example configuration for converting BBCode to XHTML or plain text.

  16. Roslyn.Compilers.CSharp

    By:

    Roslyn.Compilers.CSharp.dll, the Roslyn C# compiler.

  17. Roslyn.Compilers.Common

    By:

    Roslyn.Compilers.dll, a shared library used by Roslyn C# and Visual Basic compilers. Do not install this package manually, it will be added as a prerequisite by other packages that require it.

  18. Code2Xml

    By:

    Code2Xml is a parser library that interconverts source code and xml files supporting multiple programming languages.

  19. Sprache

    By:

    Sprache is a simple, lightweight library for constructing parsers directly in C# code.

  20. Parseq - a monadic parser combinator library for C#

    By:

    a monadic parser combinator library using LINQ