Commit Graph

4749 Commits (0e456958ec1b5929771f9f3e16a22f560e235e8d)

Author SHA1 Message Date
Luke Latham 0e456958ec File uploads in Custom Model Binding topic (#12426)
* File uploads in Custom Model Binding topic

* React to feedback

* Drop Linq using
2019-05-18 16:17:04 -10:00
James Newton-King 46cffe76dc Update comparison.md (#12456) 2019-05-18 09:15:54 -05:00
Rick Anderson 842731a0b5
Update model4.md (#12453) 2019-05-17 08:26:05 -10:00
Rick Anderson 2dae6df247
DO NOT MERGE: Test https://review.docs.microsoft.com/ TOC (#12443)
Test https://review.docs.microsoft.com/ TOC
2019-05-16 08:52:17 -10:00
Luke Latham 9540074b68
Blazor _Host.cshtml coverage + base path touchup (#12392) 2019-05-16 10:25:30 -05:00
Rick Anderson 76812b53ca
Test staging TOC (#12418) 2019-05-15 17:26:15 -10:00
Luke Latham a53ee7fe46
Additional Claims topic+sample update (#11950) 2019-05-14 19:19:23 -05:00
Rick Anderson 791812dc7b
explain RegEx in intro tutorials (#12417)
* explain RegEx in intro tutorials

* explain RegEx in intro tutorials

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>
2019-05-14 12:56:18 -10:00
Luke Latham 772403cb28 Update AKV config provider for new Azure process (#12396) 2019-05-14 10:57:36 -10:00
Jim Svoboda e114adf3ee Out of date documentation (#12407)
* Out of date documentation

For example, this option:
Right-click the project and select Add > New Item. Select the Grunt Configuration file option, leave the default name, Gruntfile.js, and click the Add button.

Adding a "Grunt" or a "Gulp" configuration file hasn't existed in Visual Studio since around version 15.7.   You just add a javascript file and name it accordingly.

Also, this image "devdependencies-grunt.png" should be updated to show the current 1.x versions

* Update aspnetcore/client-side/using-grunt.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/client-side/using-grunt.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* quick edit pass
2019-05-14 15:09:38 -05:00
Luke Latham 669a5fe172
Surface Razor Components in View Components topic (#12412) 2019-05-14 12:55:03 -05:00
Rick Anderson f603e04127
update Author TH (#12394)
* update Author TH

* update Author TH

* update Author TH

* update Author TH

* update Author TH

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: reZach <reZach@users.noreply.github.com>

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update authoring.md
2019-05-14 07:27:39 -10:00
Luke Latham 4976027a72
Add using for app to imports (Blazor server-side) (#12410) 2019-05-14 12:20:10 -05:00
Stamo Gochev ec7ccd863e Update view-compilation.md (#12397) 2019-05-14 10:43:48 -05:00
Rick Anderson ff8f7bdf55
Update using-grunt.md (#12361) 2019-05-13 15:56:44 -10:00
Rick Anderson 8b9db99b6f
Wsl/ra (#12395)
* Trust cert on WSL

* Trust cert on WSL

* Trust cert on WSL

* Update aspnetcore/security/enforcing-ssl.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-05-13 15:47:05 -10:00
Luke Latham 8ba1852f66
Add Blazor RenderTreeBuilder engineering content (#12375) 2019-05-13 13:40:27 -05:00
Michael DePouw d59bf67b30 Add Anchor Link for Implicit Versioning (#12391) 2019-05-13 09:46:29 -05:00
Luke Latham 4564998091 Call out special builder method names (#12384) 2019-05-11 06:51:33 -10:00
Scott Addie b8675a092a
Add VS download campaign links (#12380)
* Add VS download campaign links

* Remove unused 2.1 include

* Delete unused include

* React to feedback
2019-05-10 20:51:27 -05:00
Scott Addie fcfa1c60d3
Address removal of WebApi.Client from shared framework (#12371)
* Address removal of WebApi.Client from shared framework

* Update IHttpClientFactory sample code

* IHttpClientFactory doc updates
2019-05-10 20:22:28 -05:00
Luke Latham d4733ee001
Update source of the blazor.server.js script (#12374) 2019-05-10 16:17:48 -05:00
Scott Addie 91a4b25d7c
Razor Pages areas doc patch (#12368) 2019-05-10 12:37:02 -05:00
Scott Addie e8623a3d4b
add missing code snippet dev lang 2019-05-10 11:05:48 -05:00
Luke Latham 3b553cafb4
Update Gulp links (#12366) 2019-05-10 10:46:12 -05:00
Rick Anderson 0454f87677
Retire Gulp (#12360)
* Retire Gulp

* Retire Gulp
2019-05-09 14:43:47 -10:00
Henrik Walker Moe 0cc288b642 Adds a simpler example for view-injection (#12337)
* Adds an example for injecting configuration

* Change formatting for appsettings-file

* Update dependency-injection.md

* Update dependency-injection.md
2019-05-09 11:37:35 -10:00
Rick Anderson 477a7edc90
twitter update (#12359)
* twitter update

* twitter update
2019-05-09 11:35:19 -10:00
Henrik Walker Moe 73a20435a2 Middleware ordering for signalr and authentication (#12339)
* Adds example of configuring SignalR with authentication

* Adds note explicitly mentioning ordering of middleware

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* update ms.date metadata value
2019-05-09 16:30:35 -05:00
Scott Addie cda77c4c6f
Update VS Code Razor Pages tutorial (#12357)
* Update VS Code Razor Pages tutorial

* React to feedback
2019-05-09 16:23:38 -05:00
Rick Anderson ae1b6171b9
MS authentication (#12325)
* MS authentication

* MS authentication

* MS authentication

* MS authentication
2019-05-09 09:21:10 -10:00
Rick Anderson e9d5b2cce0
remove moniker versioning (#12343)
* remove moniker versioning

* remove moniker versioning

* remove moniker versioning
2019-05-09 09:20:39 -10:00
Rick Anderson 95f46512d2
Update index.md (#12345)
* Update index.md

* Update aspnetcore/fundamentals/configuration/index.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-05-09 09:15:57 -10:00
BrennanConroy b31aad8d98 Update migration for SignalR (#12305)
* Update migration for SignalR

* update

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* sub header

* Update aspnetcore/migration/22-to-30.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Update 22-to-30.md

* update the ms.date metadata value

* SignalR migration patch (#12352)
2019-05-09 10:11:45 -05:00
Rick Anderson ae3d90570d
Update model.md (#12341) 2019-05-08 11:42:41 -10:00
Kirk Larkin bb05b407b3 Fixed line highlight. (#12335)
* Fixed line highlight.

* Update view-compilation.md
2019-05-08 10:44:55 -10:00
Rick Anderson 09fd006360
VS 17 compatable SDKs (#12336)
* VS 17 compatable SDKs

* VS 17 compatable SDKs

* VS 17 compatable SDKs

* Update aspnetcore/includes/net-core-prereqs-vs-2.2.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-05-08 10:19:07 -10:00
Tom Dykstra fbd076a959
add links to docs in the sample repo (#12333) 2019-05-08 10:06:06 -07:00
Jim Buck 97771280ab Updated link to Kestrel Source. (#12327) 2019-05-08 11:06:22 -05:00
Nate Barbettini 79baf1cbc2 Fix logging code example (#12326) 2019-05-08 05:39:50 -05:00
Rick Anderson d9f8b401c6
Update index.md (#12324)
* Update index.md

* Update index.md

* Update index.md
2019-05-07 19:18:20 -10:00
Justin Kotalik bcd9e337c1 Update docs for new IIS limits (#12318) 2019-05-07 18:22:02 -05:00
Tom Dykstra b68f9d16ad
Move TOC nodes from web apps to advanced (#12322) 2019-05-07 14:52:25 -07:00
Rick Anderson 6b1afe8e56
Update index.md (#12320) 2019-05-07 09:45:20 -10:00
Tom Dykstra d309fe4fa8
How to log automatic 400 responses (#12315)
* How to log automatic 400 responses

* change link-to-issue format
2019-05-07 08:49:01 -07:00
Tom Dykstra 372011ecf3
Add highlighting for a changed line (#12313)
* Add highlighting for a changed line

* fix language code

Co-Authored-By: tdykstra <tdykstra@microsoft.com>
2019-05-07 08:21:11 -07:00
Sturla Thorvaldsson 2f05d2a16b Update SeedData.cs (#12196)
Give the user of the example explicit information (in the form of an exception) if the password used to create the user was not strong enough.  #9025
2019-05-06 16:17:49 -10:00
Tom Dykstra f13d94aff5
page --> pageNumber in dynamic linq snippet (#12308) 2019-05-06 15:32:12 -07:00
Mauricio de los Santos ec9776e093 C86836: Adding double spaces at the end of lines to avoid broken content (#12307) 2019-05-06 15:46:02 -05:00
Oleg Burov f284dd9bfc Update from microsoft/* to mcr.microsoft.com/*. (#12192)
Switch .NET Core Images from the legacy location at Docker Hub Registry (microsoft/*) to a new location at Microsoft Container Registry (mcr.microsoft.com/*).
2019-05-06 13:03:40 -05:00