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