EFCore.BulkExtensions by: borisdj
  • 7 total downloads
  • Latest version: 10.0.1
  • EntityFrameworkCore Entity Framework Core .Net EFCore EF Core Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
Elsa by: Elsa Workflows Community
  • 147 total downloads
  • Latest version: 3.6.0
  • elsa bundle
Bundles the most commonly-used packages when building an Elsa workflows application.
Elsa.Abstractions by: Elsa Contributors
  • 43 total downloads
  • Latest version: 2.16.0
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides abstractions and models that are used by Elsa.Core and other related packages. You don't need to reference this package separately if you reference any other Elsa package.
Elsa.Activities.Console by: Elsa Contributors
  • 75 total downloads
  • Latest version: 2.16.0
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Console activities: * ReadLine * WriteLine
Elsa.Activities.Email by: Elsa Contributors
  • 36 total downloads
  • Latest version: 2.16.0
  • elsa workflows email smtp
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Email activities: * SendEmail
Elsa.Activities.Http by: Elsa Contributors
  • 77 total downloads
  • Latest version: 2.16.0
  • elsa workflows http
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Console activities: * ReceiveHttpRequest * SendHttpRequest * WriteHttpResponse
Elsa.Activities.Temporal.Common by: Elsa Contributors
  • 21 total downloads
  • Latest version: 2.16.0
  • elsa workflows timers background tasks
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides common/shared logic for the following temporal (time-based) activities: * Cron * Instant * Timer In order to consume these activities, install a package which provides an implementation, such as either of: * Elsa.Activities.Temporal.Hangfire * Elsa.Activities.Temporal.Quartz
Elsa.Activities.Temporal.Quartz by: Elsa Contributors
  • 15 total downloads
  • Latest version: 2.16.0
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides a Quartz timer provider.
Elsa.Activities.Timers by: Elsa Contributors
  • 19 total downloads
  • Latest version: 2.0.0-preview7.1545
  • elsa workflows timers background tasks
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Timer activities: * CronEvent * InstantEvent * TimerEvent
Elsa.Activities.UserTask by: Elsa Contributors
  • 45 total downloads
  • Latest version: 2.16.0
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following User Task activities: * UserTask
Elsa.Activities.Webhooks by: Elsa Contributors
  • 16 total downloads
  • Latest version: 2.16.0
  • elsa workflows webhooks
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides Webhook activities.
Elsa.Activities.Workflows by: Elsa Contributors
  • 40 total downloads
  • Latest version: 1.5.5.1943
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application. This package provides the following Workflow activities: * Correlate * Finish * Signaled * Start * TriggerSignal * TriggerWorkflow
Elsa.Alterations by: Elsa Workflows Community
  • 8 total downloads
  • Latest version: 3.6.0
  • elsa extension module alterations
Provides alterations for workflow instances.
Elsa.Alterations.Core by: Elsa Workflows Community
  • 5 total downloads
  • Latest version: 3.6.0
  • elsa extension module alterations
Provides core interfaces, models and services that support the alteration engine.
Elsa.Api.Common by: Elsa Workflows Community
  • 50 total downloads
  • Latest version: 3.6.0
  • elsa api common
Provides common features to modules that expose API endpoints.
Elsa.Caching by: Elsa Workflows Community
  • 25 total downloads
  • Latest version: 3.6.0
  • elsa module caching
Provides caching services and utility functions common to Elsa modules.
Elsa.Common by: Elsa Workflows Community
  • 42 total downloads
  • Latest version: 3.6.0
  • elsa module common
Provides services and utility functions common to Elsa modules. For example, it provides a system clock and a memory store implementation.
Elsa.Core by: Elsa Contributors
  • 56 total downloads
  • Latest version: 2.16.0
  • elsa workflows orchard
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package contains the core of Elsa. Tip: reference the `Elsa` package instead of this one.
Elsa.Designer.Components.Web by: Elsa Contributors
  • 43 total downloads
  • Latest version: 2.16.0
  • elsa workflows aspnet aspnetcore blazor html
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides ASP.NET Core component bindings for the Elsa Designer web component.
Elsa.Dsl by: Elsa Workflows Community
  • 44 total downloads
  • Latest version: 3.5.3
  • elsa module scripting dsl antlr4
Provides a custom DSL to write workflows with in a syntax similar to JavaScript but with native keywords translating to workflow functionality. For example if/else would translate to the If activity. Very cool, but also very experimental ;)