首页 磁力链接怎么用

Entity Framework Core 5 Getting Started

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-12-27 11:40 2024-5-16 05:53 42 803.71 MB 82
二维码链接
Entity Framework Core 5 Getting Started的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01. Course Overview/01. Course Overview.mp44.42MB
  2. 02. Building Your First Application using EF Core/01. Introduction and Overview.mp44.27MB
  3. 02. Building Your First Application using EF Core/02. Module Overview.mp41.02MB
  4. 02. Building Your First Application using EF Core/03. What Is Entity Framework Core.mp48.74MB
  5. 02. Building Your First Application using EF Core/04. Getting the Correct Versions of .NET, SQL Server & Visual Studio for This Course.mp44.04MB
  6. 02. Building Your First Application using EF Core/05. Setting up the Solution.mp414.53MB
  7. 02. Building Your First Application using EF Core/06. Adding EF Core with the NuGet Package Manager.mp413.35MB
  8. 02. Building Your First Application using EF Core/07. Creating the Data Model with EF Core.mp49.23MB
  9. 02. Building Your First Application using EF Core/08. Specifying the Data Provider and Connection String.mp410.75MB
  10. 02. Building Your First Application using EF Core/09. A Sneak Peek at Writing and Reading Data.mp411.83MB
  11. 02. Building Your First Application using EF Core/10. Review and Resources.mp42.11MB
  12. 03. Controlling Database Creation and Schema/01. Introduction and Overview.mp41.93MB
  13. 03. Controlling Database Creation and Schema/02. Understanding EF Core Migrations.mp45.19MB
  14. 03. Controlling Database Creation and Schema/03. Adding Your First Migration.mp411.12MB
  15. 03. Controlling Database Creation and Schema/04. Inspecting Your First Migration.mp48.3MB
  16. 03. Controlling Database Creation and Schema/05. Using Migrations to Script or Directly Create the Database.mp414.09MB
  17. 03. Controlling Database Creation and Schema/06. Reverse Engineering an Existing Database.mp415.52MB
  18. 03. Controlling Database Creation and Schema/07. Review and Resources.mp43.39MB
  19. 04. Defining Relationships in Your Model/01. Introduction and Overview.mp42.04MB
  20. 04. Defining Relationships in Your Model/02. Learning More About One-to-Many Relationships.mp48.75MB
  21. 04. Defining Relationships in Your Model/03. EF Cores Default Many-to-Many Mapping.mp411.69MB
  22. 04. Defining Relationships in Your Model/04. Storing Additional Data with Many-to-Many Payloads.mp46.53MB
  23. 04. Defining Relationships in Your Model/05. Configuring the Many-to-Many Payload.mp48.08MB
  24. 04. Defining Relationships in Your Model/06. Migrating the Many-to-Many Payload.mp412.92MB
  25. 04. Defining Relationships in Your Model/07. Adding a One-to-One Relationship.mp48.81MB
  26. 04. Defining Relationships in Your Model/08. Visualizing How EF Core Sees Your Model.mp48.68MB
  27. 04. Defining Relationships in Your Model/09. Review and Resources.mp43.7MB
  28. 05. Interacting with Your EF Core Data Mode/01. Introduction and Overview.mp43.12MB
  29. 05. Interacting with Your EF Core Data Mode/02. Looking at SQL Built by EF Core.mp413.44MB
  30. 05. Interacting with Your EF Core Data Mode/03. Adding Logging to EF Core's Workload.mp422.77MB
  31. 05. Interacting with Your EF Core Data Mode/04. Benefiting from Bulk Operations Support.mp416.77MB
  32. 05. Interacting with Your EF Core Data Mode/05. Understanding the Query Workflow.mp46.46MB
  33. 05. Interacting with Your EF Core Data Mode/06. Filtering in Queries.mp412.85MB
  34. 05. Interacting with Your EF Core Data Mode/07. Aggregating in Queries.mp48.22MB
  35. 05. Interacting with Your EF Core Data Mode/08. Updating Simple Objects.mp413.9MB
  36. 05. Interacting with Your EF Core Data Mode/09. Deleting Simple Objects.mp46.25MB
  37. 05. Interacting with Your EF Core Data Mode/10. Understanding Disconnected Scenarios.mp43.62MB
  38. 05. Interacting with Your EF Core Data Mode/11. Persisting Data in Disconnected Scenarios.mp412.76MB
  39. 05. Interacting with Your EF Core Data Mode/12. Enhancing Performance in Disconnected Apps with No-Tracking Settings.mp48.19MB
  40. 05. Interacting with Your EF Core Data Mode/13. Review and Resources.mp42.81MB
  41. 06. Interacting with Related Data/01. Introduction and Overview.mp41.83MB
  42. 06. Interacting with Related Data/02. Inserting Related Data.mp419.05MB
  43. 06. Interacting with Related Data/03. Eager Loading Related Data.mp417.73MB
  44. 06. Interacting with Related Data/04. Projecting Related Data in Queries.mp418.47MB
  45. 06. Interacting with Related Data/05. Loading Related Data for Objects Already in Memory.mp49.71MB
  46. 06. Interacting with Related Data/06. Using Related Data to Filter Objects.mp44.71MB
  47. 06. Interacting with Related Data/07. Modifying Related Data.mp411.72MB
  48. 06. Interacting with Related Data/08. Working with Many-to-Many Relationships.mp423.02MB
  49. 06. Interacting with Related Data/09. Altering or Removing Many-to-Many Joins.mp47.38MB
  50. 06. Interacting with Related Data/10. Adding a Many-to-Many Payload to Existing Join Table & Data.mp49.36MB
  51. 06. Interacting with Related Data/11. Working with the Many-to-Many Payload Data.mp48.32MB
  52. 06. Interacting with Related Data/12. Persisting Data in One-to-One Relationships.mp415.61MB
  53. 06. Interacting with Related Data/13. Querying One-to-One Relationships.mp49.58MB
  54. 06. Interacting with Related Data/14. Review and Resources.mp45.14MB
  55. 07. Working with Views and Stored Procedures and Raw SQL/01. Introduction and Overview.mp41.69MB
  56. 07. Working with Views and Stored Procedures and Raw SQL/02. Adding Views and Other Database Objects Using Migrations.mp411.09MB
  57. 07. Working with Views and Stored Procedures and Raw SQL/03. Using Keyless Entities to Map to Views.mp410.93MB
  58. 07. Working with Views and Stored Procedures and Raw SQL/04. Querying the Database Views.mp45.34MB
  59. 07. Working with Views and Stored Procedures and Raw SQL/05. Querying with Raw SQL.mp414.76MB
  60. 07. Working with Views and Stored Procedures and Raw SQL/06. Running Stored Procedure Queries with Raw SQL.mp47.98MB
  61. 07. Working with Views and Stored Procedures and Raw SQL/07. Executing Non-Query Raw SQL Commands.mp47.85MB
  62. 07. Working with Views and Stored Procedures and Raw SQL/08. Review and Resources.mp43.65MB
  63. 08. Using EF Core with ASP.NET Core/01. Introduction and Overview.mp42.34MB
  64. 08. Using EF Core with ASP.NET Core/02. Adding the ASP.NET Core Project.mp415.45MB
  65. 08. Using EF Core with ASP.NET Core/03. Adding a Samurai Controller to the Project.mp49.47MB
  66. 08. Using EF Core with ASP.NET Core/04. Wiring up the ASP.NET Core App with the DbContext.mp433.38MB
  67. 08. Using EF Core with ASP.NET Core/05. Running the Controller to See the Output.mp48.45MB
  68. 08. Using EF Core with ASP.NET Core/06. Exploring and Debugging Insert, Update, & Delete Controller Methods.mp424.28MB
  69. 08. Using EF Core with ASP.NET Core/07. EF Core 5 in Blazor Apps.mp415.18MB
  70. 08. Using EF Core with ASP.NET Core/08. Review and Resources.mp44.17MB
  71. 09. Automated Testing with EF Core/01. Introduction and Overview.mp43.77MB
  72. 09. Automated Testing with EF Core/02. A Very Quick Testing Overview.mp43.87MB
  73. 09. Automated Testing with EF Core/03. Understanding What We Mean by [Testing EF Core].mp43.75MB
  74. 09. Automated Testing with EF Core/04. Creating Your First Test and Using It Against the Database.mp420.16MB
  75. 09. Automated Testing with EF Core/05. Exploring Test Results & Performance Considerations.mp412.21MB
  76. 09. Automated Testing with EF Core/06. Using the InMemory Provider in Place of a Database Provider.mp48.73MB
  77. 09. Automated Testing with EF Core/07. Writing Your First Test with the InMemory Provider.mp418.01MB
  78. 09. Automated Testing with EF Core/08. Refactoring and Testing Some Console App Logic.mp415.63MB
  79. 09. Automated Testing with EF Core/09. Re-using an InMemory Provider Database.mp46.87MB
  80. 09. Automated Testing with EF Core/10. Testing EF Core in an ASP.NET Core App.mp415.51MB
  81. 09. Automated Testing with EF Core/11. Testing the APIs DbContext Configuration.mp47.02MB
  82. 09. Automated Testing with EF Core/12. Review and Resources.mp44.31MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统