99 packages tagged with “change”
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data. If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice. The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker. In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.
Track changes in your POCO objects, and in your collections. By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and cancellation.
Small library to change case in strings. Based on node.js library: https://github.com/blakeembrey/change-case
Library to compare two entity object graphs detecting changes
Firebend Auto Crud extension pack for tracking changes to entities.
Beetle.js javascript files.
Create snapshots of any .Net object, compare them and create a structured diff; C#; .Net2.0; .Net4.0
Beetle.js server files.
Database change management tool.
Beetle Entity Framework 6 handler.
Api Client for Core Backend for FluentChange Platform
Beetle WebApi 2 Entity Framework 6 sample Todo project.
Beetle Mvc 5 Controller Api. Simply derive from BeetleMvcController and manage your data easily. For example check sample project on github.
Beetle WebApi 2 Controller Api. Simply derive from BeetleWebApiController and manage your data easily. For example check sample project on github.
MySQL/MariaDB binlog change data capture (CDC) connector for .NET
An extension for EntityFrameworkCore that provides Auditing, Concurrency Checks, JSON Complex Types and writing history to Transaction Log.
Firebend Auto Crud extension pack for tracking changes to entities and persisting them to Entity Framework.
Firebend Auto Crud extension pack for exposing change tracking aspnet core controllers
Package for tracking domain object changes. Need to add audit logging for all or parts of your domain model? Use the fluent configuration to setup tracking for your domain objects and use the ChangeTracked event to act on domain object changes. You can add logic to save changes to a database or perform ad-hoc tasks, like sending emails, when changes occur.
Command line database change management tool. And a drop-in replacement for the Tarantino database deployer.
Firebend Auto Crud extension pack for tracking changes to entities and persisting them to MongoDb.
Beetle Mvc 5 Entity Framework 6 sample Todo project.
Detect how registered objects change throughout the lifetime of a business process.
Visual Studio kickstarter for AliaSQL
A state change propagator for .NET
Transform financial market price data into technical analysis indicators such as MACD, Stochastic RSI, Average True Range, Parabolic SAR, and more.
Provide a binding mechanism between POCO objects
RavenDB 'Temporal Versioning' bundle client. Allows for tracking of changes to entities at different effective dates.
RavenDB 'Temporal Versioning' bundle. Allows for tracking of changes to entities at different effective dates.
Beetle.js Client with TypeScript definition files.