QRCoder
by: Raffael Herrmann Shane Krueger
- 132 total downloads
- Latest version: 1.7.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
Quartz
by: Marko Lahma Quartz.NET
- 365 total downloads
- Latest version: 3.15.1
Quartz Scheduling Framework for .NET
Quartz.Extensions.DependencyInjection
by: Facundo Glaeser Marko Lahma Quartz.NET
- 205 total downloads
- Latest version: 3.15.1
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.Hosting
by: Andrew Lock Marko Lahma Quartz.NET
- 169 total downloads
- Latest version: 3.15.1
Quartz.NET Generic Host integration; Quartz Scheduling Framework for .NET
Quartz.Serialization.Json
by: Marko Lahma Quartz.NET
- 244 total downloads
- Latest version: 3.15.1
Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET
Radzen.Blazor
by: Radzen Ltd.
- 11.601k total downloads
- Latest version: 8.6.5
Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 100+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI.
Radzen.Blazor.GridExportOptions
by: Jonas Petraška Inspirare UAB
- 167 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
- 70 total downloads
- Latest version: 2024.4.1
NET6 Razor Template Engine
RazorLight
by: toddams
- 238 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
- 87 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
- 12 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
by: mookid8000
- 1.486k total downloads
- Latest version: 8.9.0
Rebus is a lean service bus for .NET
Rebus.Microsoft.Extensions.Logging
by: mookid8000
- 71 total downloads
- Latest version: 5.2.0
Microsoft.Extensions.Logging-based logging integration for Rebus
Rebus.ServiceProvider
by: mookid8000
- 505 total downloads
- Latest version: 10.7.2
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
- 657 total downloads
- Latest version: 9.0.2
The automatic type-safe REST library for Xamarin and .NET
Refit.HttpClientFactory
by: .NET Foundation and Contributors
- 507 total downloads
- Latest version: 9.0.2
Refit HTTP Client Factory Extensions
ReflectionBridge
by: Stef Heyenrath
- 30 total downloads
- Latest version: 0.0.13
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
release-notes
by: release-notes
- 224 total downloads
- Latest version: 0.6.0
Generate release notes from closed github issues and PR's through the power of version labels
Remote.Linq
by: Christof Senn
- 336 total downloads
- Latest version: 7.3.1
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
- 300 total downloads
- Latest version: 7.3.1
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%"))