/QueryingInEFCore

Querying in Entity Framework Core

Primary LanguageC#Apache License 2.0Apache-2.0

Querying in Entity Framework Core

If you are new to EF-Core and you don't know how to convert your existing SQL queries to LINQ to entities queries, these exercises will help you to get started.

These samples are ported from PostgreSQL Exercises to EF-Core.

Querying in Entity Framework Core