kingers Posted September 8, 2023 Report Share Posted September 8, 2023 Entity Framework Core in Action, Second Edition, Video EditionLanguage: English | Size:2.13 GBGenre:eLearningFiles Included :001 Part 1 Getting started.mp4 (5.95 MB)MP4002 Chapter 1 Introduction to Entity Framework Core.mp4 (6.89 MB)MP4003 Chapter 1 My "lightbulb moment" with Entity Framework.mp4 (10.4 MB)MP4004 Chapter 1 Some words for existing EF6 x developers.mp4 (1.91 MB)MP4005 Chapter 1 An overview of EF Core.mp4 (4.19 MB)MP4006 Chapter 1 What about NoSQL.mp4 (2.81 MB)MP4007 Chapter 1 Your first EF Core application.mp4 (9.76 MB)MP4008 Chapter 1 The database that MyFirstEfCoreApp will access.mp4 (5.35 MB)MP4009 Chapter 1 Setting up the MyFirstEfCoreApp application.mp4 (7.07 MB)MP4010 Chapter 1 Looking under the hood of EF Core.mp4 (40.05 MB)MP4011 Chapter 1 The stages of development of EF Core.mp4 (1.88 MB)MP4012 Chapter 1 Should you use EF Core in your next project.mp4 (9.09 MB)MP4013 Chapter 1 When should you not use EF Core.mp4 (2.05 MB)MP4014 Chapter 1 Summary.mp4 (1.83 MB)MP4015 Chapter 2 Querying the database.mp4 (37.15 MB)MP4016 Chapter 2 Creating the application's DbContext.mp4 (24.18 MB)MP4017 Chapter 2 Understanding database queries.mp4 (7.11 MB)MP4018 Chapter 2 Loading related data.mp4 (20.01 MB)MP4019 Chapter 2 Using client vs server evaluation Adapting data at the last stage of a query.mp4 (7.47 MB)MP4020 Chapter 2 Building complex queries.mp4 (15.57 MB)MP4021 Chapter 2 Introducing the architecture of the Book App.mp4 (5.28 MB)MP4022 Chapter 2 Adding sorting, filtering, and paging.mp4 (16.95 MB)MP4023 Chapter 2 Putting it all together Combining Query Objects.mp4 (3.16 MB)MP4024 Chapter 2 Summary.mp4 (2.85 MB)MP4025 Chapter 3 Changing the database content.mp4 (4.85 MB)MP4026 Chapter 3 Creating new rows in a table.mp4 (16.03 MB)MP4027 Chapter 3 Updating database rows.mp4 (29.57 MB)MP4028 Chapter 3 Handling relationships in updates.mp4 (68.19 MB)MP4029 Chapter 3 Deleting entities.mp4 (13.41 MB)MP4030 Chapter 3 Summary.mp4 (3.33 MB)MP4031 Chapter 4 Using EF Core in business logic.mp4 (20.53 MB)MP4032 Chapter 4 Complex business logic example Processing an order for books.mp4 (2.31 MB)MP4033 Chapter 4 Using a design pattern to implement complex business logic.mp4 (6.86 MB)MP4034 Chapter 4 Implementing the business logic for processing an order.mp4 (55.97 MB)MP4035 Chapter 4 Simple business logic example ChangePriceOfferService.mp4 (6.98 MB)MP4036 Chapter 4 Validation business logic example Adding review to a book, with checks.mp4 (4.75 MB)MP4037 Chapter 4 Adding extra features to your business logic handling.mp4 (42.28 MB)MP4038 Chapter 4 Summary.mp4 (1.92 MB)MP4039 Chapter 5 Using EF Core in ASP NET Core web applications.mp4 (4.82 MB)MP4040 Chapter 5 Understanding the architecture of the Book App.mp4 (2.29 MB)MP4041 Chapter 5 Understanding dependency injection.mp4 (17.16 MB)MP4042 Chapter 5 Making the application's DbContext available via DI.mp4 (10.05 MB)MP4043 Chapter 5 Calling your database access code from ASP NET Core.mp4 (8.74 MB)MP4044 Chapter 5 Implementing the book list query page.mp4 (11.58 MB)MP4045 Chapter 5 Implementing your database methods as a DI service.mp4 (18.09 MB)MP4046 Chapter 5 Deploying an ASP NET Core application with a database.mp4 (7.72 MB)MP4047 Chapter 5 Using EF Core's migration feature to change the database's structure.mp4 (13.31 MB)MP4048 Chapter 5 Using asyncawait for better scalability.mp4 (9.73 MB)MP4049 Chapter 5 Running parallel tasks How to provide the DbContext.mp4 (10.99 MB)MP4050 Chapter 5 Summary.mp4 (3.61 MB)MP4051 Chapter 6 Tips and techniques for reading and writing with EF Core.mp4 (70.78 MB)MP4052 Chapter 6 Writing to the database with EF Core.mp4 (23.27 MB)MP4053 Chapter 6 Summary.mp4 (2.27 MB)MP4054 Part 2 Entity Framework in depth.mp4 (3.15 MB)MP4055 Chapter 7 Configuring nonrelational properties.mp4 (7.14 MB)MP4056 Chapter 7 A worked example of configuring EF Core.mp4 (9.14 MB)MP4057 Chapter 7 Configuring by convention.mp4 (9.88 MB)MP4058 Chapter 7 Configuring via Data Annotations.mp4 (2.82 MB)MP4059 Chapter 7 Configuring via the Fluent API.mp4 (7.44 MB)MP4060 Chapter 7 Excluding properties and classes from the database.mp4 (2.76 MB)MP4061 Chapter 7 Setting database column type, size, and nullability.mp4 (4.38 MB)MP4062 Chapter 7 Value conversions Changing data tofrom the database.mp4 (5.19 MB)MP4063 Chapter 7 The different ways of configuring the primary key.mp4 (5.79 MB)MP4064 Chapter 7 Adding indexes to database columns.mp4 (2.69 MB)MP4065 Chapter 7 Configuring the naming on the database side.mp4 (7.31 MB)MP4066 Chapter 7 Configuring Global Query Filters.mp4 (2.17 MB)MP4067 Chapter 7 Applying Fluent API commands based on the database provider type.mp4 (4.12 MB)MP4068 Chapter 7 Shadow properties Hiding column data inside EF Core.mp4 (7.74 MB)MP4069 Chapter 7 Backing fields Controlling access to data in an entity class.mp4 (12.82 MB)MP4070 Chapter 7 Recommendations for using EF Core's configuration.mp4 (22.87 MB)MP4071 Chapter 7 Summary.mp4 (3.14 MB)MP4072 Chapter 8 Configuring relationships.mp4 (6.79 MB)MP4073 Chapter 8 What navigational properties do you need.mp4 (3.36 MB)MP4074 Chapter 8 Configuring relationships.mp4 (1.61 MB)MP4075 Chapter 8 Configuring relationships By Convention.mp4 (28.29 MB)MP4076 Chapter 8 Configuring relationships by using Data Annotations.mp4 (5.34 MB)MP4077 Chapter 8 Fluent API relationship configuration commands.mp4 (34.86 MB)MP4078 Chapter 8 Controlling updates to collection navigational properties.mp4 (4.51 MB)MP4079 Chapter 8 Additional methods available in Fluent API relationships.mp4 (20.73 MB)MP4080 Chapter 8 Alternative ways of mapping entities to database tables.mp4 (41.61 MB)MP4081 Chapter 8 Summary.mp4 (3.62 MB)MP4082 Chapter 9 Handling database migrations.mp4 (4.7 MB)MP4083 Chapter 9 Understanding the complexities of changing your application's database.mp4 (6.3 MB)MP4084 Chapter 9 Part 1 Introducing the three approaches to creating a migration.mp4 (5.85 MB)MP4085 Chapter 9 Creating a migration by using EF Core's add migration command.mp4 (44.53 MB)MP4086 Chapter 9 Editing an EF Core migration to handle complex situations.mp4 (19.21 MB)MP4087 Chapter 9 Using SQL scripts to build migrations.mp4 (22 MB)MP4088 Chapter 9 Using EF Core's reverse-engineering tool.mp4 (18.74 MB)MP4089 Chapter 9 Part 2 Applying your migrations to a database.mp4 (28.89 MB)MP4090 Chapter 9 Migrating a database while the application is running.mp4 (14.63 MB)MP4091 Chapter 9 Summary.mp4 (2.4 MB)MP4092 Chapter 10 Configuring advanced features and handling concurrency conflicts.mp4 (25.04 MB)MP4093 Chapter 10 Computed column A dynamically calculated column value.mp4 (7.73 MB)MP4094 Chapter 10 Setting a default value for a database column.mp4 (15.03 MB)MP4095 Chapter 10 Sequences Providing numbers in a strict order.mp4 (2.5 MB)MP4096 Chapter 10 Marking database-generated properties.mp4 (11.16 MB)MP4097 Chapter 10 Handling simultaneous updates Concurrency conflicts.mp4 (70.49 MB)MP4098 Chapter 10 Summary.mp4 (2.51 MB)MP4099 Chapter 11 Going deeper into the DbContext.mp4 (4.66 MB)MP4100 Chapter 11 Understanding how EF Core tracks changes.mp4 (4.63 MB)MP4101 Chapter 11 Looking at commands that change an entity's State.mp4 (26.58 MB)MP4102 Chapter 11 SaveChanges and its use of ChangeTracker DetectChanges.mp4 (31.11 MB)MP4103 Chapter 11 Using SQL commands in an EF Core application.mp4 (17.85 MB)MP4104 Chapter 11 Accessing information about the entity classes and database tables.mp4 (15.2 MB)MP4105 Chapter 11 Dynamically changing the DbContext's connection string.mp4 (4.1 MB)MP4106 Chapter 11 Handling database connection problems.mp4 (10.76 MB)MP4107 Chapter 11 Summary.mp4 (3.55 MB)MP4108 Part 3 Using Entity Framework Core in real-world applications.mp4 (3.66 MB)MP4109 Chapter 12 Using entity events to solve business problems.mp4 (11.78 MB)MP4110 Chapter 12 Defining where domain events and integration events are useful.mp4 (2.97 MB)MP4111 Chapter 12 Where might you use events with EF Core.mp4 (9.81 MB)MP4112 Chapter 12 Implementing a domain event system with EF Core.mp4 (30.28 MB)MP4113 Chapter 12 Implementing an integration event system with EF Core.mp4 (14.12 MB)MP4114 Chapter 12 Improving the domain event and integration event implementations.mp4 (11.68 MB)MP4115 Chapter 12 Summary.mp4 (2.16 MB)MP4116 Chapter 13 Domain-Driven Design and other architectural approaches.mp4 (4.91 MB)MP4117 Chapter 13 The Book App's evolving architecture.mp4 (16.31 MB)MP4118 Chapter 13 Introduction to DDD at the entity class level.mp4 (8.71 MB)MP4119 Chapter 13 Altering the Book App entities to follow the DDD approach.mp4 (45.9 MB)MP4120 Chapter 13 Using your DDD-styled entity classes in your application.mp4 (25.09 MB)MP4121 Chapter 13 The downside of DDD entities Too many access methods.mp4 (4.1 MB)MP4122 Chapter 13 Getting around performance issues in DDD-styled entities.mp4 (18.43 MB)MP4123 Chapter 13 Three architectural approaches Did they work.mp4 (13.81 MB)MP4124 Chapter 13 Summary.mp4 (3.24 MB)MP4125 Chapter 14 EF Core performance tuning.mp4 (15.39 MB)MP4126 Chapter 14 Part 2 Techniques for diagnosing a performance issue.mp4 (23.34 MB)MP4127 Chapter 14 Part 3 Techniques for fixing performance issues.mp4 (2.29 MB)MP4128 Chapter 14 Using good patterns makes your application perform well.mp4 (11.73 MB)MP4129 Chapter 14 Performance antipatterns Database queries.mp4 (21.63 MB)MP4130 Chapter 14 Performance antipatterns Writes.mp4 (24.06 MB)MP4131 Chapter 14 Performance patterns Scalability of database accesses.mp4 (9.07 MB)MP4132 Chapter 14 Summary.mp4 (1.62 MB)MP4133 Chapter 15 Master class on performance-tuning database queries.mp4 (15.2 MB)MP4134 Chapter 15 Good LINQ approach Using an EF Core Select query.mp4 (10.2 MB)MP4135 Chapter 15 LINQ+UDFs approach Adding some SQL to your LINQ code.mp4 (6.1 MB)MP4136 Chapter 15 SQL+Dapper Creating your own SQL.mp4 (8.08 MB)MP4137 Chapter 15 LINQ+caching approach Precalculating costly query parts.mp4 (58 MB)MP4138 Chapter 15 Comparing the four performance approaches with development effort.mp4 (5.44 MB)MP4139 Chapter 15 Improving database scalability.mp4 (7.15 MB)MP4140 Chapter 15 Summary.mp4 (2.15 MB)MP4141 Chapter 16 Cosmos DB, CQRS, and other database types.mp4 (7.1 MB)MP4142 Chapter 16 Introduction to Cosmos DB and its EF Core provider.mp4 (6.28 MB)MP4143 Chapter 16 Building a Command and Query Responsibility Segregation (CQRS) system using Cosmos DB.mp4 (8.53 MB)MP4144 Chapter 16 The design of a two-database CQRS architecture application.mp4 (35.8 MB)MP4145 Chapter 16 Understanding the structure and data of a Cosmos DB account.mp4 (8.62 MB)MP4146 Chapter 16 Displaying books via Cosmos DB.mp4 (28.64 MB)MP4147 Chapter 16 Was using Cosmos DB worth the effort Yes!.mp4 (30.43 MB)MP4148 Chapter 16 Differences in other database types.mp4 (13.25 MB)MP4149 Chapter 16 Summary.mp4 (2.55 MB)MP4150 Chapter 17 Unit testing EF Core applications.mp4 (17.27 MB)MP4151 Chapter 17 Getting your application's DbContext ready for unit testing.mp4 (5.83 MB)MP4152 Chapter 17 Three ways to simulate the database when testing EF Core applications.mp4 (5.42 MB)MP4153 Chapter 17 Choosing between a production-type database and an SQLite in-memory database.mp4 (11.86 MB)MP4154 Chapter 17 Using a production-type database in your unit tests.mp4 (27.36 MB)MP4155 Chapter 17 Using an SQLite in-memory database for unit testing.mp4 (9.06 MB)MP4156 Chapter 17 Stubbing or mocking an EF Core database.mp4 (12.46 MB)MP4157 Chapter 17 Unit testing a Cosmos DB database.mp4 (9.84 MB)MP4158 Chapter 17 Seeding a database with test data to test your code correctly.mp4 (3.88 MB)MP4159 Chapter 17 Solving the problem of one database access breaking another stage of your test.mp4 (11.78 MB)MP4160 Chapter 17 Capturing the database commands sent to a database.mp4 (12.58 MB)MP4161 Chapter 17 Summary.mp4 (4.84 MB)MP4162 Appendix A brief introduction to LINQ.mp4 (9.02 MB)MP4163 Appendix Introduction to IQueryableT type, and why it's useful.mp4 (10.68 MB)MP4164 Appendix Querying an EF Core database by using LINQ.mp4 (2.86 MB)MP4 Entity Framework Core in Action, Second Edition, Video Edition.z01https://1dl.net/8t9229wp3ftm/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z01Entity Framework Core in Action, Second Edition, Video Edition.z02https://1dl.net/ywcg91qk0du5/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z02Entity Framework Core in Action, Second Edition, Video Edition.z03https://1dl.net/c737uk8a17up/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z03Entity Framework Core in Action, Second Edition, Video Edition.z04https://1dl.net/14mg164t8v2n/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z04Entity Framework Core in Action, Second Edition, Video Edition.ziphttps://1dl.net/lpotmrqsoc0q/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.zip Entity Framework Core in Action, Second Edition, Video Edition.z01https://rapidgator.net/file/d1eed63a415c5e1f78956f210b646ce3/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z01Entity Framework Core in Action, Second Edition, Video Edition.z02https://rapidgator.net/file/73bab3f11297b4da82f4f755f9b19a06/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z02Entity Framework Core in Action, Second Edition, Video Edition.z03https://rapidgator.net/file/a093ecb6fc61c06b7ecde1fc35a25d77/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z03Entity Framework Core in Action, Second Edition, Video Edition.z04https://rapidgator.net/file/31b7e886f34c39c141c66c98d83ebcf8/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z04Entity Framework Core in Action, Second Edition, Video Edition.ziphttps://rapidgator.net/file/5e97d3a8f7a7560f536d53e5ef62bffb/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.zip Entity Framework Core in Action, Second Edition, Video Edition.z01https://nitroflare.com/view/B7228BE5E809A98/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z01Entity Framework Core in Action, Second Edition, Video Edition.z02https://nitroflare.com/view/86F449B5B5837EC/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z02Entity Framework Core in Action, Second Edition, Video Edition.z03https://nitroflare.com/view/91CD10F23916DAC/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z03Entity Framework Core in Action, Second Edition, Video Edition.z04https://nitroflare.com/view/FEBD9C664691FC0/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.z04Entity Framework Core in Action, Second Edition, Video Edition.ziphttps://nitroflare.com/view/E35E0B98ACEC4A4/Entity_Framework_Core_in_Action_Second_Edition_Video_Edition.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now