7 packages tagged with “staging”
Pandora allows external configuration for your projects
Simplify Kentico Xperience deployments using this module. It enables configuring the staging feature, so that Kentico objects can be automatically excluded by type, child relationships, and even media libraries.
Integration which utilizes Consul and pandora to setup configurations
Sett1x allows external configuration for your projects
Integration which utilizes Consul and Sett1x to setup configurations
BulkOpsHelper streamlines the creation of data validations for bulk insert and bulk update operations in SQL Server databases. Imagine you need to implement custom CSV uploads in your .NET application. The target table has foreign keys, unique keys, and custom constraints. How can you thoroughly validate a given CSV file, including providing detailed field-level feedback to the end-user, without building all the validation logic? The answer is the BulkOpsHelper! BulkOpsHelper analyzes your destination table to provide comprehensive validations, ensuring that the data aligns with the table's definition. The core philosophy is simple: if the rules for the data are already defined in the table, why duplicate them elsewhere? BulkOpsHelper functions like an ORM but with added support for bulk operations, making it ideal for both bulk and single-record processing.