Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Entity Framework Core - The Complete Guide (.NET Core 5), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:44
    Welcome
  2. Урок 2. 00:04:42
    ORM
  3. Урок 3. 00:02:22
    Entity framework core Introduction
  4. Урок 4. 00:01:56
    Tools needed
  5. Урок 5. 00:00:56
    GitHub and Project Snippets (Project Resources)
  6. Урок 6. 00:02:37
    Create Project
  7. Урок 7. 00:04:21
    N Tier
  8. Урок 8. 00:04:05
    Entity Framework Core Packages
  9. Урок 9. 00:03:53
    Add Connection String
  10. Урок 10. 00:06:41
    DbContext
  11. Урок 11. 00:03:59
    Create Category Model
  12. Урок 12. 00:02:52
    What are migrations.
  13. Урок 13. 00:04:11
    Add Migration
  14. Урок 14. 00:05:20
    Push Migration to Database
  15. Урок 15. 00:03:25
    Add Genre Model and Migration
  16. Урок 16. 00:07:23
    Modify Migration
  17. Урок 17. 00:05:21
    Migration Modification Scenarios Part 1
  18. Урок 18. 00:06:16
    Migration Modification Scenarios Part 2
  19. Урок 19. 00:01:50
    Reviews
  20. Урок 20. 00:02:36
    What are conventions
  21. Урок 21. 00:02:56
    Table Name and Column Name
  22. Урок 22. 00:04:01
    Required and Primary Key
  23. Урок 23. 00:02:19
    Max Length and Not Mapped
  24. Урок 24. 00:06:16
    Add more Models
  25. Урок 25. 00:02:58
    Database Generated Options
  26. Урок 26. 00:06:19
    Add Foreign Key
  27. Урок 27. 00:04:35
    Requirements Change and One to One Relationship
  28. Урок 28. 00:03:42
    One To Many Relationship
  29. Урок 29. 00:09:25
    Many to Many Relationship
  30. Урок 30. 00:03:58
    Models for Fluent API
  31. Урок 31. 00:05:14
    Primary Key and Required
  32. Урок 32. 00:02:30
    Smartness of Entity Framework Core
  33. Урок 33. 00:05:38
    Not Mapped and Max Length
  34. Урок 34. 00:03:04
    Table Name and Column Name
  35. Урок 35. 00:06:03
    One to One Fluent API
  36. Урок 36. 00:03:28
    One to Many Fluent API
  37. Урок 37. 00:06:56
    Many to Many Fluent API
  38. Урок 38. 00:08:48
    Fluent API Code Roganization
  39. Урок 39. 00:03:44
    Insert Record with Migrations and Logging
  40. Урок 40. 00:07:01
    Reading using Entity Framework Core
  41. Урок 41. 00:06:10
    Create Update Fetch Records
  42. Урок 42. 00:05:48
    Insert and Edit in Entity Framework Core
  43. Урок 43. 00:03:00
    Delete in Entity Framework Core
  44. Урок 44. 00:07:19
    Bulk Operations in Entity Framework Core
  45. Урок 45. 00:03:46
    7 Bulk Remove in Entity Framework Core
  46. Урок 46. 00:06:13
    Assignment Setup Author and Publisher
  47. Урок 47. 00:03:08
    Assignment Solution Publisher and Author
  48. Урок 48. 00:03:20
    Book Index Action
  49. Урок 49. 00:06:07
    Projections in Entity Framework Core
  50. Урок 50. 00:01:49
    Book Upsert View
  51. Урок 51. 00:06:43
    Create and Update Book
  52. Урок 52. 00:06:16
    Explicit Loading
  53. Урок 53. 00:05:17
    Book Details Actions
  54. Урок 54. 00:02:49
    Book Details in Action
  55. Урок 55. 00:06:31
    Problem and Eager Loading
  56. Урок 56. 00:02:35
    Deffered Execution
  57. Урок 57. 00:03:59
    Demo - Deferred Execution
  58. Урок 58. 00:05:15
    IQueryable vs IEnumerable
  59. Урок 59. 00:07:31
    Attach vs Update
  60. Урок 60. 00:01:46
    Updating Entity Manually
  61. Урок 61. 00:02:01
    Overview
  62. Урок 62. 00:04:51
    Book Author VM and Get Action
  63. Урок 63. 00:03:04
    NOT IN LINQ Clause
  64. Урок 64. 00:07:35
    Many to Many Demo
  65. Урок 65. 00:04:29
    Multi Level Explicit Loading
  66. Урок 66. 00:02:54
    Eager Loading on Fire
  67. Урок 67. 00:03:07
    Change Tracker
  68. Урок 68. 00:05:18
    Change Tracker Demo
  69. Урок 69. 00:03:46
    Create View and Sproc
  70. Урок 70. 00:02:55
    Map View in DbContext
  71. Урок 71. 00:02:57
    Retrieve Data from Views
  72. Урок 72. 00:06:25
    Raw SQL
  73. Урок 73. 00:04:07
    Include Filters