Softwareengineering: Is there a better way to soft delete navigation properties in Entity Framewo...

Subscribers:
4,440
Published on ● Video Link: https://www.youtube.com/watch?v=JVd-GOc0MFM



Duration: 0:00
1 views
0


Is there a better way to soft delete navigation properties in Entity Framework 6 when using Repository pattern?
I hope you found a solution that worked for you :)
The Content is licensed under (https://meta.stackexchange.com/help/licensing) CC BY-SA.
Attention! This video does always use the same license as the source!
Thanks to all those great people for their contributions!

(softwareengineering.stackexchange.com/users/464735/emn)EMN
(softwareengineering.stackexchange.com/users/118878/greg-burghardt)Greg Burghardt
A special thanks goes out to the (softwareengineering.stackexchange.com/questions/457160/is-there-a-better-way-to-soft-delete-navigation-properties-in-entity-framework-6)Stackexchange community

I wish you all a wonderful day! Stay safe :)
If anything is off, please write me at peter D.O.T schneider A.T ois42.de

repository-pattern entity-framework c#




Other Videos By Peter Schneider


2025-05-01Tex: How can I get a collection of my custom msg_warning?
2025-05-01Tex: How do I bold font a lower-case Greek letter in a TikZ-network figure?
2025-05-01Tex: How to manipulate the variables when plotting in TikZ/pgfplot?
2025-05-01Salesforce: Populate Select input on Omniscript from Integration Procedure?
2025-05-01Salesforce: Marketing Cloud Async REST API call consumption when consolidate multiple rows in one...
2025-05-01Mathematica: ConvexHullMesh Issue
2025-05-01Tex: Problem with the combination directlua and string.format
2025-05-01Tex: Explanation of a syntax
2025-05-01Tex: Why my beamer do not use newpx font?
2025-05-01Sum of products of columns in polars
2025-04-30Softwareengineering: Is there a better way to soft delete navigation properties in Entity Framewo...
2025-04-29Efficient method to estimate the group membership
2025-04-29C++20 Constexpr vector
2025-04-29Why use a mutex and not a semaphore?
2025-04-29Parsing Reply Address to Microsoft Auth
2025-04-29Does the standard require operator-() to be defined for past-the-end non-contiguous iterators?
2025-04-29Why does strftime("%Y") not yield a 4-digit year for dates 1000 AD in Python's datetime module o...
2025-04-29Unix: How to find the filesystem type of an USB key to mount it correctly?
2025-04-29Does Number("NaN") return NaN because js recognizes "NaN" as a value of type number or because it...
2025-04-29Wrap each base class in a template class
2025-04-29Extension members for static classes in C# 14