1. SimplePluralizeHelpers

    By:

    Demonstration of NuGet package that adds a couple of HtmlHelper methods to your project. It uses templating to change the name of a class and modify the appropriate web.config sections. This will be used for an upcoming speaking session. For a great pluralization library capable of pluralizing phrases and sentences, check out Jason Querido's Plura... More information

  2. Pluralizer

    By:

    "Pluralize" strings inline. Similar to String.Format(), but with sentences. Pluralizer allows you to use one string to express two variations (singular or plural) of a sentence that are dependent on a numeric value.

  3. inflector_extension

    By:

    Extension Methods for Inflector in C#

  4. Inflector

    By:

    A string inflector (plurals, singulars, ordinals, etc.) for .NET.

  5. Pluralizer.Mvc

    By:

    HTML Helper extensions for the Pluralizer package, which allows you to "Pluralize" strings inline.