QRCoder
by: Raffael Herrmann
- 74 total downloads
- Latest version: 1.6.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
Quartz
by: Marko Lahma Quartz.NET
- 211 total downloads
- Latest version: 3.15.0
Quartz Scheduling Framework for .NET
Quartz.Extensions.DependencyInjection
by: Facundo Glaeser Marko Lahma Quartz.NET
- 106 total downloads
- Latest version: 3.14.0
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.Hosting
by: Andrew Lock Marko Lahma Quartz.NET
- 87 total downloads
- Latest version: 3.14.0
Quartz.NET Generic Host integration; Quartz Scheduling Framework for .NET
Quartz.Serialization.Json
by: Marko Lahma Quartz.NET
- 134 total downloads
- Latest version: 3.14.0
Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET
Radzen.Blazor
by: Radzen Ltd.
- 4.033k total downloads
- Latest version: 7.2.1
Radzen Blazor is a set of 90+ free native Blazor UI controls packed with DataGrid, Scheduler, Charts and robust theming including Material design and Fluent UI.
Radzen.Blazor.GridExportOptions
by: Jonas Petraška Inspirare UAB
- 71 total downloads
- Latest version: 3.3.0.3
Radzen blazor grid export options
RazorEngineCore
by: Alexander Selishchev Simon Mourier William David Cossey Benjamin Smith Dag H. Baardsen krmr jddj007-hydra shehrozeee TheAtomicOption ItWorksOnMyMachine
- 53 total downloads
- Latest version: 2024.4.1
NET6 Razor Template Engine
RazorLight
by: toddams
- 118 total downloads
- Latest version: 2.3.1
Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core
RBush
by: viceroypenguin
- 48 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
- 4 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.
Rebus.Microsoft.Extensions.Logging
by: mookid8000
- 41 total downloads
- Latest version: 5.1.0
Microsoft.Extensions.Logging-based logging integration for Rebus
Rebus.ServiceProvider
by: mookid8000
- 205 total downloads
- Latest version: 10.5.0
Provides a service provider-based container adapter for Rebus (i.e. integration with Microsoft.Extensions.DependencyInjection) as well as integration with the generic host
Refit
by: .NET Foundation and Contributors
- 207 total downloads
- Latest version: 8.0.0
The automatic type-safe REST library for Xamarin and .NET
Refit.HttpClientFactory
by: .NET Foundation and Contributors
- 145 total downloads
- Latest version: 8.0.0
Refit HTTP Client Factory Extensions
ReflectionBridge
by: Stef Heyenrath
- 13 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
- 119 total downloads
- Latest version: 7.3.0-alpha-006
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
- 94 total downloads
- Latest version: 7.3.0-alpha-006
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
- 35 total downloads
- Latest version: 7.3.0-alpha-006
Provides System.Text.Json serialization for Remote.Linq types.