ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

934,695 results

CodingHacks
Entity Framework | What is Entity Framework | Entity Framework in MVC

What is Entity Framework (EF) Entity Framework is an ORM framework. ORM stands for Object Relational Mapping. What is Object ...

2:27
Entity Framework | What is Entity Framework | Entity Framework in MVC

95,343 views

6y ago

render2web
New Course 2026: Entity Framework Core with .NET 10 | Master the Connection between C# and Databases

Do you want to master Entity Framework Core with .NET 10 and learn to work with real-world databases professionally? This new ...

2:38
New Course 2026: Entity Framework Core with .NET 10 | Master the Connection between C# and Databases

845 views

11mo ago

TechForManny
Configure Entity Framework with PostgreSQL in .NET Core

In this video, I walk you through how to configure Entity Framework Core (EF Core) to work with a PostgreSQL database in a .

3:59
Configure Entity Framework with PostgreSQL in .NET Core

468 views

10mo ago

JFLHV
C# - New SQLite database Entity Framework Core

Create a new sqlite database at startup using C# Entity Framework Core in Visual Studio IDE. I demo this by creating a SQLite ...

3:17
C# - New SQLite database Entity Framework Core

3,634 views

1y ago

DevMagic
Generate entities from an existing database | EF Core Sidekick

EF Core Sidekick is a Visual Studio plugin to generate EF core entities and beyond. Automatically generates entities based on the ...

0:26
Generate entities from an existing database | EF Core Sidekick

2,915 views

2y ago

CodeTechXperts
Introduction to Entity Framework Core as ORM.

Welcome to our comprehensive guide on Entity Framework Core as an Object-Relational Mapping (ORM) tool! In this video, we ...

1:54
Introduction to Entity Framework Core as ORM.

159 views

2y ago

Just Pick and Learn
Part-3: What is database provider in entity framework core | Entity Framework Core 7.0 tutorial

This video will help you understand what is database provider in entity framework core List of supported Database Providers ...

3:51
Part-3: What is database provider in entity framework core | Entity Framework Core 7.0 tutorial

12,982 views

3y ago

Code with Pushpa
EF Core vs Dapper: Which Should You Use? (Zero to Pro)

Every .NET app has to talk to a database, and there are two very different ways to do it: EF Core and Dapper. Both get data out of ...

3:28
EF Core vs Dapper: Which Should You Use? (Zero to Pro)

100 views

1mo ago

Taner Saydam
Entity Framework Core From Scratch - What's in This Series

Hello everyone, in this new series we will learn about Entity Framework Core. If you want to learn EF Core or want to improve your ...

2:04
Entity Framework Core From Scratch - What's in This Series

949 views

3y ago

Hey Delphi
C# : Entity Framework Attach/Update confusion (EF Core)

C# : Entity Framework Attach/Update confusion (EF Core) To Access My Live Chat Page, On Google, Search for "hows tech ...

1:44
C# : Entity Framework Attach/Update confusion (EF Core)

446 views

3y ago

naziinfotech
Part 4 Creating DBContext with Entity Framework Core, Tools, and SQL Server Core

Unlock the power of databases in ASP.NET Core! In this tutorial, we'll guide you through crafting a robust DBContext for your ...

2:05
Part 4 Creating DBContext with Entity Framework Core, Tools, and SQL Server Core

77 views

2y ago

CodeWithIndu
Day 32 – What is AsSplitQuery() in EF Core? | .NET Interview Question 2026

Day 32 – Top 100 .NET Interview Questions (2026 Edition) In this video, we explain one of the most important Entity Framework ...

3:09
Day 32 – What is AsSplitQuery() in EF Core? | .NET Interview Question 2026

382 views

6mo ago

vlogize
Creating a Table-per-Type Entity Inheritance in EF Core: A Complete Guide to Subtypes

Learn how to use the Table-per-Type (TPT) strategy in Entity Framework Core for creating subtypes like `InternalProperty` and ...

2:04
Creating a Table-per-Type Entity Inheritance in EF Core: A Complete Guide to Subtypes

36 views

1y ago

Hey Delphi
C# : EF Core: Soft delete with shadow properties and query filters

C# : EF Core: Soft delete with shadow properties and query filters To Access My Live Chat Page, On Google, Search for "hows ...

1:45
C# : EF Core: Soft delete with shadow properties and query filters

71 views

3y ago

Soft Information Technology
Entity Framework (EF) Core

Unlock the full potential of Entity Framework Core in this comprehensive guide, "Mastering Entity Framework Core: Beyond Basics ...

3:06
Entity Framework (EF) Core

107 views

1y ago

Pluralsight
Entity Framework Skills: DDD and EF Core Course Preview

View full course here: https://www.pluralsight.com/courses/ddd-ef-core-preserving-encapsulation Join Pluralsight author Vladimir ...

1:41
Entity Framework Skills: DDD and EF Core Course Preview

490 views

6y ago

Daily Dose Hub
Entity Framework Core Tutorial for Beginners | .NET 8 | Best for Interview

Welcome to this Entity Framework Core tutorial! In this video, we'll cover everything you need to know about Entity Framework ...

2:08
Entity Framework Core Tutorial for Beginners | .NET 8 | Best for Interview

32 views

1y ago

Eric Couch
EF Core Introduction
3:15
EF Core Introduction

8 views

2y ago

iBasskung
C# (WPF) SQL Server: Entity Framework Core (EF Core) - Managing Product Categories

Learn from Beginner to Pro: https://www.patreon.com/iBasskung Explore Free C# and VB.NET Source Code! Check it out ...

