PInvoke.Windows.Core
by: Andrew Arnott
- 176 total downloads
- Latest version: 0.7.124
P/Invoke types for common Windows APIs.
PolyType
by: Eirik Tsarpalis
- 65 total downloads
- Latest version: 1.3.1
Practical generic programming for C#
Portable.BouncyCastle
by: Claire Novotny
- 174 total downloads
- Latest version: 1.9.0
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.ConcurrentDictionary
by: Stef Heyenrath
- 6 total downloads
- Latest version: 1.0.4
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
Portable.System.DateTimeOnly
by: Oleg Rakhmatulin
- 126 total downloads
- Latest version: 9.0.1
DateOnly and TimeOnly types for .NET versions before 6.0
protobuf-net
by: Marc Gravell
- 669 total downloads
- Latest version: 3.2.56
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core
by: Marc Gravell
- 487 total downloads
- Latest version: 3.3.0-g6785ecbb35
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
PusherServer
by: Pusher
- 133 total downloads
- Latest version: 5.0.0
Pusher .NET library for interacting with the HTTP API
QRCoder
by: Raffael Herrmann, Shane Krueger
- 231 total downloads
- Latest version: 1.8.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
Quartz
by: Marko Lahma, Quartz.NET
- 587 total downloads
- Latest version: 3.18.1
Quartz Scheduling Framework for .NET
Quartz.AspNetCore
by: Lewis Zou, Marko Lahma, Quartz.NET
- 355 total downloads
- Latest version: 3.18.1
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.DependencyInjection
by: Facundo Glaeser, Marko Lahma, Quartz.NET
- 317 total downloads
- Latest version: 3.18.1
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.Hosting
by: Andrew Lock, Marko Lahma, Quartz.NET
- 325 total downloads
- Latest version: 3.18.1
Quartz.NET Generic Host integration; Quartz Scheduling Framework for .NET
Quartz.Serialization.Json
by: Marko Lahma, Quartz.NET
- 369 total downloads
- Latest version: 3.18.1
Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET
RBush
by: viceroypenguin
- 131 total downloads
- Latest version: 4.0.0
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
RBush.Signed
by: viceroypenguin
- 11 total downloads
- Latest version: 4.0.0
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
ReflectionBridge
by: Stef Heyenrath
- 18 total downloads
- Latest version: 0.0.13
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Remote.Linq
by: Christof Senn
- 255 total downloads
- Latest version: 7.3.3
Remote Linq is a small and easy to use - yet very powerful - library to translate linq expression trees to strongly typed, serializable object trees and vice versa. It provides functionality to send arbitrary linq queries to a remote service to be applied and executed against any enumerable or queryable data source.
Remote.Linq.EntityFrameworkCore
by: Christof Senn
- 224 total downloads
- Latest version: 7.3.3
Remote linq extensions for EF Core.
Use this package on server side to apply queries to EFs DbContext.
Use this package in a client side project to enable utilization of query features specific to EF Core:
- Apply eager-loading (Include-expressions in linq queries)
- Make use of DB functions
e.g. queryable.Where(x => Microsoft.EntityFrameworkCore.EF.Functions.Like(x.Name, "%fruit%"))
Remote.Linq.Text.Json
by: Christof Senn
- 100 total downloads
- Latest version: 7.3.0
Provides System.Text.Json serialization for Remote.Linq types.