Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Entity Framework

Entity Framework Core - The Complete Guide (.NET Core 5)

Learn Entity Framework Core using Code First Methodology in ASP.NET Core 5 (.NET 5)
Bestseller
Rating: 4.4 out of 54.4 (288 ratings)
1,660 students
Created by Bhrugen Patel
Last updated 6/2020
English
English [Auto]
30-Day Money-Back Guarantee

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.
Curated for the Udemy for Business collection

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

Featured review

Tim Goshinski
Tim Goshinski
151 courses
19 reviews
Rating: 5.0 out of 59 months ago
Great overview of the features of Entity Framework Core without the distraction of abstracting everything away into a Repository/Unit of Work pattern. Really good coverage of creating and managing migrations.

Course content

8 sections • 74 lectures • 5h 26m total length

  • Preview01:43
  • Preview04:41
  • Preview02:21
  • Tools needed
    01:55
  • GitHub and Project Snippets (Project Resources)
    00:55
  • Preview02:36
  • N Tier
    04:20
  • Entity Framework Core Packages
    04:04
  • Add Connection String
    03:52
  • DbContext
    06:40

  • Create Category Model
    03:58
  • What are migrations.
    02:51
  • Add Migration
    04:10
  • Push Migration to Database
    05:18
  • Add Genre Model and Migration
    03:24
  • Modify Migration
    07:22
  • Migration Modification Scenarios Part 1
    05:20
  • Migration Modification Scenarios Part 2
    06:15
  • Reviews
    01:49

  • What are conventions
    02:35
  • Table Name and Column Name
    02:55
  • Required and Primary Key
    04:00
  • Max Length and Not Mapped
    02:18
  • Add more Models
    06:15
  • Database Generated Options
    02:56
  • Add Foreign Key
    06:18
  • Requirements Change and One to One Relationship
    04:34
  • One To Many Relationship
    03:41
  • Many to Many Relationship
    09:23

  • Models for Fluent API
    03:57
  • Primary Key and Required
    05:13
  • Smartness of Entity Framework Core
    02:29
  • Not Mapped and Max Length
    05:37
  • Table Name and Column Name
    03:03
  • One to One Fluent API
    06:02
  • One to Many Fluent API
    03:27
  • Many to Many Fluent API
    06:55
  • Fluent API Code Roganization
    08:47

  • Insert Record with Migrations and Logging
    03:43
  • Reading using Entity Framework Core
    07:00
  • Create Update Fetch Records
    06:09
  • Insert and Edit in Entity Framework Core
    05:47
  • Delete in Entity Framework Core
    02:59
  • Bulk Operations in Entity Framework Core
    07:18
  • 7 Bulk Remove in Entity Framework Core
    03:45
  • Assignment Setup Author and Publisher
    06:12
  • Assignment Solution Publisher and Author
    03:07
  • Book Index Action
    03:19

  • Projections in Entity Framework Core
    06:06
  • Book Upsert View
    01:48
  • Create and Update Book
    06:42
  • Explicit Loading
    06:15
  • Book Details Actions
    05:16
  • Book Details in Action
    02:48
  • Problem and Eager Loading
    06:30
  • Deffered Execution
    02:34
  • Demo - Deferred Execution
    03:58
  • IQueryable vs IEnumerable
    05:14
  • Attach vs Update
    07:30
  • Updating Entity Manually
    01:45

  • Overview
    02:00
  • Book Author VM and Get Action
    04:50
  • NOT IN LINQ Clause
    03:03
  • Many to Many Demo
    07:33
  • Multi Level Explicit Loading
    04:28
  • Eager Loading on Fire
    02:53

  • Change Tracker
    03:06
  • Change Tracker Demo
    05:17
  • Tracking vs no tracking
    03:08
  • Create View and Sproc
    03:45
  • Map View in DbContext
    02:54
  • Retrieve Data from Views
    02:56
  • Raw SQL
    06:24
  • Include Filters
    04:06

Instructor

Bhrugen Patel
Passionate Software Developer
Bhrugen Patel
  • 4.5 Instructor Rating
  • 13,094 Reviews
  • 80,277 Students
  • 20 Courses

I am a passionate and creative software engineer with a strong focus on simplicity and thorough details. I have been programming since high school and I have been involved with multiple web and desktop using .net.

I have a master's of science degree in computer science and a Bachelor of Computer Engineering. I also have many years of experience with .NET C# and .NET MVC. I enjoy teaching along with my full-time job.

For me, the most important part about writing and teaching code is to eliminate the hardships of every student out there who is willing to learn but cannot find adequate resource which is easy to understand. Coding is a way to be creative and have fun! 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.