Dave Brock
854e17807d
Fix typo for #8286 ( #8849 )
...
Typo fix in code sample.
Fixes #8286
2018-10-04 15:18:18 -05:00
Scott Addie
b3eb47a2c5
Add missing period in title ( #8851 )
...
When creating a new PR, please do the following and delete this template text:
* Reference the issue number if there is one:
Fixes #Issue_Number
> The "Fixes #nnn" syntax in the PR description causes
> GitHub to automatically close the issue when this PR is merged.
2018-10-04 15:08:01 -05:00
Rick Anderson
a485e606d2
Update read-related-data.md
2018-09-20 15:23:33 -10:00
Rick Anderson
c0ef0854b6
Update update-related-data.md ( #8650 )
2018-09-20 15:18:19 -10:00
Rick Anderson
fca0e62fff
Update concurrency.md
2018-09-20 15:15:30 -10:00
Luke Latham
190c62af0c
Add blank lines around versioning lines ( #8548 )
...
Fixes #8540
Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
Callen Barton
c07e6f1c0a
Updated steps to create sample application. ( #8517 )
2018-09-13 12:10:09 -05:00
Luke Latham
46f41d4774
Update All and App package versions ( #8513 )
2018-09-13 11:39:23 -05:00
Luke Latham
1a0f79a8fe
Update All/App package version ( #8489 )
2018-09-11 08:53:03 -05:00
Rick Anderson
e8294bf69e
Update intro.md
2018-08-30 12:44:35 -07:00
Rick Anderson
9d19ec4cfe
Update intro.md ( #8341 )
...
* Update intro.md
* Update intro.md
2018-08-30 12:42:59 -07:00
Luke Latham
f85202290b
Remove HTTP links to Microsoft ( #8353 )
...
Fixes #8350
2018-08-30 11:48:27 -07:00
Luke Latham
232d345f9e
Specify "Core" for ASP.NET Core refs ( #8110 )
2018-08-15 22:30:29 -05:00
Rick Anderson
a68ab70390
Update intro.md ( #7950 )
2018-08-04 14:09:41 -06:00
Luke Latham
940ea3c502
Dependency injection topic and sample updates ( #7412 )
...
* Dependency injection topic and sample updates
Updates
Updates
Updates
Updates
* React to feedback
* React to feedback
* Update
* Update ctor injection behavior section (6331)
* React to feedback
* React to feedback
* Link updates
* React to feedback
* React to feedback
React to feedback
Updates
* React to feedback
* Ping me for feedback
* Describe ActivatorUtilities
* Update
* Crosslink repository pattern
2018-07-28 16:49:23 -06:00
Jason Nguyen
78133e6fb7
Update complex-data-model.md ( #7784 )
...
Removed duplication in the Update the Enrollment entity header.
2018-07-24 08:56:59 -05:00
Rick Anderson
e9d7f30c4e
Fix VS instructions for RP/EF ( #7766 )
...
* Fix VS instructions for RP/EF
* Fix VS instructions for RP/EF
* Fix VS instructions for RP/EF
2018-07-23 18:30:37 -06:00
Ryan Taite
44df1da082
Update Select link to use asp tag helpers ( #7717 )
...
`<td>@Html.ActionLink("Select", "OnGetAsync", new { courseId = item.CourseID })</td>` throws an error saying:
> Cannot resolve action 'OnGetAsync'
I also fixed a spacing issue
2018-07-23 09:52:15 -06:00
Scott Addie
f07f26c279
Merge pull request #7744 from KirkMunro/patch-5
...
Fixed highlighted line numbers
2018-07-23 10:06:58 -05:00
Scott Addie
2c0d069da3
Merge pull request #7731 from KirkMunro/patch-4
...
Fixed incorrect highlighting
2018-07-23 10:02:45 -05:00
Scott Addie
7785ed1ee7
Merge pull request #7727 from KirkMunro/patch-3
...
Removed EF Core 2.1 note
2018-07-23 09:53:25 -05:00
Scott Addie
70cab876a9
Merge pull request #7719 from KirkMunro/patch-2
...
Removed out of date text
2018-07-23 09:52:30 -05:00
Kirk Munro
59c244b309
Fixed highlighted line numbers
2018-07-22 17:06:04 -03:00
Julian Oster
396bb06f5c
Add spacing for unordered lists ( #7733 )
2018-07-21 17:06:51 -05:00
Kirk Munro
b0d995d977
Fixed incorrect highlighting
...
The line I added (line 18) has changed from the scaffolding implementation and needs to be highlighted as well.
2018-07-21 14:32:37 -03:00
Kirk Munro
09eb4bf571
Removed EF Core 2.1 note
...
EF Core 2.1 is out and already supports data seeding, so this note is no longer relevant.
2018-07-21 12:37:50 -03:00
Kirk Munro
83f5711287
Removed out of date text
2018-07-20 22:21:25 -03:00
Ryan Taite
4ab4af6ef7
Highlight one more line
...
This line originally generated is `public IList<Instructor> Instructor { get;set; }` and gets changed to `public InstructorIndexData Instructor { get; set; }` so it's worth highlighting, I feel
2018-07-20 19:14:22 +00:00
Ryan Taite
0899a06a32
Fix url to ?? Operator C# Reference ( #7694 )
...
It has a space between the ".com/" and the rest of the url
When creating a new PR, please do the following and delete this template text:
2018-07-19 11:18:38 -05:00
Rick Anderson
a0073f02a9
Update crud.md ( #7613 )
2018-07-14 10:34:14 -06:00
Alexandru Năstase
49b52028e1
Fix typo in "Read Related Data" section ( #7621 )
2018-07-14 10:33:45 -06:00
Rick Anderson
ffccdf3adb
Update read-related-data.md ( #7608 )
2018-07-13 13:38:32 -06:00
Luke Latham
34b33e245b
Add version to App package references ( #7551 )
...
Fixes #7532
2018-07-10 22:43:09 -05:00
Luke Latham
2059dd8b41
Add CRLF to the last line of MD topics ( #7509 )
2018-07-08 21:48:10 -05:00
Rick Anderson
f86835bc08
Depricate EF/MVC ( #7362 )
...
* Depricate EF/MVC
* work
* work
* work
2018-06-28 15:18:11 -07:00
Rick Anderson
e33d940372
Update crud.md ( #7360 )
2018-06-28 15:17:48 -07:00
Rick Anderson
c51bc21207
Part 5 upgrade EF/RP to 2.1 ( #7357 )
...
* Part 5 upgrade EF/RP to 2.1
* work
* work
2018-06-28 11:02:10 -07:00
Rick Anderson
2f7615e4ef
EF-RP Migrations update to 2.1 ( #7313 )
...
* EF-RP Migrations update to 2.1
* work
* work
* work
* work
2018-06-26 18:47:12 -07:00
Rick Anderson
7e0f5ee1ca
EF-RP to 2.1 ( #7163 )
...
* WIP:EF-RP to 2.1
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* CRUD
* CRUD
* CRUD
* CRUD
* CRUD
* wrk
* wrk
* wrk
* wrk
* wrk
* wrk
2018-06-26 12:12:43 -07:00
Scott Addie
38ff5c5785
Metadata updates for ASP.NET Core data docs ( #7175 )
...
Addresses #6541
2018-06-20 09:35:42 -05:00
Rick Anderson
e682b97756
Update update-related-data.md ( #7142 )
2018-06-19 13:47:12 -07:00
Scott Addie
645d057bbb
Metadata updates for the Razor Pages docs ( #7127 )
...
* Metadata updates for the Razor Pages docs
* Update sample download links
* Change uid values
* Remove unnecessary redirection rule
* Fix date metadata warnings
* Add redirect entries
* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Scott Addie
bcfe295e4a
Remove VS2015 PDF link from tutorial ( #7149 )
...
Removes the PDF version of the VS 2015 tutorial from https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/intro?view=aspnetcore-2.1 . Since this is an unsupported scenario, the PDF shouldn't be made available (per Dan).
2018-06-19 15:04:53 -05:00
Luke Latham
c38dde8507
Fix path typo ( #7137 )
...
Fixes #6427
2018-06-19 09:38:39 -05:00
Luke Latham
6e23a0e890
Update file name ( #7126 )
2018-06-18 20:52:46 -05:00
Rick Anderson
c976d332dd
Update intro.md ( #7097 )
...
dotnet tool install --global dotnet-aspnet-codegenerator --version 2.1.0
2018-06-18 08:08:18 -07:00
Scott Addie
f816047f09
Change snippet type to xml
2018-06-15 12:02:08 -05:00
pwinstead
0f813ca207
Minor typo fixed ( #6950 )
2018-06-08 12:17:04 -05:00
Luke Latham
b8ee7c29a2
Document improved support for integration testing ( #6086 )
...
* Integration testing topic
Updates
Updates
Updates
Updates
Updates
Update
* Revert "Merge branch 'guardrex/integration-testing-topic' of https://github.com/aspnet/Docs into guardrex/integration-testing-topic"
This reverts commit 0c8de51aad9f1a183df400c0dc0cf84743baf445, reversing
changes made to ba5c3518ebfdd855907a751d181996cd0f7abee7.
* Updates
* Updates
* Add API ref links
* Updates
* Remove preview notice
* Updates
* Updates
Update
Updates
Updates
Updates
Updates
Updates
Updates
Updates
Update
* Updates
* React to feedback
* Update sample package refs to 2.1.0
2018-05-29 15:02:02 -10:00
Rick Anderson
8e628b423c
Update read-related-data.md ( #6413 )
2018-05-14 16:28:59 -10:00