filmov
tv
Entity Framework Core part 1 - getting started
Показать описание
Series giới thiệu về EF Core
In this series
✅- Getting started
- ORM: Object relational mapping, map (convert 2 directions - from code C# to sql and from sql map to C# object)
- Sql / Sql Server: [Optional] but good to know before starting with EF
- Setup / Installation
```bash
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
# dotnet add -h
# to find csproj file
git ls-files | grep .csproj$
find . | grep .csproj$
```
- Cli
- DbContext & entities
- Setup DbContext
- Setup entities
- CRUD
- Entities
- Relationship
- Configuration
- Seeding
- Migration
- Working with data
- Query
- Tracking
- Update
- Bulk operators
- Saving
- More
- Logging
- Tips & tricks
In this series
✅- Getting started
- ORM: Object relational mapping, map (convert 2 directions - from code C# to sql and from sql map to C# object)
- Sql / Sql Server: [Optional] but good to know before starting with EF
- Setup / Installation
```bash
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
# dotnet add -h
# to find csproj file
git ls-files | grep .csproj$
find . | grep .csproj$
```
- Cli
- DbContext & entities
- Setup DbContext
- Setup entities
- CRUD
- Entities
- Relationship
- Configuration
- Seeding
- Migration
- Working with data
- Query
- Tracking
- Update
- Bulk operators
- Saving
- More
- Logging
- Tips & tricks
Entity Framework Core Part 1
Entity Framework Core In-Depth Part 1
Modern Entity Framework: A Tour of EF Core 5.0 pt 1
Entity Framework Core Part 1 - Code First Generation
Getting Started with Entity Framework Core [1 of 5] | Entity Framework Core for Beginners
Entity Framework part1
Learn Entity Framework Core 2.0 From Scratch - Code First Approach (Part 1 of 10)
Introduction to ASP.NET Core Entity Framework part 1
FULL STACK APPLICATION | REACT | .Net Core | SQL | Entity Framework | Part 3
Code First Entity Framework Core Tutorial For Beginners Part-1
CRUD Operations using Entity Framework in ASP.NET Core - Part 1 | ASP.NET Core Tutorial
Introduction to entity framework core
Entity Framework Core Part 2
AltV Scripting Tutorial #78 - Entity Framework Core (EF Core) Part #1 [C#] [Deutsch]
Part 1 - Entity Framework Core DB first Approach - Asp DotNet Core webapi
Part 1 What is Entity Framework
Learn Entity Framework Core From Scratch
FULL STACK APPLICATION | REACT | .Net Core | SQL | Entity Framework | Part 1
Entity Framework Core 2.0 Part 1 | Setup Entity Framework | Entity Framework tutorial
Entity Framework Tutorial (Part -1): Brief Introduction
Part 1 - C# Entity Framework
C# Entity Framework 6 | Database First | Part 1 - Basic CRUD
Entity Framework Core C# (Database first) - Data Scaffolding Part 1 of 2
1. What is Entity Framework Core? Entity Framework Core Tutorial
Комментарии