Commit Graph

243 Commits (1a232ebee24217c31df1fa1a35af7b07dbb07a57)

Author SHA1 Message Date
Rick Anderson 9f3c53b402
Update model4.md (#9936)
Fixes #9916
2018-12-10 11:05:43 -10:00
Scott Addie 664f1ab2be
Specify min version of VS Code C# extension for 2.2 (#9825) 2018-12-04 20:12:19 -06:00
Rick Anderson 24a6cc9ae2
2.2 update over overview of RP (#9819)
* 2.2 update over overview of RP

* 2.2 update over overview of RP

* Minor tweaks

* Remove extra space
2018-12-04 13:59:59 -10:00
Rick Anderson d3c44b21e4
2.2 update to RP tutorial and unify the versions (#9536)
* 2.2 update to RP tutorial and unify the versions

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* partial edit pass (#9625)

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-12-02 16:09:41 -10:00
Rick Anderson 78151612a1
Unified Web API and 2.2 version (#9469)
* Unified Web API and 2.2 version

* work

* work

* work

* work

* work

* work

* work

* Update ToC link text

* Update ToC link text

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* react to feedback 1

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* react to feedback

* MVCify web API tutorial (#9629)

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-11-30 10:19:36 -10:00
Luke Latham 9fa8210cde Repoint VS for Mac link? (#9714)
The current link redirects to the .NET Downloads page. Should we have this go to the VS for Mac page?
2018-11-27 11:58:24 -10:00
Luke Latham 8031f63a22 Surface Forward Headers in ext auth provider topics (#9554)
Fixes #9549 

* Not a full UE pass on the group of external provider topics ... don't quite have time for that right now. However, I do hit a number of small UE-type updates.
* Engineering: You only need to look at one thing here: See the *forwarded-headers-middleware.md* file. The content of the file is below. The INCLUDE is linked into the external auth provider topics to surface Forwarded Headers Middleware (proxy/LB topic).

> \#\# Forward request information with a proxy or load balancer
>
> If the app is deployed behind a proxy server or load balancer, some of the original request information might be forwarded to the app in request headers. This information usually includes the secure request scheme (\`https\`), host, and client IP address. Apps don't automatically read these request headers to discover and use the original request information.
>
> The scheme is used in link generation that affects the authentication flow with external providers. Losing the secure scheme (\`https\`) results in the app generating incorrect insecure redirect URLs.
>
> Use Forwarded Headers Middleware to make the original request information available to the app for request processing.
>
> For more information, see \<xref:host-and-deploy/proxy-load-balancer>.

If it's easier to provide feedback in a comment here over hunting down the file on the diff, that works for me.
2018-11-14 15:58:01 -06:00
Rick Anderson 73fda161c8 Update index.md (#9581)
Give it more SEO juice for those searching.
2018-11-14 09:53:48 -06:00
Luke Latham 82d62266c0 Update 'checkbox' (#9419)
Fixes #9418 

Cleaning today and found a note *under my keyboard* to knock these out. 😀
2018-11-10 09:13:52 -10:00
Rick Anderson 1b2730ca76
Update rp-over-mvc-21.md (#9535) 2018-11-09 11:29:45 -10:00
Rick Anderson 08fff61fef
RP vs MVC tutorial (#9486)
* RP vs MVC tutorial

* Update razor.md

* Update razor.md

* Update razor.md
2018-11-09 09:13:58 -10:00
Daniel Abbatt 4fa8d9f652 Docs: Mentioned that the Controller name replacement is by convention (#9493)
Making it a bit clearer that the [controller] name replacement of MyNameController is by naming convention.



<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-09 09:11:40 -10:00
Rick Anderson 90a9ac31f5
localize decimal (#9528)
Fixes #9414
2018-11-08 15:50:19 -10:00
Rick Anderson 346721a118
Update page1.md (#9491)
* Update page1.md

* Update page1.md
2018-11-06 17:22:30 -10:00
Kexy Biscuit cc706dfbd9 Fix path for _Layout.cshtml (#9350)
* Fix path for _Layout.cshtml.

* Fix other links.
2018-10-31 14:28:28 -10:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Scott Addie fcf473f19a
Fix DocFX build warnings from retired index pages (#9339) 2018-10-30 15:48:01 -05:00
Scott Addie 55f0638c56
2.2 updates to web API doc (#9303)
Fixes https://github.com/aspnet/Docs/issues/9298

**Summary of Changes**
* Display the "Problem details" section for 2.2+ only
* Restore the missing `Startup.ConfigureServices` code snippets
* Genericize the compat flag language
* Use the `ConfigureApiBehaviorOptions` method for the 2.2 doc
* Add content for `[assembly: ApiController]` in the 2.2 doc
* Expand upon default response type returned for 400 status codes
* Added a solution file for the sample app to improve usability
* A quick UE pass

**Internal Review Pages**
* [2.2](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.2#problem-details-responses-for-error-status-codes)
* [2.1](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.1#problem-details-responses-for-error-status-codes)
* [2.0](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.0#problem-details-responses-for-error-status-codes)
2018-10-30 13:01:52 -05:00
Rick Anderson 8f07f68dcc
Update adding_view2.md (#9302) 2018-10-29 15:04:10 -10:00
Dave Brock 93186d9c3d Model fixes for VS Code document (#9266)
Fixes #8897 (this error tip was instructions for VS, not VS Code)
Fixes #8896 (no longer needed; see my comment in the issue)
Fixes #8766 (updates to document resolve this issue)
Fixes #8466 
Fixes #7232 
Fixes #7233
2018-10-29 15:03:45 -10:00
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -10:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Sean Killeen c42c6770cc Update sample to reflect .NET Core 2.1 out of the box (#9260)
* Update sample to reflect .NET Core 2.1 out of the box

In support of https://github.com/aspnet/Docs/issues/8558

* Update line highlights for 2.1 sample

* Update _Layout21.cshtml
2018-10-26 17:38:48 -10:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Dave Brock f5e391e6de Added DI link (#9208)
* Added DI link

* Updating based on Addie's comments

* Link fix
2018-10-25 10:34:53 -05:00
Dave Brock 00260436ce Search enhancements (#9101)
* casing fixes

* image refresh

* updates for #8000

* Update search3.md
2018-10-18 13:40:26 -10:00
Rick Anderson 0c33186a9a
Add version selector image for older versions (#9046)
* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions
2018-10-15 16:37:23 -10:00
Dave Brock fe3712ffc7 casing fixes (#9004)
Sorry for all the commits/reverts on the #8038 issue - I had my changes accidentally in the branch for another change and didn't want to leave it there.

Fixes #8038
2018-10-15 09:16:49 -10:00
EthanR c0c168784b Update benefits.md (#8968) 2018-10-11 06:06:15 -05:00
Dominik Raniszewski 123b4f49d3 Removing emphasis from the last paragraph (#8924) 2018-10-09 10:57:28 -05:00
Rick Anderson f0bd9cedb1
Update choose-aspnet-framework.md (#8730)
* Update choose-aspnet-framework.md

* Update choose-aspnet-framework.md

* update choose between

* update choose between

* update choose between

* fix

* fix

* fix

* react to feedback

* Update choose-aspnet-framework.md
2018-10-04 15:25:35 -10:00
Jimmy Bogard 08c1ed8940 Corrected download link for Visual Studio (#8841) 2018-10-04 08:48:48 -05:00
Dave Brock 5e190547ea Cosmetic changes for multiple files (#8764)
As I was preparing to rewrite a Razor Pages topic, I came across some minor cosmetic things while running through the Razor Pages tutorial. Since they were a bunch of little things, I thought I would group it into one request. As I'm fairly new at this, if you would like me to do it a different way in the future, just let me know.

Changes of note (all others were cosmetic and not worth discussing):
* `aspnetcore/includes/RP/razor-pages-start.md`: Moved description of `_ViewStart.cshtml` after `_ViewImports.cshtml` because that is how it is displayed in Visual Studio. Also added a short description of the `Privacy` page.
* `aspnetcore/tutorials/razor-pages/model/_static/conan.png`: Updated screenshot to contain `ReleaseDate` label and not `Release Date.` The display annotation is not discussed until later in the tutorial.
* `...als/razor-pages/razor-pages-start/sample/RazorPagesMovie21/Data/RazorPagesMovieContext.cs`: Removed unused usings and also removed the unnecessary FQNs. Same for the other code samples in this pull request.

Fixes #7252
2018-10-01 11:51:52 -10:00
Haryz Izzudin 124e035f10 Content fixes for ASP.NET Core Getting Started page (#8779)
Fixes #8776.
2018-10-01 13:12:20 -05:00
Rick Anderson 2e8dac2ca4
Update next.md (#8740)
* Update next.md

* Update next.md
2018-09-28 15:32:48 -10:00
Mark Rendle 911120b884 Add note on scaffolding all Identity UI pages from CLI (#8752) 2018-09-28 15:29:52 -10:00
Dave Brock 8dd70094bd Fixing typo. (#8725) 2018-09-26 15:41:47 -10:00
Dave Brock cf5a94c7b2 Added corrected screenshot. (#8727) 2018-09-26 15:41:20 -10:00
Luke Latham e5ed43144a
Remove webapp alias notice (#8629) 2018-09-19 23:03:52 -05:00
Luke Latham 190c62af0c Add blank lines around versioning lines (#8548)
Fixes #8540 

Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
Jason Card d0958db8ef Adding blank lines around ::: moniker (#8539)
@Rick-Anderson cc @nokura 
Adding blank lines around ::: moniker to fix layout issue for localized live pages.
2018-09-14 12:33:36 -07:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Tom Dykstra f6d4595ba1
Add DotNetCliToolReference for scaffolding to CLI RP tutorial (#8403) 2018-09-05 10:47:05 -07:00
Nikolai Vavilov ad3088f6ee Update validation.md (#8380) 2018-09-01 08:34:01 -05:00
Scott Addie b22bb01eb5
Add LibMan CLI doc (#8260)
* Add LibMan CLI doc

* Add missing --verbosity option

* More edits

* Add Arguments sections

* Move provider names to an include

* Rearrange options

* Verbiage tweaks

* Shorten verbiage

* Fix code snippet include

* Show command to uninstall filesystem library

* Verbiage tweak

* Verbiage tweaks

* React to feedback

* pre-release --> prerelease

* Add output for help command

* Address horizontal scrolling in help output

* Add libman init screenshot

* React to feedback

* Fix folder path

* Final tweaks
2018-08-30 14:20:06 -05:00
Rick Anderson cbbec13299
Update F7.md 2018-08-22 15:17:24 -07:00
Rick Anderson 5680ab839e
Doc F7 (#8226)
* Doc F7

* Doc F7

* Doc F7

* Doc F7
2018-08-22 14:52:05 -07:00
Scott Addie 4467d7e957
Describe object graph binding for user secrets (#8128)
Fixes https://github.com/aspnet/Docs/issues/7201
Fixes https://github.com/aspnet/Docs/issues/8096

**Internal Review Pages**
* [1.1+](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.1&tabs=linux&branch=pr-en-us-8128#map-secrets-to-a-poco)
* [1.0](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-1.0&tabs=linux&branch=pr-en-us-8128#map-secrets-to-a-poco)
2018-08-17 11:31:27 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00