MailChimp.Net.V3
by: Brandon Seydel
- 202 total downloads
- Latest version: 5.3.1
A .NET Wrapper for Mail Chimp v3.0 API
Hocon
by: Akka.NET Team
- 8.942k total downloads
- Latest version: 2.0.4
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
IdentityModel.AspNetCore.ScopeValidation
by: Dominick Baier Brock Allen
- 675 total downloads
- Latest version: 1.1.1
ASP.NET Core Middleware for validating scope claims
MailKit
by: Jeffrey Stedfast
- 8.65k total downloads
- Latest version: 2.1.1
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP and DKIM signature support via MimeKit.
* Microsoft TNEF support via MimeKit.
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 9.854k total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Hangfire.Autofac
by: Sergey Odinokov
- 5 total downloads
- Latest version: 2.3.1
Autofac IoC Container support for Hangfire (background job system for ASP.NET applications).
Hangfire.Core
by: Sergey Odinokov
- 3.397k total downloads
- Latest version: 1.7.30
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/
Libuv
by: Libuv
- 91 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Microsoft.ApplicationInsights
by: Microsoft
- 80 total downloads
- Latest version: 2.4.0
Application Insights Core API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
LightInject
by: Bernhard Richter
- 4 total downloads
- Latest version: 5.4.0
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
- 9 total downloads
- Latest version: 2.18.0
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
JWT
by: Alexander Batishchev John Sheehan Michael Lehenbauer
- 100 total downloads
- Latest version: 8.8.1
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
MessagePackAnalyzer
by: neuecc aarnott
- 30 total downloads
- Latest version: 2.1.152
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
ISO3166
by: Jørn Schou-Rode
- 298 total downloads
- Latest version: 1.0.4
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.
This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List.
Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
Hangfire.SqlServer
by: Sergey Odinokov
- 2.658k total downloads
- Latest version: 1.7.30
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
libphonenumber-csharp
by: Patrick Mézard Tom Clegg Jarrod Alexander Google libphonenumber contributors
- 8.595k total downloads
- Latest version: 8.12.38
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
JetBrains.Annotations
by: JetBrains
- 4 total downloads
- Latest version: 2022.1.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.
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 11 total downloads
- Latest version: 2.18.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 11 total downloads
- Latest version: 2.18.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 89 total downloads
- Latest version: 2.18.0
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156