Npgsql by: Shay Rojansky, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 52 total downloads
  • Latest version: 4.0.17
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
Newtonsoft.Json by: James Newton-King
  • 12 total downloads
  • Latest version: 13.0.5-beta1
  • json
Json.NET is a popular high-performance JSON framework for .NET
NCrontab by: Atif Aziz
  • 4 total downloads
  • Latest version: 3.3.3
  • cron schedule time
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
runtime.any.System.Collections by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
Npgsql.EntityFrameworkCore.PostgreSQL.Design by: Npgsql.EntityFrameworkCore.PostgreSQL.Design
  • 7 total downloads
  • Latest version: 1.1.0
Npgsql.EntityFrameworkCore.PostgreSQL.Design
NETStandard.Library by: Microsoft
  • 9 total downloads
  • Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 4 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.
PemUtils by: Wouter Huysentruit
  • 8 total downloads
  • Latest version: 3.0.0.82
PEM utils
Remotion.Linq by: rubicon IT GmbH
  • 13 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
Mono.TextTemplating by: mhutch
  • 8 total downloads
  • Latest version: 2.0.5
  • T4, templating
Open-source implementation of the T4 templating engine.
NSec.Cryptography by: Klaus Hartke
  • 2 total downloads
  • Latest version: 19.1.0-preview1
  • aead aes-gcm blake2b chacha20-poly1305 crypto cryptography curve25519 dotnet-core ed25519 encryption hash hkdf hmac libsodium security sha256 sha512 x25519
Provides modern cryptographic algorithm implementations for .NET Core based on libsodium. Commonly Used Types: NSec.Cryptography.Aes256Gcm NSec.Cryptography.Blake2b NSec.Cryptography.Chacha20Poly1305 NSec.Cryptography.Ed25519 NSec.Cryptography.HkdfSha256 NSec.Cryptography.X25519
protobuf-net.Reflection by: Marc Gravell
  • 3 total downloads
  • Latest version: 2.3.16
  • binary serialization protobuf
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Primitives by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.0-beta-22816
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception
Microsoft.VisualStudio.Setup.Configuration.Interop by: Microsoft
  • 11 total downloads
  • Latest version: 3.9.2164
  • Microsoft VisualStudio Setup Query
Managed query API for enumerating Visual Studio setup instances using embeddable interoperability types.
runtime.any.System.IO by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.
protobuf-net by: Marc Gravell
  • 20 total downloads
  • Latest version: 2.4.9
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
runtime.any.System.Globalization by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Registry by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.0-beta-22605
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView
Npgsql.EntityFrameworkCore.PostgreSQL by: Npgsql.EntityFrameworkCore.PostgreSQL
  • 2 total downloads
  • Latest version: 1.0.2
Npgsql.EntityFrameworkCore.PostgreSQL