Commit Graph

59 Commits (5266352590beccb125471ebb8d30356ef1e79a55)

Author SHA1 Message Date
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -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
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