Commit Graph

8 Commits (7d0b33af0040946b98c2d9009d4997d16142ae96)

Author SHA1 Message Date
Luke Latham b71d2350b8 Update Localization sample app to 2.0 (#4219)
* Update Localization sample app

Fixes #2943

* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*

Add one file

Updates

* React to feedback

Also patched the title, description, and keywords on this pass.
2017-09-06 15:11:18 -05:00
Wilka Hudson 8cafdd1dd4 Added generic param on AddEntityFrameworkStores (#4124)
The 2.0 version of AddEntityFrameworkStores still needs the DbContext type
2017-08-28 13:21:42 -05:00
Luke Latham 1c1be22f1b Replace HttpSys with HTTP.sys (#4105)
* Replace HttpSys with HTTP.sys

Fixes #4099

* Title fix
2017-08-25 15:13:13 -04:00
Scott Addie 56e4fc3567 Add EF Core Migrations foreign keys configuration (#4068)
* Add EF Core Migrations foreign keys configuration

* Implement Hao's feedback
2017-08-25 12:40:15 -05:00
Lê Xuân Lâm 69b3255f8b Fix broken link for AuthenticationOptions (#4047) 2017-08-21 09:29:57 -05:00
Rick Anderson 60584ef85a Update index.md (#4025)
* Update index.md

* Tweaks to EF error blurb
2017-08-18 12:43:14 -04:00
Scott Addie 67ade2b6ba Fix version number and region issue in 2.0 migration doc (#4026) 2017-08-18 12:04:55 -04:00
Scott Addie 0b6c8e6d81 2.0 migration reference doc
- Fixes #3548 
- Fixes #3054
2017-08-10 21:09:38 -05:00