Skip to content

larry-noriega/EFCoreSQLite.Entities.Relations

Repository files navigation

EFCoreSQLite.Entities.Relationship

Relational databases use, have foreign keys; C# has collections or entities: How can the two be reconciled? (Hint: Use EF Core).

A .NET Core console app that performs data access against a SQLite database using Entity Framework Core.

Requirements

  1. Use Visual Studio Community
  2. Use DB Browser for SQLite to inspect the database.
  3. Execute the solution file .sln

Details

  • One to One relationship.
  • One to Many relationship.
  • Many to Many relationship.

Further information - Microsoft Docs:

About

Relational databases use, have foreign keys; C# has collections or entities: How can the two be reconciled?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages