Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 1 total downloads
  • Latest version: 1.50.2
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DapperExtensions by: Thad Smith Page Brooks
  • 1 total downloads
  • Latest version: 1.5.0
  • orm sql micro-orm Data Dapper
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
DapperExtensions.DotnetCore by: DapperExtensions.DotnetCore
  • 19 total downloads
  • Latest version: 1.0.1
Dapper Extentsions for dotnet core
DnsClient by: MichaCo
  • 21 total downloads
  • Latest version: 1.7.0
  • dns client stub resolver name server core service discovery
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
DynamicExpresso.Core by: Davide Icardi
  • 1 total downloads
  • Latest version: 2.3.3
  • dynamic expresso expression linq eval
C# expression interpreter/evaluator
Elsa.Designer.Components.Web by: Elsa Contributors
  • 1 total downloads
  • Latest version: 2.14.1
  • elsa workflows aspnet aspnetcore blazor html
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides ASP.NET Core component bindings for the Elsa Designer web component.
EmptyFiles by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
  • 32 total downloads
  • Latest version: 8.1.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 1 total downloads
  • Latest version: 6.1.3
  • Microsoft EF Database Data O/RM ADO.NET
Entity Framework is Microsoft's recommended data access technology for new applications.
EntityFramework.DynamicFilters by: John Cachat
  • 1 total downloads
  • Latest version: 1.4.11
  • Entity Framework Global Dynamic Filters
Provides global & scoped filters for Entity Framework with dynamic filter parameters that are evaluated at query execution. Supports use cases such as Multi-Tenancy and Soft Deletes.
ExcelDataReader by: ExcelDataReader developers
  • 30 total downloads
  • Latest version: 3.7.0-develop00310
  • excel xls xlsx xlsb
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
ExcelDataReader.DataSet by: ExcelDataReader developers
  • 24 total downloads
  • Latest version: 3.7.0-develop00310
  • excel xls xlsx dataset
ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.
FastExpressionCompiler by: Maksim Volkau
  • 19 total downloads
  • Latest version: 4.1.0
  • Performance Expression ExpressionTree Compile DynamicMethod IL ILEmit DryIoc ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
Fractions by: Daniel Mueller
  • 15 total downloads
  • Latest version: 4.0.1
  • fraction math
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.
Hangfire.Console by: Alexey Skalozub
  • 1 total downloads
  • Latest version: 1.4.2
  • hangfire console logging
Job console for Hangfire
HangFire.Core by: Sergey Odinokov
  • 10 total downloads
  • Latest version: 0.9.0
  • Long-Running Async Background Fire-And-Forget Jobs Tasks Workers Threading Queue
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core by: Sergey Odinokov
  • 95 total downloads
  • Latest version: 1.8.0-beta4
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hangfire.MySqlStorage by: Arnoldas Gudas
  • 5 total downloads
  • Latest version: 1.0.7
  • Hangfire MySql Hangfire.MySql
Hangfire MySql Storage
Hangfire.RecurringJobExtensions by: icsharp
  • 1 total downloads
  • Latest version: 1.1.6
  • Hangfire RecurringJob
Hangfire extensions for RecurringJob
Humanizer.Core by: Mehdi Khalili Claire Novotny
  • 27 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
IdentityModel by: Dominick Baier Brock Allen
  • 1 total downloads
  • Latest version: 2.5.1
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
JetBrains.Annotations by: JetBrains
  • 49 total downloads
  • Latest version: 2023.3.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.