Commit Graph

94 Commits (b22bb01eb59ab6a0136ea806e61859431255b687)

Author SHA1 Message Date
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
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 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
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
Rick Anderson 8e628b423c
Update read-related-data.md (#6413) 2018-05-14 16:28:59 -10:00
Luke Latham 5cb8e8d44f Fix typos (#6250)
* Fix typos

* Touch-up

* Update
2018-05-07 08:49:38 -10:00
Rick Anderson cf87093ebf
ID missing (#6198)
* ID missing

* ID missing
2018-05-05 08:30:06 -10:00
Luke Latham 7048bb8fbf API link updates (#6149)
* API link updates

Updates

One more!

Fix bookmark

Mo updates

More updates

Updates

Updates

* Update action-return-types.md

* Update index.md

* Update concurrency.md

* Update intro.md

* Update localization.md

* Update search.md
2018-05-02 14:45:06 -05:00
Weisheng Si a884247405 Fix typo (#6099) 2018-04-27 08:07:44 -05:00
Falthazar 58a4b4e467 Fixed typo - "sp-page" to "asp-page" (#5923) 2018-04-10 14:08:23 -05:00
Falthazar bfd2e97b6a Fixed "TryUpdateModelAsync" Link (#5921)
* Fixed "TryUpdateModelAsync" Link

Removed inadvertent space.

* Fix TryUpdateModelAsync API ref link
2018-04-10 11:34:21 -05:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Rick Anderson 59c906118f
Update intro.md (#5869)
`classnameID` (where `classname` is the name of the class, such as `Student`) as the primary key. In `classnameID`, `classname` is the name of the class, such as `Student` in
2018-04-03 19:36:41 -10:00
Maira Wenzel 5c72ff32b7 fix typo (#5866) 2018-04-03 21:50:25 -04:00
Rodrigo Santos f0dc140f8b Fixed Indent (#5843) 2018-03-31 11:31:48 -07:00
Rick Anderson 6e8b28764a
Update migrations.md (#5813) 2018-03-27 13:06:44 -10:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Luke Latham e90ee95e78 Prereqs tuneup (#5721)
Updates
2018-03-19 18:04:00 -10:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Gabriel De La Parra ceed96f75b Update read-related-data.md (#5650) 2018-03-11 09:53:19 -07:00
Rick Anderson aee13f92d3
Update migrations.md 2018-03-07 16:57:07 -10:00
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00