chtoucas 


    • Deprecated
    • 71,997 total downloads
    • last updated 4/7/2017
    • Latest version: 2.0.0
    • Require Guard
    Provides helpers on which depend the other Narvalo packages.
    • Deprecated
    Provides various utilities (simple parsers, Int64 encoders) and extension methods for Collections, SQL client and XDom.
    • Deprecated
    Provides types that might prove useful for Web development: generic HttpHandler type, asset providers, Razor and WebForms compile-time optimizers.
    • Deprecated
    Features implementations of some of the usual suspects from functional programming: option type (Maybe<T>), error types (Result<T, TError>, Outcome<T> and Fallible<T>) for Railway Oriented Programming, simple... More information
    • Deprecated
    • 34,686 total downloads
    • last updated 4/7/2017
    • Latest version: 1.1.1
    • BIC IBAN
    BIC (ISO 9362) and IBAN types; includes support for parsing, validation and formatting.
    • Deprecated
    Currency (ISO 4217) and Money types. Allows for a lot of flexibility, you can express an amount in Decimal or Int64, in major or minor units. The library includes support for formatting, rounding and... More information
    • Deprecated
    • 19,296 total downloads
    • last updated 3/26/2015
    • Latest version: 0.17.0
    ** WARNING ** This package has been retired. Use Narvalo.Web instead.
    • Deprecated
    Features a MVP framework largely inspired by WebFormsMvp. Contrary to WebFormsMvp, it is not restricted to the WebForms platform; nevertheless, featurewise, it should be on par with it. Samples are... More information
    • Deprecated
    Enhances the Narvalo.Mvp package with support for ASP.NET WebForms. Samples are available on the project web site.
    • Deprecated
    This package provides custom MSBuild tasks: download a file from internet, merge files, helpers to generate and verify assembly versions, tasks for Google Closure Compiler and YUICompressor.
    • Deprecated
    Provides argument validation methods and Code Contracts helpers.
  • Provides a fully-featured Option type, aka a Maybe type, with several companion helpers (parsing, LINQ). An Option type allows to represent objects that are either something (a value or a reference) or... More information