1. jQuery Validation

    By:

    This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation m... More information

  2. JSON-js json2

    By:

    JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ This package implements JSON encoders/decoders in JavaScript.

  3. AboditNLP

    By:

    Abodit Natural Language Engine

  4. DotLiquid

    By:

    DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.

  5. Machine.Specifications 0.5.12

    By:

    Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.

  6. YACQ - Embeddable Query Language

    By:

    YACQ (Yet Another Compilable Query) is an embeddable querying language for .NET, based on Expression Trees API. This provides dynamic evaluation from strings, complete access to .NET libraries and the LINQ ecosystem. More details and the usage are in Project site.

  7. Jurassic

    By:

    Jurassic is an implementation of the ECMAScript language and runtime.

  8. DynamicLanguageRuntime.Net40.Unofficial

    By:

    This is an unofficial NuGet package of the .NET 4.0 compatable Dynamic Language Runtime

    735 downloads

    Tags

  9. WPF Localization Extension

    By:

    LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects

  10. Antlr

    By:

    ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.

    45,189 downloads

  11. AboditNLPWordnet

    By:

    Abodit Natural Language Engine - Wordnet Addon

  12. SharpZipLib

    By:

    #ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).

    67,938 downloads

  13. DynamicLanguageRuntime.Net20.Unofficial

    By:

    This is an unofficial NuGet package of the .NET 2.0 compatable Dynamic Language Runtime

    599 downloads

    Tags

  14. CodeMirror Additional Language Modes

    By:

    Additional language modes for CodeMirror http://codemirror.net/mode Licenses: http://codemirror.net/mode/coffeescript/LICENSE http://codemirror.net/mode/pascal/LICENSE http://codemirror.net/mode/perl/LICENSE http://codemirror.net/mode/python/LICENSE http://codemirror.net/mode/r/LICENSE http://codemirror.net/mode/ruby/LICENSE http://codemirror.net... More information

  15. Code2Xml

    By:

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

  16. ALanguageDetection

    By:

    Simple and easy to use language detection utility.

  17. Less.js

    By:

    LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.

  18. IronRuby

    By:

    the Ruby programming language for the .NET Framework

  19. Chronic

    By:

    A natural language date parser for .Net. A port of Ruby's chronic.

  20. veparser

    By:

    Ve Parser is an implementation of Combinatory Parser concept in .Net environment using C# language. It allows to very easily write parsers for your language by writing its grammar using your favorite .Net language. Not only it does parse the input, but also it generates a decent output.