Commit Graph

3612 Commits (53eee1d6137d36e82fefe7b5cb64279888ba8840)

Author SHA1 Message Date
Rachel Appel 53eee1d613 meta update (#4330) 2017-09-19 13:50:21 -04:00
Luke Latham 1f4a43ede9 Link patches (#4325) 2017-09-19 11:47:36 -05:00
Luke Latham 32bf4c1d85 Link patches (#4326) 2017-09-19 11:47:02 -05:00
Luke Latham 204e393d46 Link patches (#4327)
... and a few final patches.

I'll make a global sweep (and *one* PR) to fix bad API links shortly.
2017-09-19 11:41:31 -05:00
Luke Latham d433e24233 Link patch (#4328)
cc/ @blowdart
2017-09-19 11:40:47 -05:00
Luke Latham 652ffb7a4c Link patch (#4324)
* Link patch

* One more
2017-09-19 11:37:22 -05:00
Scott Sauber 76d42f09f3 Add ASP.NET Core 2 features to Identity Configuration. (#4288)
* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.

* Make things more clear and call out the specific options.

* Fix wording, spacing, typo on folder name.  Display 1.x snippets with more context

* Fix typo

* Move properties and call out ASP.NET Core 1.x ones.
2017-09-19 09:44:10 -05:00
Bader Nasser Al-Hashmi 12f2df92b1 minor tweaks (#4309)
* minor tweaks

* incorporate feedback from @scottaddie

* Remove ASP.NET Core tutorial from MVC 5 recommended resources
2017-09-18 21:56:42 -05:00
Scott Addie 4d9c6d47bd Fix invalid ms.date value 2017-09-18 16:21:34 -05:00
Luke Latham ad01283f29 Update SDK install info/script for Nano Server tutorial (#4234)
* Update SDK install info/script for Nano Server tutorial

Fixes #4233

I use the word "fixes" lightly, since I know this works in my AppVeyor
script but haven't actually done it on a real Nano Server.

* Update script link

* Small language fix
2017-09-18 15:15:14 -05:00
Eriawan Kusumawardhono c2c0d5515e Continue to update unit testing and debugging MD to use VS 2017 (#4308)
* update unit teting aspnet web api and some images

* update image to display unit test's Text Explorer specific to VS2017

* update mocking EF md and its images

* Change the version of Moq used to the version that is compatible with VS 2015 and VS 2017

* update further to notify Moq version

* Update link of code sample to point to newer sample that uses VS 2017

* update wording based on PR feedback
2017-09-18 15:05:19 -05:00
Alisdair Buttery c4beaef28f Updating docs (#4317)
Removing an extra }); set after the .fail method
2017-09-18 14:43:42 -05:00
Connor Knabe 747aa7edf0 Update iis.md (#4318)
Fixing typo with my_applciation.dll spelling
2017-09-18 14:34:46 -05:00
Bader Nasser Al-Hashmi 0a3f215b4f Update sample2.xml (#4316) 2017-09-18 12:07:06 -05:00
Scott Addie 5f43301fa7 Add missing uid to metadata (#4315) 2017-09-18 11:04:32 -05:00
Luke Latham bd3438069b Update IIS options and cross-link IIS+Kestrel options in Hosting topic (#4310)
* Update IIS options and cross-link IIS+Kestrel options in Hosting topic

* React to feedback
2017-09-18 10:54:05 -05:00
Bader Nasser Al-Hashmi 990f07508d Fix typo (#4314) 2017-09-18 10:44:33 -05:00
Scott Addie ddefc78270 Add missing metadata to Identity configuration doc (#4313) 2017-09-18 10:10:27 -05:00
Rachel Appel 42a48de471 metadata updates (#4311) 2017-09-18 14:26:29 +01:00
Poulad 98ecb0f1ba Update web-api-help-pages-using-swagger.md (#4304) 2017-09-15 21:58:02 -05:00
Tom Dykstra c2f097332d fix link 2017-09-15 16:53:59 -07:00
Tom Dykstra b4757ecb53 fix link 2017-09-15 16:53:05 -07:00
Isaac Levin 195b2b3314 Update Azure Section per #4177 (#4276)
* Update Azure Section per #4177

* Updates to Azure Section

* Minor tweaks

* Fix links

* Fix more links

* Fix casing issues

* Tweak verbiage

* Change subscription verbiage

* Fix spelling mistakes
2017-09-15 16:15:51 -05:00
Rudi Visser 0d6e3cb775 Remove duplicated code display (#4293)
* Remove duplic

* Reduce code snippet display rather than removing
2017-09-15 15:24:24 -05:00
Rachel Appel 3fece4e286 update meta (#4301) 2017-09-15 17:40:19 +01:00
Luke Latham f531d90646 Development-time IIS support topic (#4289)
Fixes #577

https://blogs.msdn.microsoft.com/webdev/2017/07/13/development-time-iis-support-for-asp-net-core-applications/
2017-09-15 11:22:42 -05:00
Luke Latham 9d1892dae5 Update critical bit for 2.0 (#4278)
* Update critical bit for 2.0

* React to feedback

* Link the IISIntegration package to nuget.org
2017-09-15 11:12:14 -05:00
Rachel Appel f1271b218d update for .net core 2.0 (#4290)
* update for .net core 2.0

* edits

* edits

* code highlights

* cleanup

* tab changes; remove project.json
2017-09-15 14:13:19 +01:00
ROY 50608ec8ae Update StartupCopy.cs (#4271)
* Update StartupCopy.cs

This property CookieName  is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.

* Remove appsettings.json

* Use 'nameof' to replace string literal

* Remove unnecessary XML nodes
2017-09-14 21:39:17 -05:00
Toby Johnson 669347ee62 Update SampleAsyncActionFilter.cs (#4259)
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
2017-09-14 21:36:55 -05:00
Scott Addie f8f6b5934b Remove unnecessary section anchor from Configuration doc (#4295) 2017-09-14 14:43:38 -05: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
Amo Chumber 498047e6b9 Update apache-proxy.md (#4291)
The example systemd unit file causes an error if copied directly and used as is (which a lot of first time users likely will).

Although the example service will run it will cause a systemd error because comments in systemd unit files need to be on a newline. In this case I've moved the comment to the line above. Now when you do `systemctl status kestrel-hellomvc.service` you won't see an error in the output.
2017-09-14 08:54:41 -05:00
Luke Latham 029dd7fbc0 Link HttpSendFileFeature to the interface API doc (#4284) 2017-09-13 21:43:04 -05:00
Luke Latham 0d8ec3f928 Small TOC patch (#4286) 2017-09-13 21:42:15 -05:00
Scott Addie f535ce61c6 Remove extra spacing before heading 2017-09-13 15:24:35 -05:00
Bader Nasser Al-Hashmi fa204339fc Add missing * (#4282) 2017-09-13 14:15:23 -05:00
Bader Nasser Al-Hashmi a633d5727f Remove references to retired Facebook birthday app (#4279) 2017-09-13 13:37:05 -05:00
Bader Nasser Al-Hashmi 2bc597f4c6 Fix title (#4280) 2017-09-13 13:35:35 -05:00
Scott Addie d2f705f7a8 Updates to Razor Pages intro doc (#4262)
* Updates to Razor Pages intro doc

* More updates

* Remove @functions conversion reference

* Remove all @functions references and code

* Change code snippet type to cshtml
2017-09-13 11:06:58 -05:00
Bader Nasser Al-Hashmi a3a79df708 Add a space (#4272) 2017-09-13 10:19:10 -05:00
Rachel Appel d022d4b967 change msdn sub label (#4275) 2017-09-13 10:06:52 -05:00
Luke Latham d276b82866 Move tutorials from MVC folder (#4269)
Fixes #3827

- Also lightly touches the line spacing for consistency (enforces one
blank line between 1st level items; no blank lines otherwise)
2017-09-13 09:56:09 -05:00
Luke Latham 588c6a6193 Add form THs to list of built-in THs (#4270)
Fixes #3700

... and gives the text a little *boost!* 😀
2017-09-13 09:26:15 -05:00
Rudi Visser ed062d8a80 Fix typo in code sample and grammar (#4273) 2017-09-13 09:19:11 -05:00
Scott Addie c496ec8d54 Adjust highlighting in code sample 2017-09-12 21:29:11 -05:00
hgirish f303a45764 Update new-field.md (#4264) 2017-09-12 14:55:31 -05:00
Scott Addie 68bbc114fd Punctuation corrections 2017-09-12 14:31:37 -05:00
Jonathan d0eb836a6b Fix class modifier (#4261) 2017-09-12 14:28:47 -05:00
Nathan Brown 70315fe33c Update toc.md (#4263)
The link to IdentityServer4 is now https://identityserver4.readthedocs.io/en/release/, but it would be better to direct to the root path so if languages are added, they will automatically get redirected to.
2017-09-12 14:19:44 -05:00