Commit Graph

58 Commits (e198c1ab37dfa018cb483c2c745c2a203aa8e1e4)

Author SHA1 Message Date
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Tom Dykstra 1aea45e291 revise title (#2577)
* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title
2017-01-23 11:42:21 -08:00
Tom Dykstra b9dbc7b459 make refs to "a later tutorial" into links (#2566) 2017-01-20 15:05:50 -08:00
Tom Dykstra 2118ca49c8 remove refs to project.json (#2563)
* remove refs to project.json

* use code formatting
2017-01-20 13:21:55 -08:00
Tom Dykstra b1bd9f9ece mvc toc restructure (#2482)
* mvc toc restructure

* move mvc tutorial nodes to mvc section

* fix heading casing and toc node hierarchy

* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Simon Butler d9b8e94ebc Fix Bad Link (#2503)
Link in summary is to old docs site. updated to point to the new doc site for core.
2017-01-12 09:56:54 -08:00
Charlie Chu 2f83399a9e Fix typo (#2485) 2017-01-09 11:30:08 -08:00
Tom Dykstra 1e3db156df revise troubleshooting tip (#2480)
* revise troubleshooting tip

* revise troubleshooting tip

* further clarification in troubleshooting tip
2017-01-06 09:41:32 -10:00
Tom Dykstra 117fa97694 correct highlighting (#2471) 2017-01-04 12:13:50 -10:00
Tom Dykstra fef1455fdf Add clarification suggested by Scott_Winterrowd (#2463) 2017-01-04 09:17:39 -10:00
Tom Dykstra fcfdc8531a Fix note formatting (#2464)
* Fix note formatting

* fix note formatting
2017-01-04 10:16:29 -08:00
Tom Dykstra 1a85bf27a2 Correction suggested by Scott_Winterrowd (#2458) 2017-01-03 10:25:08 -10:00
Tom Dykstra 08ff1dbfab Add tip suggested by Scott_Winterrowd (#2459) 2017-01-03 10:24:51 -10:00
Tom Dykstra 55e820ad5b Add tip suggested by Krm240 (#2460)
* Add tip suggested by Krm240

* Add tip suggested by Krm240
2017-01-03 10:24:24 -10:00
Tom Dykstra 8a540842ac Update update-related-data.md (#2455) 2017-01-02 13:33:24 -08:00
Mike Kinney 8625de4e00 Fixed code highlighting in Instructor Controller (#2426)
Fixed highlighting in Updating related data Instructors controller.
Update the Delete Page - First three lines are all changed - variable declaration style changed and lambda input parameter name changed (could also leave highlighting as is and change the other two).
2016-12-21 11:15:10 -08:00
Mike Kinney a848cf7eb0 Removed code highlight from Modify the Course... (#2425)
* Removed code highlight from Modify the Course...

Removed the code highlighting from the sample code in Modify The Course Entity.  The highlighting was wrong and the tutorial text doesn't reference it, so I simply removed it.

* Code highlighting - added note nd corrected lines
2016-12-19 16:22:17 -08:00
Tom Dykstra cd3abb0a0a seq numbers in headings, restore bylines (#2421) 2016-12-18 15:21:00 -08:00
Mike Kinney 8137c0615c highlight tag missing on filtering code sample (#2396)
The line numbers were there, just no highlight tag.  Added highlight tag.
2016-12-18 14:52:19 -08:00
Tom Dykstra 29fd37c18a reword to note which lines are highlighted (#2401) 2016-12-15 18:49:09 -10:00
Mike Kinney c31f074180 Highlight the LastName and EnrollmentDate lines (#2395)
Highlight the LastName and EnrollmentDate lines
2016-12-15 14:41:07 -08:00
Mike Kinney 6b0613777c Fix markup so /span end tag is displayed
The markup wasn't correct so the /span tag wasn't being displayed in the tutorial.  There may be a better markup, but this solution works.
2016-12-15 12:01:25 -08:00
Tom Dykstra 4ed3f1ccac change ef mvc title 2016-12-07 15:35:57 -08:00
Luke Latham cb4eb5c558 Update concurrency.md 2016-12-03 19:54:45 -06:00
Luke Latham c2eef57321 Command line/command-line/command prompt updates (#2284)
Command line/command-line/command prompt updates
2016-12-01 09:15:06 -08:00
Rick Anderson c786559b86 Merge pull request #2275 from alaatm/patch-2
Update old links
2016-11-30 08:24:33 -10:00
Tom Dykstra d7a1ff2d4e propagate #2247 change to cu-final (#2276)
Add an optional extended description…
2016-11-30 09:11:24 -08:00
Alaa Masoud b742088e31 Update old links 2016-11-30 19:55:54 +03:00
Lee Dumond 948d9f045b Fix range for code snippet (#2244)
Code snippet is pointing to the wrong range of lines. Showing "Title" field when it is supped to show "CourseID" field.
2016-11-28 14:24:52 -08:00
Tom Dykstra 0370f0ff66 remove en-us (#2262)
Add an optional extended description…
2016-11-28 14:22:21 -08:00
Tom Dykstra 67bafec508 remove en-us (#2261) 2016-11-28 14:19:59 -08:00
Lee Dumond 8622610b57 Fix link to documentation (#2245)
Fixed link to point to current location of EF documentation.
2016-11-28 14:18:27 -08:00
Lee Dumond 8843deeeeb Fix links to outdated documentation (#2243)
Repoint several links to latest version of EF core documentation
2016-11-28 14:15:23 -08:00
Lee Dumond de4d952573 Fix reference in code sample (#2246)
instructor.Courses is of type CourseAssignment, not Course
2016-11-28 14:11:06 -08:00
Lee Dumond b0271a9126 Fix null reference exception (#2247)
Line 146 runs inside of a block for which departmentToUpdate == null. Therefore, the attempt to read departmentToUpdate.InstructorID leads to a null reference exception.

The code is re-displaying the properties of the deletedDepartment, so the selected member of the select list should be deletedDepartment.InstructorID
2016-11-28 14:10:18 -08:00
Lee Dumond 4b0ac598b2 Fix typo (#2250)
EmploymentDatGroup should be EmploymentDateGroup
2016-11-28 14:02:35 -08:00
Rick Anderson 9799b89f88 Merge pull request #2249 from LeeDumond/patch-9
Fix documentation link
2016-11-28 11:59:36 -10:00
Rick Anderson 86c46f7f16 Merge pull request #2251 from LeeDumond/patch-11
Fix link to documentation
2016-11-28 11:58:31 -10:00
Rick Anderson c5ae31d947 Merge pull request #2252 from LeeDumond/patch-12
Fix link to documentation
2016-11-28 11:57:40 -10:00
Rick Anderson a1b4233096 Merge pull request #2253 from LeeDumond/patch-13
Fix link to documentation
2016-11-28 11:57:09 -10:00
Rick Anderson a82fba29f8 removed en.us 2016-11-28 11:55:31 -10:00
Lee Dumond 6cbbad4433 Fix link to documentation
Fix link to point to current EF documentation
2016-11-25 22:40:04 -06:00
Lee Dumond fda977a554 Fix link to documentation
Point link to current PowerShell documentation
2016-11-25 22:36:31 -06:00
Lee Dumond 9b05d9c832 Fix link to documentation
Fix link to point to current EF documentation
2016-11-25 22:24:51 -06:00
Lee Dumond c1fc59ed13 Fix link to documentation
Point link to current documentation
2016-11-25 22:13:12 -06:00
Lee Dumond 02404f076d Fix documentation link
Fix link to point to current version of EF documentation.
2016-11-25 14:52:47 -06:00
Lee Dumond 40a2f49ab6 Correct link destinations
Correct the destinations for two links from the old to the current Entity Framework documentation
2016-11-21 21:49:16 -06:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00