Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.32 KB

readme.md

File metadata and controls

33 lines (25 loc) · 2.32 KB

EF Core 7 code samples

For various code samples for new features in EF Core 7. Many have been done simplifed as most code samples found on the web are a) incomlete b) too complex for the average developer to learn from.

Popular

Documentation for the above is found here at Microsoft.

There are several code samples taken from Microsoft and ported here as otherwise it would be difficult for a novice developer to get these code samples without cloning the entire EF Core GitHub repository.

Requires

  • Microsoft Visual Studio version 17.4.0 or higher
  • Microsoft SQL-Server setup for SQLEXPRESS

See also