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
- 161 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.544k 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.485k 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
- 504 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.
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
- 299 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%"))
Remote.Linq.Text.Json
by: Christof Senn
- 115 total downloads
- Latest version: 7.3.0
Provides System.Text.Json serialization for Remote.Linq types.
Remotion.Linq
by: rubicon IT GmbH
- 156 total downloads
- Latest version: 2.2.0
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
Remotion.Linq.EagerFetching
by: rubicon IT GmbH
- 117 total downloads
- Latest version: 2.2.0
Allows LINQ providers based on re-linq Frontend to support eager fetching.