FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
  • 6 total downloads
  • Latest version: 2.0.6
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentValidation by: Jeremy Skinner
  • 1 total downloads
  • Latest version: 6.4.0-beta9
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
GeoAPI by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.7.2
  • OGC SFS NTS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Gherkin by: Cucumber Ltd, Gaspar Nagy
  • 1 total downloads
  • Latest version: 4.1.4-rc1
  • specflow gherkin cucumber
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Grpc by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.36.0
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore.Server by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.59.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.Core by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.28.0-pre1
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library.
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.58.0
  • gRPC RPC HTTP/2
.NET client for gRPC
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 4 total downloads
  • Latest version: 1.11.69
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer.Core.hu by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.11.10
Humanizer Locale Hungarian (hu)
Humanizer.Core.sv by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.26
Humanizer Locale Swedish (sv)
Humanizer.Core.tr by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.14.1
Humanizer Locale Turkish (tr)
Iced by: iced project and contributors <https://github.com/icedland>
  • 1 total downloads
  • Latest version: 1.14.0
  • disassembler x86 x64 assembler encoder decoder formatter
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - ✔️Supports all Intel and AMD instructions - ✔️Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - ✔️100% C# code - ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory - ✔️Small decoded instructions, only 32 bytes - ✔️Create instructions with code assembler, eg. `asm.mov(eax, edx)` - ✔️The encoder can be used to re-encode decoded instructions at any address - ✔️API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - ✔️License: MIT
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.4.4-prerelease0001
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 1 total downloads
  • Latest version: 8.11.2
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.5.0-prerelease0001
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters, Jerome Haltom
  • 2 total downloads
  • Latest version: 8.14.0
IKVM MSBuild Tools
JWT by: John Sheehan, Michael Lehenbauer
  • 1 total downloads
  • Latest version: 1.3.2
  • jwt json
JWT (JSON Web Token) Implementation for .NET (Public Domain)
LanguageExt.Core by: Paul Louth
  • 1 total downloads
  • Latest version: 1.8.2-alpha
  • C# Functional Language Extension Monad Option Either Reader Writer State List Set Map Queue Memo Memoization Immutable Lambda Pattern Matching Tuple Actor Process Akka Redis
This library uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.
librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 1.9.3-RC1
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable