Top 20 NuGet parse Packages

Parses any string into different .NET built-in types using As<T> syntax. Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was install...
Package for parsing web pages using CSS selectors (AngleSharp). Description: https://github.com/MeltedCheese311/NParser
A library to parse postgres connection strings
Package for parsing web pages using CSS selectors (AngleSharp). Description: https://github.com/MeltedCheese311/NParser
https://dotnetfiddle.net/a8cQlM
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.
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)
A utility to parse Visual Studio solution files
A simpler, cleaner way to TryParse.
Url handler library
A simple ParseObject to generic T mapper and vice versa. It uses Reflection to map business object properties decorated with the "ParseObjectMemberAttribute" againts keys found in the ParseObject dictionary. For any issues / bugs / requests etc you can fork the Github repo at "https://github.com/...
.Net Dev Utils
AVOS Cloud SDK for Window Phone 8.0 Document:https://cn.avoscloud.com/docs/dotnet_guide.html. Release notes RSS :https://download.avoscloud.com/sdk/wp_feed.xml.
Some general useful extension methods for .NET 4.0 or above
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