Found 68 packages
A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency. Translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations (trying to choose the most effective one) and stores query results in an in-memory cache. When data is modified, it's saved both to DynamoDB and to cache.
Provides services to manage and frame the data context layer of Data Modeler. This layer is used to query a database and provides data through CRUD methods.
Traderr.io
Implements caching in Redis (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
Description
A simple generic data context using EFcore.
Implements caching in MemcacheD (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
A utility library in .Net Standard 2.1 to easily add patterns such as Command, Query, Disptacher, Interception..and use of Optional.
Exemplary Technoligies
Provides a generic extended class to the ObjectContext of the Microsoft Entity Framework.
DataContext and CommandContext allow you to separate data and commands into two dedicated view models.
Contains some helpful Linq-to-Sql (DataContext-based) classes, which help you simplify your basic CRUD operations.
Enhance Kentico Xperience development efforts with a fluent, intuitive API designed for efficient content querying. XperienceCommunity.DataContext simplifies the process of building queries against Kentico’s ContentItemQueryBuilder by abstracting its complexity behind a fluent, strongly-typed interface. Built on .NET 8 and fully integrated with Xperience by Kentico, this library improves productivity during local development and testing, allowing teams to streamline content management operations and accelerate project delivery.
A .NET Standard compliant Unit of Work implementation for ADO.NET. The UoW is the workhorse of the data context, so the project was dubbed "lunch pail" as a reference to blue collar athletes.
(Forked from olegil/SqlBulkTools) High-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
Base data classes to build data access layers with.
Provides a common database context and predicates for use with Dapper.
base-app ef core data context, identity data context
Code generation tool for SQL Server sprocs
OpenRiaServices.LinqToSql provides the LinqToSqlDomainService<T> class which can be used to create Domain Service classes for use with a DataContext class from Linq to Sql.