Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1385000 create ef6 data model #10259

Merged
merged 25 commits into from Jan 14, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
80dedaa
1385000, satisfied requirements in description and half of the template.
john-par Jan 4, 2019
41caaf5
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 7, 2019
45d5a4b
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 7, 2019
cf3177b
1385000, completed first pass at aligining the tutorial with the temp…
john-par Jan 7, 2019
94008ad
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 8, 2019
48c2ebe
1385000, replaing the 'add-scffolding.png'.
john-par Jan 8, 2019
496774a
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 8, 2019
9ec527b
1385000, updated a PNG and fixed minor typos.
john-par Jan 8, 2019
8e056ae
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 8, 2019
c33c2d8
1385000, changed 'EF6' to 'EF 6'.
john-par Jan 8, 2019
e8657f7
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 9, 2019
b1ada06
1385000, incorporated peer review feedback.
john-par Jan 9, 2019
b69943c
1385000, fixed Acrolinx issues.
john-par Jan 9, 2019
77c3589
1385000, fixed a minor typo.
john-par Jan 9, 2019
7fd120a
1385000, reinstated the DatabaseGeneratedAttribute xref.
john-par Jan 9, 2019
f0c2801
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 10, 2019
1649228
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 10, 2019
ed27502
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 10, 2019
2ebf848
1385000, implementing SME review feedback.
john-par Jan 10, 2019
0ae198a
1385000, fixed screenshots.
john-par Jan 10, 2019
2a79d38
1385000, fixed minor typo.
john-par Jan 10, 2019
c9118ab
Merge branch 'master' of https://github.com/aspnet/Docs into 1385000-…
john-par Jan 14, 2019
aeaf8d4
1385000, implimented SME feedback.
john-par Jan 14, 2019
e335a45
1385000, fixed a minor typo.
john-par Jan 14, 2019
65289d9
1385000, fixed minor image format issue.
john-par Jan 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion aspnet/toc.yml
Expand Up @@ -2093,7 +2093,7 @@
- name: Getting Started with EF 6 using MVC 5
href: mvc/overview/getting-started/getting-started-with-ef-using-mvc/index.md
items:
- name: Creating an Entity Framework Data Model
- name: Create an Entity Framework Data Model
href: mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application.md
- name: Implementing Basic CRUD Functionality
href: mvc/overview/getting-started/getting-started-with-ef-using-mvc/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md
Expand Down