filmov
tv
.NET Data Community Standup - New EF Core 7.0 APIs (Bulk Update)
![preview_player](https://i.ytimg.com/vi/rrKhbiXydKs/maxresdefault.jpg)
Показать описание
EF Core 7.0 introduces the ExecuteUpdate and ExecuteDelete APIs, which allow you to easily use LINQ to express a database update or delete operation. These APIs can be far more efficient for applying changes to multiple rows based on a condition, e.g. “delete rows which have InActive set to true” (AKA bulk update scenarios). But in some scenarios, they also allow you to express changes over a single row in a much more succinct and simple way, simplifying your code. ExecuteUpdate and ExecuteDelete completely bypass EF’s change tracking and execute immediately, as opposed to when SaveChanges is called. Tune in to learn more and to explore the new possibilities that these new APIs bring!
.NET Data Community Standup - Entity Framework Core FAQs
.NET Data Community Standup - Window and binary functions using Zomp EF Core extensions
.NET Data Community Standup: EF Core keys and value generation
.NET Data Community Standup - EF Core Internals – Model Building
.NET Data Community Standup - Database concurrency and EF Core - Episode 1
.NET Data Community Standup - A Whirlwind Tour of EF7
.NET Data Community Standup - Building Distributed Applications - Hot Chocolate, Aspire, & EF Co...
.NET Data Community Standup - Software version and 'stuff'
.NET Data Community Standup - EF7 Custom Model Conventions
.NET Data Community Standup-Improve your SQL schema and scripts with .NET based static code analysis
.NET Data Community Standup: All about EF Core property mapping
.NET Data Community Standup - Database Pagination
.NET Data Community Standup - A tour of what's new in EF8
.NET Data Community Standup - Performance Improvements to the EF7 Update Pipeline
.NET Data Community Standup - Complex types as value objects in EF8
.NET Data Community Standup - Azure SQL Database and SQL Server 2022: what’s new for developers...
.NET Data Community Standup - New CLI edition of EF Core Power Tools
.NET Data Community Standup - Database concurrency and EF Core: Beyond optimistic concurrency - Ep 3
.NET Data Community Standup - CoreWCF: Roadmap and Q&A
.NET Data Community Standup - EF Core internals: IQueryable, LINQ and the EF Core query pipeline
.NET Data Community Standup - EF Core Architecture: Internal Dependency Injection
.NET Data Community Standup - DbDataSource, a new System.Data abstraction
.NET Data Community Standup - Intercept this EF7 Preview 6 Event
.NET Data Community Standup - JSON Columns
Комментарии