Commit Graph

394 Commits (9bf1fe8bf9b8df5da263e65b50c28d15f0e019d4)

Author SHA1 Message Date
Luke Latham 9f093fdb0b
Razor syntax updates (#13524) 2019-08-05 14:42:25 -05:00
Luke Latham 60517d289a
Update two ms.date values (#13307) 2019-07-15 15:52:44 -05:00
Theano Petersen c969928dbe fix http to https (#13241) 2019-07-10 19:36:05 -07:00
Theano Petersen 6da4a8c004 Fix metadata issues from CATS report 6-21-19 (#13238)
* fix internal links

* fix bookmark links

* fix metadata
2019-07-10 17:45:22 -07:00
Theano Petersen 7d10936ada Fix broken links from CATS report 6-21-19 (#13237) 2019-07-10 15:43:56 -07:00
Liam Cottrell e081656003 Updated Documentation to Reflect Changes in #11696 (#12877) 2019-06-14 06:39:50 -05:00
Tom Dykstra fb4f991c87 Model binding doc updates (#12462)
* draft of rewrite

* show how to make cusom val prov first

* correct errors

* more corrections

* fix typo

* more small fixes

* dict int,string to string,string

* feedback

* feedback

* fix links

* feedback

* feedback

* clean up sample app

* convert inline code to snippet refs

* acrolinx

* fix snippet

* changes that were accidentally not saved

* proofread fixes

* corrections

* use asp-for

* fix date

* feedback
2019-06-06 09:43:46 -05:00
Vladislav Evtushenko ac9ed691f5 fixed header tag (AspNetCore.Docs.ru-ru#4) (#12636)
- fixed header tag
2019-06-02 09:37:44 -10:00
Scott Addie 7e4ddde22d
Convert async method to synchronous (#12615) 2019-05-31 16:14:45 -05:00
Scott Addie b8675a092a
Add VS download campaign links (#12380)
* Add VS download campaign links

* Remove unused 2.1 include

* Delete unused include

* React to feedback
2019-05-10 20:51:27 -05:00
Rick Anderson e9d5b2cce0
remove moniker versioning (#12343)
* remove moniker versioning

* remove moniker versioning

* remove moniker versioning
2019-05-09 09:20:39 -10:00
Tom Dykstra f13d94aff5
page --> pageNumber in dynamic linq snippet (#12308) 2019-05-06 15:32:12 -07:00
Rick Anderson 12fb44b83c
Update sort-filter-page.md (#12245)
* Update sort-filter-page.md

* fix instructions for about page
2019-05-06 07:10:02 -10:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Luke Latham 2756e95ddf Add back 'mvc' to ms.custom (#12100) 2019-04-22 15:00:59 -05:00
Tom Dykstra 86239d225c switch instructor department (#12072) 2019-04-19 14:09:44 -10:00
Nick Schonning d271e94f40 fix: MD031/blanks-around-fences (#11799) 2019-04-03 18:52:17 -05:00
Tom Dykstra e3e37685a1
Revert "fix: MD032/blanks-around-lists (#11784)" (#11811)
This reverts commit 370de65ccf.
2019-04-03 07:57:58 -07:00
Nick Schonning 370de65ccf fix: MD032/blanks-around-lists (#11784) 2019-04-02 11:44:31 -05:00
Nick Schonning f0406935bb fix: MD007/ul-indent (#11781)
Unordered list indentation
2019-04-01 17:09:16 -10:00
Nick Schonning d63b547a82 fix: MD022/blanks-around-headings/blanks-around-headers (#11783)
Headings should be surrounded by blank lines
2019-04-01 17:08:26 -10:00
Tom Dykstra 86f798c02a
Merge pull request #11701 from Loves2Code/patch-1
Change Database Name from ContosoUniversity1
2019-03-28 16:26:10 -07:00
Tom Dykstra e17f9e9f4f
minor edits 2019-03-28 16:20:09 -07:00
Tom Dykstra 689fa50f9a
Fix prerequisites section 2019-03-28 11:06:26 -07:00
Tom Dykstra bc17d3e0e5 consistent navigation 2019-03-27 14:47:23 -07:00
Tom Dykstra 691bc83e53 update for 2.2 2019-03-27 13:48:37 -07:00
Tom Dykstra 8b557d40e5 concurrency fixes 2019-03-27 13:28:09 -07:00
Tom Dykstra 37458a2bd3 related data update fixes 2019-03-27 13:00:43 -07:00
Tom Dykstra 75302a957f migrations updates 2019-03-27 10:37:55 -07:00
Tom Dykstra c5277c893a paging fixes 2019-03-27 10:18:58 -07:00
Tom Dykstra c999a09c9a single-->firstordefault 2019-03-27 09:36:22 -07:00
Jim Kay 25ce5543f6
Change Database Name from ContosoUniversity1
At the ## View the DB section the author describes how to find and view the table data within the EF-Core generated database.
The database name is listed as ContosoUniversity1. This is incorrect.
The database name generated is based on the dbContext name we used earlier in the course - "SchoolContext".
The database name will be generated as <dbContextName>-GUID, where the dbContextName is "SchoolContext", plus a dash (ASCII Character 45 (decimal) / 0x2D (hexadecimal), plus a GUID.
2019-03-27 08:10:37 -04:00
Tom Dykstra 2693b3eee2 update to 2.2 2019-03-26 15:04:58 -07:00
Tom Dykstra 819add6760 corrections 2019-03-26 14:23:22 -07:00
Rick Anderson b9c98bb74f
Update migrations.md (#11654) 2019-03-22 20:53:06 -10:00
Nikita Potapenko 222f776962 Fix typo (#11640)
Fixes #11537
2019-03-22 20:33:10 -10:00
Nick Schonning 7bd12516de fix: MD035/hr-style Horizontal (#11618)
Use the "---" for HR style
2019-03-20 19:13:02 -10:00
Nick Schonning b2e21fe636 fix: Replace <code>, <em>, and <strong> tags (#11597) 2019-03-20 10:36:19 -05:00
Nick Schonning d6246ca38d fix: MD031/blanks-around-fences (#11605) 2019-03-20 10:32:05 -05:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning cb6fcf6037 fix: MD004/ul-style (#11602) 2019-03-19 14:52:06 -05:00
Nick Schonning 01e1154c1d fix: MD030/list-marker-space (#11598)
Spaces after list markers
2019-03-19 14:19:50 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Nick Schonning f2348c69ea fix: MD010/no-hard-tabs (#11592) 2019-03-19 13:27:16 -05:00
Nick Schonning 32bf4679b3 fix: MD033/no-inline-html (#11586)
* fix: MD033/no-inline-html

Doesn't remove actual inline HTML, but escapes Generics and examples in braces

* Apply suggestions from code review

Co-Authored-By: nschonni <nschonni@gmail.com>
2019-03-19 13:17:14 -05:00
Nick Schonning 6adf175e80 fix: MD006/ul-start-left (#11591)
* fix: MD006/ul-start-left

* fix: MD007/ul-indent

* minor edit
2019-03-19 13:15:35 -05:00
Nick Schonning d0669b01be typo: ourse.Department -> Course.Department (#11555) 2019-03-19 09:46:24 -05:00
Nick Schonning 068d6f58bb typo: Optinally -> Optionally (#11552) 2019-03-19 09:45:10 -05:00
Nick Schonning fdb590a413 typo: penality -> penalty (#11556) 2019-03-19 09:44:06 -05:00
Nick Schonning 58fa1f9b6c typo: Contoller -> Controller (#11554) 2019-03-19 09:43:48 -05:00