chtoucas
Narvalo.Core
by:
chtoucas
- 37,859 total downloads
- last updated 4/7/2017
- Latest version: 2.0.0
Provides helpers on which depend the other Narvalo packages.
- 25,263 total downloads
- last updated 4/7/2017
- Latest version: 0.28.0
Provides various utilities (simple parsers, Int64 encoders) and extension methods for Collections, SQL client and XDom.
Narvalo.Web
by:
chtoucas
- 21,128 total downloads
- last updated 4/7/2017
- Latest version: 0.26.2
Provides types that might prove useful for Web development: generic HttpHandler type, asset providers, Razor and WebForms compile-time optimizers.
- 19,852 total downloads
- last updated 4/7/2017
- Latest version: 0.28.0
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 allocation, customized versions of Sum() and Average() from LINQ w/ or w/o rounding, alternative...
More information
Narvalo.Fx
by:
chtoucas
- 14,793 total downloads
- last updated 4/7/2017
- Latest version: 0.28.0
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 disjoint union (Either<T1, T2>), (finite and infinite) sequence generators and LINQ...
More information
- 14,282 total downloads
- last updated 4/7/2017
- Latest version: 1.1.1
BIC (ISO 9362) and IBAN types; includes support for parsing, validation and formatting.
- 11,278 total downloads
- last updated 3/26/2015
- Latest version: 0.17.0
** WARNING ** This package has been retired. Use Narvalo.Web instead.
Narvalo.Mvp
by:
chtoucas
- 9,457 total downloads
- last updated 4/7/2017
- Latest version: 1.1.2
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 available on the project web site.
- 6,679 total downloads
- last updated 4/7/2017
- Latest version: 1.1.2
Enhances the Narvalo.Mvp package with support for ASP.NET WebForms.
Samples are available on the project web site.
- 6,086 total downloads
- last updated 4/25/2015
- Latest version: 1.1.0
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.
- 3,932 total downloads
- last updated 3/12/2017
- Latest version: 3.0.0
Provides argument validation methods and Code Contracts helpers.
- 2,259 total downloads
- last updated 8/18/2020
- Latest version: 1.0.3
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 nothing. Nullable Reference Types (NRT) do not count since they are not actual .NET types but...
More information