1 Repo
Data access layers specifically using the Entity Framework Core library for relational mapping.
Distinct from Relational Entity Filtering: No candidate specifically covers EF Core implementations; others are too generic or unrelated.
Explore 1 awesome GitHub repository matching data & databases · Entity Framework Implementations. Refine with filters or upvote what's useful.
NorthwindTraders is an ASP.NET Core sample web application that demonstrates the implementation of business logic and request handling. It is structured as a layered architecture web app, decoupling core application rules from the user interface and data access layers. The project utilizes Entity Framework Core for its database implementation, employing a code-first relational database approach. This allows the database schema to be generated and evolved automatically from C# entity models via an object-relational mapper. The application manages relational data and serves web requests throug
Provides a data access layer implemented with Entity Framework Core.