EntityFramework
by: Microsoft
- 1 total downloads
- Latest version: 6.1.3
Entity Framework is Microsoft's recommended data access technology for new applications.
ExcelDataReader
by: ExcelDataReader developers
- 28 total downloads
- Latest version: 3.7.0-develop00310
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
Fractions
by: Daniel Mueller
- 15 total downloads
- Latest version: 4.0.1
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.AspNetCore
by: Sergey Odinokov
- 119 total downloads
- Latest version: 1.8.12
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Console
by: Alexey Skalozub
- 1 total downloads
- Latest version: 1.4.2
Job console for Hangfire
Hangfire.Core
by: Sergey Odinokov
- 120 total downloads
- Latest version: 1.8.12
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler 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.NetCore
by: Sergey Odinokov
- 37 total downloads
- Latest version: 1.8.12
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
Hangfire.RecurringJobExtensions
by: icsharp
- 1 total downloads
- Latest version: 1.1.6
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
OpenID Connect & OAuth 2.0 client library
JetBrains.Annotations
by: JetBrains
- 47 total downloads
- Latest version: 2023.3.0
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.
log4net
by: The Apache Software Foundation
- 28 total downloads
- Latest version: 2.0.16
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
log4net.Ext.Json
by: Robert Cutajar Grzegorz Dziadkiewicz
- 14 total downloads
- Latest version: 2.0.10.1
Enable JSON logging in log4net.
Microsoft.AspNet.Mvc
by: Microsoft
- 23 total downloads
- Latest version: 5.3.0
This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 3 total downloads
- Latest version: 1.1.2
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authorization
by: Microsoft.AspNetCore.Authorization
- 2 total downloads
- Latest version: 1.0.3
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Cors
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
Commonly used types:
Microsoft.AspNetCore.Cors.DisableCorsAttribute
Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.