21Entity Framework Core
INTRODUCING EF CORE
When you use ADO.NET directly, you can use a data reader such as SqlDataReader
or SqliteDataReader
to manually fill your objects with data from the database. With Entity Framework Core (EF Core), you don't need to write SQL statements because you get the mapping from relational ...
Get Professional C# and .NET, 2021st Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.