EF Core database model first - take it to the next level with Power Tools CLI | .NET Conf 2023

preview_player
Показать описание
Introducing the ""EF Core Power Tools CLI,"" an open-source .NET 8 global tool designed to streamline your workflow. This powerful tool allows you to effortlessly generate a DbContext and entity classes from your existing database, offering a plethora of customization options.

In this demo-packed session you will see how easy it is to get started with EF Core with and existing database in a matter of seconds, and we will dive into some of the many options you can tweak.

#dotnet
Рекомендации по теме
Комментарии
Автор

Your power tools are a life saver! Thank you!

Duelweb
Автор

Your content is a gift to the YouTube community.

acodersjourney
Автор

I havent found a valid reason, except for legacy apps, to follow a database first approach.

Can anyone enlighten me on situations where you would generate schema before writing code around your business requirements?

AlgoristHQ