Commit Graph

11 Commits (6d61eb7d1f057126b754c4680a667b16d111dc90)

Author SHA1 Message Date
Scott Addie f077d45a75 Merge pull request #4453 from isaac2004/4277-changes
Document configuration migration to 2.0 steps
2017-10-03 21:23:09 -05:00
Scott Addie 755819ea19 Remove comment 2017-10-03 20:42:53 -05:00
Isaac Levin 192db09718 sample to clear sources for IConfigurationBuilder 2017-10-03 16:51:27 -04:00
Isaac Levin 39f886ce98 remove unneeded statements from ConfigureApp 2017-10-02 16:48:48 -04:00
Isaac Levin b479902b7d show non-default config provider 2017-10-02 16:19:15 -04:00
Isaac Levin 4a62308d74 added code snippets to files 2017-10-02 13:55:40 -04:00
Leonard Meerwood 6cd5a3a887 Added @ symbol to make C# code work
In line 6 an @ symbol was forgotten. This made ViewData["Title"] render in HTML instead of being parsed as C#.
2017-10-02 21:59:25 +10:00
Scott Addie cbb1028529 Add DB init code location recommendation (#4253)
* Add DB init code location recommendation

* React to feedback
2017-09-14 11:34:12 -05:00
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
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