Keep your Code and Database in Sync
Jeremy Likness ⚡️

Jeremy Likness ⚡️ @jeremylikness

About: Hi! I am a longtime developer with a passion to empower other developers to be their best. I focus on cloud development and everything related to data access from .NET and .NET Core.

Location:
Seattle
Joined:
May 15, 2018

Keep your Code and Database in Sync

Publish Date: Jul 29 '20
32 1

Entity Framework Core is an object mapper that enables database interactions using familiar C# code. It supports multiple backend databases including SQLite, SQL Server, Oracle, PostgreSQL, MySQL and Cosmos DB. Using nothing more than LINQ queries, developers can write code that interacts with C# classes that is automatically translated into database calls.

In this episode of the EF Core Community Standup, software architect Tony Sneed shows how to extend a built-in feature of EF Core called scaffolding, or reverse engineering, by using templates (via Handlebars) to take control of generated code.

You can find the links that were discussed in the show at:

https://www.theurlist.com/efcore-standup-2020-07-22.

Have feedback for the EF Core team? File an issue or join one of our many online discussions.

Comments 1 total

Add comment