Getting Started with Entity Framework Core [1 of 5] | Entity Framework Core for Beginners

preview_player
Показать описание

Entity Framework Core is an Object-Relational Mapper that simplifies working with relational databases using strongly-typed .NET objects.

Please note: At 4:08, the narration should state "Since FirstName and LastName are non-nullable strings, EF Core knows that when it creates the table, those two columns *shouldn't* allow nulls." We apologize for any confusion.

Learn more about Entity Framework Core:

Follow us:

Useful Links:

#DotNet #efcore #entityframework #beginner
Рекомендации по теме
Комментарии
Автор

This is brilliant. Simple. Straight to the point.

andrewfionik
Автор

Tried some 4 other EF tutorials today, had to deal with a ton of superfluous information while this one is straight to the point and just works. Thank you!

ryanford
Автор

Great video, a clear practical example. Thanks Sam!

jbob
Автор

Excellent video. I have reproduced all by myself and it worked wonderfully. Thanks a lot.😀

peterburn
Автор

Thanks very much. Even though I've been using EF for a long time, there were still some things that I learned here and/or which got cleared up better.

nwoivny
Автор

Alternative title: Darth Sidious getting you started with the dark side

sevansam
Автор

I rly appreciate for doing videos like this. You're helping me a lot.

Take Care!

kaiomaciel
Автор

Simple and complet dekclaration! Very helpful! Thank you very much 🙏

amirgilani
Автор

Can't wait to see the rest episodes. 😃😃

knotprasertsimla
Автор

A very good series of tutorial videos, but the last video contains useful tips about tools and materials that are relevant for all videos before (1-5), Everybody should watch video 6 first.

yvesfree-assangescherdin
Автор

Concise and easy to follow, thank you

WyattHaley-unwu
Автор

Amazing content! please keep on producing high quality knowledge.

xoryaste
Автор

Absolutely brilliant video tutorials! Subscribed!

TampaCEO
Автор

Thank you very much ! Great teaching !

goverdhanjayaram
Автор

What an excellent video! Including the .NET CLI instructions on top of the usual VSCode package manager was very helpful indeed, as I prefer vim/nvim over VSCode. Thanx a lot =D

FP_
Автор

Its simple and clear, Can I find more advanced tutorials on this please.

vin
Автор

I like how you selectively skipped ICollection populating part
For those who don't know why does your ICollection empty, syntax must be used when fetching an object

ic
Автор

Simply: Great!
One of the best tutorial I've ever seen!...Clear and to the point!

HectorRodriguez-hrtf
Автор

hello, thanks for the video. I've a question. How can I create those tables in another DB in my local server, letsay the name of the Database is DiscApp. Thanks

witChaos
Автор

Any plans to explain relationships like hasmanythrough or pivots?

dawidkasprzyca