BITCQ

Entity Framework Core 2 Mappings

Size: 436.5 MB
Magnet link

Name Size
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0303.Inserting Data in Many-to-many Relationships.mp4 27.1 MB
Entity Framework Core 2 Mappings/02.Getting to Know the Sample Model/0201.Introduction and Overview of the Course and Module.mp4 3.9 MB
Entity Framework Core 2 Mappings/02.Getting to Know the Sample Model/0202.Revisiting the Solution and Entities in EF Core 2 Getting Started.mp4 7.7 MB
Entity Framework Core 2 Mappings/02.Getting to Know the Sample Model/0203.Revisiting the DbContext and Logging.mp4 11.6 MB
Entity Framework Core 2 Mappings/02.Getting to Know the Sample Model/0204.Starting with the Existing Solution.mp4 4.9 MB
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0301.Introduction and Overview.mp4 1.7 MB
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0302.Reviewing the Existing Many-to-many Relationship and Mappings .mp4 6.2 MB
Entity Framework Core 2 Mappings/01.Course Overview/0101.Course Overview.mp4 3.8 MB
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0304.Retrieving Many-to-many Related Data.mp4 7.4 MB
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0305.Modifying Many-to-many Relationships.mp4 15.1 MB
Entity Framework Core 2 Mappings/03.Mapping and Interacting with Many-to-many Relationships/0306.Review and Resources.mp4 2.7 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0401.Introduction and Overview.mp4 1.7 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0402.Understanding One-to-one Mappings.mp4 15.4 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0403.Mapping One-to-one Without a Foreign Key.mp4 20.2 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0404.Adding Children to One-to-one Relationships.mp4 17 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0405.Replacing Children in One-to-one Relationships.mp4 15 MB
Entity Framework Core 2 Mappings/04.Mapping and Interacting with One-to-one Relationships/0406.Review and Resources.mp4 2.7 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0501.Introduction and Overview.mp4 941 KB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0502.What Are Shadow Properties.mp4 2.9 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0503.Mapping Shadow Properties.mp4 10.7 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0504.Populating Shadow Properties.mp4 5.7 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0505.Using Shadow Properties in Queries.mp4 8.4 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0506.Auditing Data for All Entities in Your Model.mp4 13.8 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0507.Testing out the Real-world Shadow Properties Setup.mp4 9.6 MB
Entity Framework Core 2 Mappings/05.Using Shadow Properties to Persist Data You Don’t Want in Your Entities/0508.Review and Resources.mp4 2.2 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0601.Introduction and Overview.mp4 2.1 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0602.Why You Need the Owned Types Mapping.mp4 6.6 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0603.Identifying Non-entity Types in Your Model.mp4 6.5 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0604.Mapping Complex Objects as Owned Types.mp4 19.6 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0605.Working with Owned Types.mp4 22.3 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0606.Inserting Entities with Null Owned Type Properties.mp4 12.8 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0607.Replacing Owned Type Properties.mp4 9.6 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0608.Mapping Value Objects as Owned Types.mp4 20.8 MB
Entity Framework Core 2 Mappings/06.Leveraging the New Owned Type Feature for Value Objects and Complex Types/0609.Review and Resources.mp4 3.3 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0701.Introduction and Overview.mp4 1.9 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0702.What Is a Scalar Function.mp4 3 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0703.Mapping Your First Scalar Function.mp4 10.7 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0704.Using the Scalar Function in Queries.mp4 9.2 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0705.Mapping Functions That Can Be Used When Testing Queries.mp4 16.2 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0706.Comparing DbFunctions to Client-side Query Evaluation.mp4 9.5 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0707.Examining the State of Mapping to Built-in Database Functions.mp4 7.5 MB
Entity Framework Core 2 Mappings/07.Mapping Database Scalar Functions/0708.Review and Resources.mp4 4.2 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0801.Introduction and Overview.mp4 2.3 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0802.Identifying the Scope of Working with Views in EF Core 2.0 .mp4 3.8 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0803.Creating the Entity and DbSet for Querying.mp4 10.7 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0804.Querying the Database Views.mp4 5.9 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0805.Preparing for Some Potential Problems.mp4 17.1 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0806.A Peek at View Mappings in EF Core 2.1.mp4 2.3 MB
Entity Framework Core 2 Mappings/08.Working with Database Views/0807.Review and Resources.mp4 1.8 MB
Entity Framework Core 2 Mappings/Exercise Files/e-f-core-2-beyond-the-basics-mappings.zip 8.8 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Freeman A. - Pro Entity Framework Core 2 for ASP.NET Core MVC - 2018 Application 21.7 MB 4
Entity Framework Core 3.1 Getting Started Video 688.7 MB 4
Pluralsight - Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular by Shawn Wildermuth Video 2.1 GB 39
[Udemy] .NET Core 3.1 Web API & Entity Framework Core Jumpstart Video 2.2 GB 19
[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart Video 2.2 GB 13
[ FreeCourseWeb.com ] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart.zip Application 2.1 GB 7
Gorman B. Practical Entity Framework Core 6...2ed 2022 Application 41.4 MB 5
Building a Web App with ASP.NET Core, MVC, Entity Framework Application 1.5 GB 33
[ITVDN]Entity Framework Core Video 1.3 GB 31
Pluralsight - Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular by Shawn Wildermuth Video 2.4 GB 30
[DesireCourse.Net] Udemy - The Complete ASP.Net Core MVC With Entity Framework Core Video 12.9 GB 20
Complete ASP.Net Core 3.1 and Entity Framework Development Application 9.8 GB 20
[ FreeCourseWeb.com ] PluralSight - Entity Framework Core- Getting Started.zip Application 560.6 MB 17
Фримен А. Entity Framework Core 2 для ASP.NET Core MVC для профессионалов 2019.pdf Application 59.9 MB 16
[CourseClub.NET] Pluralsight - Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular Video 2.4 GB 13
Entity Framework Core 2 Mappings Video 436.5 MB 11
Anbazhagan P. - Mastering Entity Framework Core 2.0 - 2017 Ebook 107.5 MB 9
Pluralsight - Converting Synchronous Calls to Asynchronous in ASP.NET Core and Entity Framework Core Video 388.9 MB 7
[ FreeCourseWeb.com ] Udemy - Entity Framework Core - The Complete Guide (.NET Core 5).zip Application 2.2 GB 7
Building Applications with Angular, ASP.NET Core, and Entity Framework Core Video 652.3 MB 6

Loading...