Skip to content

Documentation for Entity Framework Core and Entity Framework 6

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE-CODE
Notifications You must be signed in to change notification settings

dotnet/EntityFramework.Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d723b3d · Mar 20, 2025
Feb 15, 2024
Nov 30, 2022
Mar 20, 2025
Mar 4, 2025
Jul 1, 2016
Oct 13, 2022
Nov 2, 2024
Jan 21, 2025
Feb 5, 2025
Apr 2, 2020
Jan 24, 2023
Mar 15, 2017
Mar 15, 2017
Sep 21, 2022
Oct 22, 2018

Entity Framework Docs

This project contains the source for EF Core and EF6 documentation published at Entity Framework documentation.

Documentation issues for both EF Core and EF6 should be filed in this repo. Product issues (bugs) should be filed in the EF Core repo or the EF6 repo as appropriate.

We accept pull requests!

Fixing typos/spelling/grammar/etc

Consider sending a pull request rather than filing an issue. This can be done entirely from the web:

  • From upper right corner of the document, select the pen icon: image

    Note: You might need to make the browser window wider to see the pen icon.

  • Click on the edit button (✏️) to edit in your web browser

image

  • When done, add a title and description, then use the Create a new branch and start a pull request. option.

image

Note that you can also clone this repo and do a GitHub PR in the normal way.

Making more substantial changes

Pull requests for more substantial changes are also encouraged. However, before submitting a pull request, please read the CONTRIBUTING guidelines, which include information on how to build the docs locally, as well as style and organizational guidance.