16 packages tagged with “datacontext”
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.
A utility library in .Net Standard 2.1 to easily add patterns such as Command, Query, Disptacher, Interception..and use of Optional.
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.
Contains some helpful Linq-to-Sql (DataContext-based) classes, which help you simplify your basic CRUD operations.
DataContext and CommandContext allow you to separate data and commands into two dedicated view models.
(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.
Code generation tool for SQL Server sprocs
EF6 implementation of Lr.Data. Lr.Data is a collection of base classes and extension methods written in C# to help build a data-layer for applications.
A simple, mostly async DataAccessor for Entity Framework. Allowing standard CRUD Operations in complex data models with parallel database reads.
A simple generic data context using EFcore.
A .NET Standard compliant abstract repository for use with LunchPail.
Generic DataContext that does UnitOfWork like Entity Framework
A utility library in .Net Standard 2.1 to easily add patterns such as Command, Query, Dispatcher, Interception..and use of Optional.
AssafTech Domain contain all common logic for data access layer for AssafTech product.