1. parse

    By:

    The official Parse.com Windows 8 and Windows Phone 8 SDK. Add a cloud backend to your Windows 8 and Windows Phone 8 apps with this simple to use SDK.

  2. 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

  3. Globalize

    By:

    New age globalization and localization. Formats and parses strings, dates and numbers in over 350 cultures.

  4. BclContrib-ParseFormat

    By:

    This package contains parse and format extentions to system primitives.

  5. 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.

  6. Args

    By:

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

  7. Mono.Options

    By:

    A callback-based program option parser for C#. See the documenation at http://docs.go-mono.com/?link=N%3aMono.Options and some examples in the code and under the OptionSet topic at http://docs.go-mono.com/?link=T%3aMono.Options.OptionSet

  8. MathParse

    By:

    Reads and evaluates string representations of mathematical formulae. Can be used for solving equations or plotting graphs. eg. var formula = MathParse.Parse("3sinx + 1"); return formula.Evaluate(Math.Pi); will return 1 (which is 3sin΀ + 1)

  9. EdmLib

    By:

    Classes to represent, construct, parse, serialize and validate entity data models. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

  10. Ookii.CommandLine

    By:

    Ookii.CommandLine is a powerful command line parsing library for .Net applications. It allows you to easily define a set of accepted arguments, and then parse the command line supplied to your application for those arguments. In addition, it allows you to generate usage help from the arguments that you defined which you can display to the use... More information

  11. Microsoft Ajax Minifier

    By:

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

  12. Nito.KitchenSink Simple Parsers Library

    By:

    Provides "simple" parsers, which are objects essentially implementing TryParse methods.

  13. AsyncParse.Net

    By:

    AsyncParse.Net is a library to enable access to Parse.com through the asynchronously-capable Microsoft .NET Framework 4 HTTP Client Libraries

  14. ExCSS Stylesheet Parser

    By:

    ExCSS reads and parses stylesheets using CSS 3 and CSS 2 selector specifications, and is easily queryable from LINQ using its simple and readable object model.

  15. Nito.KitchenSink Option Parsing Library

    By:

    Option parsing, inspired by getopt but also allowing for Windows conventions.

  16. Rug.Cmd - Command Line Parser and Console Application Framework

    By:

    Rugland Console Framework is a collection of classes to enable the fast and consistent development of .NET console applications. Parse command line arguments and write your applications usage.

  17. Majestic13

    By:

    A convenient API to Majestic-12 html parser. Works on .NET framework, Silverlight and Windows Phone 7.

  18. Ookii.CommandLine.Sample

    By:

    A sample for Ookii.CommandLine demonstrating how to define and parse arguments. The sample is provided for C# and Visual Basic.

  19. DateTimeRoutines

    By:

    C# Date Time Parser, http://www.codeproject.com/KB/datetime/date_time_parser_cs.aspx

  20. FnSharp.Fundamental.CommandLine

    By:

    FnSharp - A compliment to F#. This package contains a command line args to class mapper with support for F# option and record types.