3:45
C# (WPF) SQL Server: Entity Framework Core (EF Core) - Managing Product Categories

1,353 views

5y ago

The Debug Zone
EntityFramework Core Database.EnsureCreated doesn't create database

c#: EntityFramework Core Database.EnsureCreated doesn't create database Thanks for taking the time to learn more.

2:10
EntityFramework Core Database.EnsureCreated doesn't create database

212 views

3y ago

Refactoring with Igor Shevchenko
EF Core DBContext Entities configuration refactoring

In this video, I'm showing how to refactor your messy EF Core DBContext by splitting the Entities configuration to separate files ...

3:34
EF Core DBContext Entities configuration refactoring

113 views

1y ago

Jurgen on Azure
Using EF Core 6 with Azure Cosmos DB

Learn all about using EF Core 6 with Azure Cosmos DB, in this new Pluralsight course. https://pluralsight.pxf.io/efcore6-cosmos ...

1:00
Using EF Core 6 with Azure Cosmos DB

328 views

4y ago

DevMagic
Add Custom Code | EF Core Sidekick

EF Core Sidekick is a Visual Studio plugin to generate EF core entities and beyond. The custom code functionality allows you to ...

1:48
Add Custom Code | EF Core Sidekick

998 views

2y ago

ByteBuilderLab
03   Install EF Core Packages highlight
1:01
03 Install EF Core Packages highlight

2 views

10mo ago

AccIntegration
Blazor | Adding/Removing Columns | EF Core Code First Migrations |  PMC | SQL Server | VS22

Entity Framework Commands used: 1. dotnet ef migrations add [name] 2. dotnet ef database update 3. dotnet ef database update ...

3:38
Blazor | Adding/Removing Columns | EF Core Code First Migrations | PMC | SQL Server | VS22

242 views

3y ago

Hey Delphi
C# : How does EF Core Modified Entity State behave?

C# : How does EF Core Modified Entity State behave? To Access My Live Chat Page, On Google, Search for "hows tech ...

1:08
C# : How does EF Core Modified Entity State behave?

45 views

3y ago

My Mock Interview
9. What is Entity Framework (EF) Core?:Dot Net And C# Question Answers Series

This video is the part of the series of videos that we will share for the interviews preparations related to Dot Net And C#. Keep an ...

1:03
9. What is Entity Framework (EF) Core?:Dot Net And C# Question Answers Series

7 views

1y ago

DotNetOnCloudNine
EF core bulk update

Discover how to perform bulk updates efficiently in Entity Framework Core 7! Before EF Core 7, updating entities required loading ...

0:22
EF core bulk update

55 views

2y ago

DKode
Net Core 8 #2 " Entity Framework Core with SQL Server" /  Entity Framework con SQL

Steps 1- Set ProjecData as Startup Project 2- Install these dependencies Microsoft.EntityFrameworkCore (8.0.0) Microsoft.

3:53
Net Core 8 #2 " Entity Framework Core with SQL Server" / Entity Framework con SQL

16 views

2y ago

vlogommentary
How to Resolve "Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design" Error

Learn how to resolve the "Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design" error when working with ...

3:18
How to Resolve "Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design" Error

224 views

1y ago

vlogommentary
Understanding Many-to-Many Relationship Differences in EF Core

Explore why the values differ when adding many-to-many relationships in Entity Framework (EF) Core with ASP.NET Core and .

3:37
Understanding Many-to-Many Relationship Differences in EF Core

5 views

1y ago

The Debug Zone
EF Core Migrations Not Detecting All Properties: Common Issues & Solutions

In this video, we delve into a common challenge faced by developers using Entity Framework Core: migrations not detecting all ...

3:41
EF Core Migrations Not Detecting All Properties: Common Issues & Solutions

19 views

1y ago

vlogize
How to Use Entity Framework Core in XAF

Learn how to seamlessly integrate `Entity Framework Core` with XAF (eXpress Application Framework), including key ...

1:21
How to Use Entity Framework Core in XAF

31 views

1y ago

The Debug Zone
Integrating EF Core with Identity in ASP.NET Core: Common Challenges & Solutions

In this video, we dive into the intricacies of integrating Entity Framework Core with ASP.NET Core Identity. As developers, we often ...

3:31
Integrating EF Core with Identity in ASP.NET Core: Common Challenges & Solutions

11 views

1y ago

Basheer Mohammed
Boost Your .NET Skills with EF Core!

Unlock the full potential of your .NET development with our latest video, "Level Up Your .NET Development with These 5 Essential ...

1:32
Boost Your .NET Skills with EF Core!

7 views

1y ago

Living With IBS
Method 'Fragment' in type 'Microsoft.EntityFrameworkCore.Design.Internal.CSharpHelper' from assembly

Can you help me to buy a coffee: https://www.buymeacoffee.com/coffeeprogram Method 'Fragment' in type 'Microsoft.

2:38
Method 'Fragment' in type 'Microsoft.EntityFrameworkCore.Design.Internal.CSharpHelper' from assembly

1,253 views

3y ago

Living With IBS
How to install Entity Framework package in Visual Studio Project | .NET Core and .NET Framework

Can you help me to buy a coffee: https://www.buymeacoffee.com/coffeeprogram install-package EntityFramework.

2:57
How to install Entity Framework package in Visual Studio Project | .NET Core and .NET Framework

12,802 views

3y ago

The Debug Zone
How to Seed Data in Entity Framework Core 2: A Step-by-Step Guide

In this video, we'll explore the essential process of seeding data in Entity Framework Core 2. Whether you're building a new ...

3:45
How to Seed Data in Entity Framework Core 2: A Step-by-Step Guide

16 views

1y ago