EventStore.Client.Grpc.Streams by: Event Store Ltd
  • 102 total downloads
  • Latest version: 23.1.0
  • eventstore client grpc
The GRPC client API for Event Store Streams. Get the open source or commercial versions of Event Store server from https://eventstore.com/
Examine by: shandem
  • 13 total downloads
  • Latest version: 2.0.1
  • examine lucene lucene.net lucenenet search index
A Lucene.Net search and indexing implementation for Examine
Examine.Core by: shandem
  • 28 total downloads
  • Latest version: 3.1.0
  • examine search index
Examine is an abstraction for indexing and search operations with implementations such as Lucene.Net
Examine.Lucene by: shandem
  • 40 total downloads
  • Latest version: 3.2.0
  • examine lucene lucene.net lucenenet search index
A Lucene.Net search and indexing implementation for Examine
ExcelDataReader by: ExcelDataReader developers
  • 16 total downloads
  • Latest version: 3.7.0-develop00385
  • excel xls xlsx dataset
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
ExcelDataReader.DataSet by: ExcelDataReader developers
  • 14 total downloads
  • Latest version: 3.6.0
  • excel xls xlsx dataset
ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.
ExcelNumberFormat by: ExcelNumberFormat developers
  • 130 total downloads
  • Latest version: 1.1.0
  • excel formatting numfmt formatcode
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Fare by: Nikos Baxevanis
  • 101 total downloads
  • Latest version: 2.2.1
  • Regex Test NFA DFA Automaton
.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.
FastMember by: Marc Gravell
  • 82 total downloads
  • Latest version: 1.5.0
  • Reflection Dynamic Member Access
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.
Figgle by: Drew Noakes
  • 10 total downloads
  • Latest version: 0.5.1
  • figlet ascii banner headings
ASCII banner generation for .NET
Finbuckle.MultiTenant by: Finbuckle LLC
  • 158 total downloads
  • Latest version: 6.9.1
  • finbuckle multitenant multitenancy aspnet aspnetcore entityframework entityframework-core efcore
Main library package for Finbuckle.MultiTenant.
Finbuckle.MultiTenant.AspNetCore by: Finbuckle LLC
  • 149 total downloads
  • Latest version: 6.9.1
  • finbuckle multitenant multitenancy aspnet aspnetcore entityframework entityframework-core efcore
ASP.NET Core support for Finbuckle.MultiTenant.
Finbuckle.MultiTenant.EntityFrameworkCore by: Finbuckle LLC
  • 167 total downloads
  • Latest version: 6.9.1
  • finbuckle multitenant multitenancy aspnet aspnetcore entityframework entityframework-core efcore
Entity Framework Core support for Finbuckle.MultiTenant.
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 497 total downloads
  • Latest version: 10.3.2
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
FluentAssertions by: Dennis Doomen Jonas Nyrup
  • 24 total downloads
  • Latest version: 6.9.0
  • MSTest2 xUnit NUnit MSpec NSpec TDD BDD Fluent netcore netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. Supported by InfoSupport B.V.
FluentMigrator.Abstractions by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • 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.
FluentMigrator.Extensions.Postgres by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • 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.
FluentMigrator.Runner.Core by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
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.
FluentMigrator.Runner.Postgres by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • 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.
FluentResults by: Michael Altmann
  • 12 total downloads
  • Latest version: 3.0.0
  • Result Results exception error handling
A lightweight Result object implementation for .NET