Commit Graph

15 Commits (ccc070e5012b62f6b476ba9b07433dedd5aa7956)

Author SHA1 Message Date
Tom Dykstra d516c5deb8 revise readme in EF MVC core snippets project (#3028) 2017-03-22 08:39:34 -07:00
Tom Woodforde 19e3aa194b Correct the path to the demo project and add database instructions (#3021)
* Correct the path to the demo project and add database instructions

* revise wording
2017-03-21 09:21:12 -07:00
Tom Dykstra 14686ab8d9 Clarify eager loading code (#3013) 2017-03-20 14:05:56 -07:00
Tom Dykstra c9d2009574 remove superfluous code (#3005) 2017-03-18 11:27:37 -07:00
Tom Dykstra 115a74c97d Update EF/MVC tutorial to use no-auth template (#2951)
* switch to no-auth

* update csproj

* typos and migrations changes

* remove sql design package

* additional notes

* trim nuget section, add troubleshooting note

* change join entity nav ppty names

* clarify wording

* many-to-many description

* correct errors

* minor corrections

* misc corrections

* corrections and clarifications

* fix snippet ranges

* more snippet ranges

* note that ef design packages are installed

* dates

* update final version of sample project

* correction in .csproj

* restore readme
2017-03-16 08:49:41 -07:00
Tom Dykstra 9b18d5179c ViewBag --> ViewData (#2881)
* Update Index2.cshtml

* update About.cshtml

* Update Index3.cshtml
2017-03-06 09:36:00 -08:00
Tom Dykstra 69f7e12b7c minor corrections (#2863) 2017-03-06 09:36:00 -08:00
Tom Dykstra 8bcdd4e36f csproj and vs 2017 updates to ef mvc core tutorial (#2794) 2017-03-06 09:20:56 -08:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -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
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
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
Andy Pasic 5c533c0d9e dl link fix (#2116)
* quick test

* validation fix
2016-11-07 07:19:31 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00