Evolve
by: Philippe Lécaillon
- 201 total downloads
- Latest version: 3.3.0-alpha1
Evolve is an easy migration tool that uses plain old sql scripts. Its purpose is to automate your database changes, and help keep those changes synchronized through all your environments and developpement teams.
Every time you build your project, it will automatically ensure that your database is up-to-date, without having to do anything other than build. Install it and forget it !
Extended.Wpf.Toolkit
by: Xceed
- 57 total downloads
- Latest version: 5.0.0
Extended WPF Toolkit is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Provides 48 controls, all offered under the Xceed Software Inc Community License. v5.0 provides 3 bug fixes and improvements. Documentation, source, and discussions are hosted on Github at https://github.com/xceedsoftware/wpftoolkit. Check out the Plus Edition to support the project, get more controls and features, and work with a version a few releases ahead of the free releases.
ExtendedNumerics.BigDecimal
by: Adam White Jan Christoph Bernack Rick Harker
- 86 total downloads
- Latest version: 3001.1.0.233
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Fare
by: Nikos Baxevanis
- 44 total downloads
- Latest version: 2.2.1
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
FastExpressionCompiler
by: Maksim Volkau
- 281 total downloads
- Latest version: 5.3.0
FastExpressionCompiler 5. 10-40x times faster than Expression.Compile()
FastExpressionCompiler.src
by: Maksim Volkau
- 207 total downloads
- Latest version: 5.3.3
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastMember
by: Marc Gravell
- 45 total downloads
- Latest version: 1.5.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember.Signed
by: Marc Gravell
- 29 total downloads
- Latest version: 1.5.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FluentNHibernate
by: James Gregory and contributors (Paul Batum Hudson Akridge Gleb Chermennov Jorge Rodríguez Galán).
- 94 total downloads
- Latest version: 3.4.1
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
FluentValidation
by: Jeremy Skinner
- 865 total downloads
- Latest version: 11.12.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.AspNetCore
by: Jeremy Skinner
- 217 total downloads
- Latest version: 9.5.4
AspNetCore integration for FluentValidation
FluentValidation.DependencyInjectionExtensions
by: Jeremy Skinner
- 315 total downloads
- Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Fluid.Core
by: Sebastien Ros
- 906 total downloads
- Latest version: 3.0.0-beta.2
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
FolkerKinzel.DataUrls
by: Folker Kinzel
- 109 total downloads
- Latest version: 2.0.4
.NET library that supports working with "data" URLs (RFC 2397)
FolkerKinzel.Helpers
by: Folker Kinzel
- 11 total downloads
- Latest version: 1.1.0
.NET library containing helper classes
FolkerKinzel.MimeTypes
by: Folker Kinzel
- 199 total downloads
- Latest version: 5.5.0
.NET Library that supports working with Internet Media Types ("MIME Types")
FolkerKinzel.Strings
by: Folker Kinzel
- 271 total downloads
- Latest version: 9.4.1
.NET library that contains extension methods and helper classes for character-based data types.
FolkerKinzel.Uris
by: Folker Kinzel
- 104 total downloads
- Latest version: 5.2.2
.NET library that supports working with "data" URLs (RFC 2397)
FolkerKinzel.VCards
by: Folker Kinzel
- 252 total downloads
- Latest version: 8.1.1
.NET library for reading, writing, and converting VCF files (vCards)
Fractions
by: Daniel Mueller
- 231 total downloads
- Latest version: 8.3.2
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.