-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals - Tenth Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Online materials can be extra content written by me for this book, or they can be references to content created by Microsoft or third parties.
Learn how data is loaded and tracked with EF Core at the following link:
https://github.com/markjprice/cs14net10/blob/main/docs/ch10-loading-tracking.md.
Learn how data can be modified with EF Core at the following link:
https://github.com/markjprice/cs14net10/blob/main/docs/ch10-modifying.md.
Add transactions to the modification code:
https://github.com/markjprice/cs14net10/blob/main/docs/ch10-transactions.md.
Work through an example...