Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Entity Framework Core - The Complete Guide (.NET Core 5) (updated 2/2022)

    Posted By: ELK1nG
    Entity Framework Core - The Complete Guide (.NET Core 5) (updated 2/2022)

    Entity Framework Core - The Complete Guide (.NET Core 5) (updated 2/2022)
    Last updated 2/2022
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
    Language: English | VTT | Size: 1.51 GB | Duration: 5h 26m

    Learn Entity Framework Core using Code First Methodology in ASP.NET Core 5 (.NET 5)

    What you'll learn
    Entity Framework Core
    Migrations in Entity Framework
    Fluent API
    Data Annotations
    Best practices with Entity Framework Core
    Relationships in Entity Framework Core
    Bulk operations in Entity Framework Core
    Change tracker, RAW SQL, Stored Procs, View, and much more.

    Requirements
    Basic knowledge of .NET Core
    Basic knowledge of c# / SQL
    Description
    Entity Framework is a term that goes hand by hand with ASP.NET Core. It is one of that technology that is used very often and is not understood most of the time.

    This course will teach you everything you need to know about using Entity Framework Core with ASP.NET Core. The skills you will learn will help you to build and architect complex ASP.NET Core applications that make full use of Entity Framework Core with Code First. We will start with the basic fundamentals of Entity Framework Core and then we would dive into advanced concepts.

    Unlike other courses, which are outdated or do not convert all the topics. I have especially taken care to keep the course updated as well as cover topics from beginner to advanced topics with Entity Framework Core.

    By the end of watching this course, you'll be able to

    Understand the basics of Entity Framework Core

    Use code-first migrations to push changes to the database, and learn how to manage them.

    Override code-first conventions (using data annotations and fluent API)

    Understand how LINQ works and how to filter data.

    Add, update and remove objects

    Apply best practices with Entity Framework

    Understand relationships in Entity Framework Core

    Bulk operations in Entity Framework Core

    Change tracker, RAW SQL, Stored Procs, View, and much more.

    Who this course is for
    Anyone who wants to learn EF Core