Commit Graph

9315 Commits (3fc5cc7a8eccc4539eb52e51bcd59d6f8f23605c)

Author SHA1 Message Date
Scott Addie 3fc5cc7a8e
Update aspnet/HttpRepl to dotnet/HttpRepl (#15950) 2019-12-02 15:16:11 -06:00
Luke Latham 8ba150cf55
Script TH and defer attribute (#15948) 2019-12-02 13:50:41 -06:00
Luke Latham 6b5f9cca20 Blazor Handle Errors language improvement (#15937) 2019-12-02 11:06:02 -06:00
Shafiq Ahmad dea873d3c4 mentioned communications techniques are in Order (#15892)
* mentioned communications techniques are in Order

mentioned that SignalR communications techniques are in Order of gracefull fallback.

* Updates
2019-12-02 11:04:57 -06:00
Luke Latham 4d24e27daf Use 'razor' code language (#15904) 2019-12-02 09:36:32 -06:00
Eslam Fakhry c6cf4a2ab5 Update tutorial samples (#15924)
* Add dotnet3.0 project in sample-3.0 folder

* Modify add-user-data.md to reference sample-3.0 folder

* Revert "Modify add-user-data.md to reference sample-3.0 folder"

This reverts commit ed0303a9d0.

* Add references to sample-3.0 in add-user-data.md

* Add the entire list in moniker block

* Apply suggestions from code review

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

* Modify code-cshtml to code-csharp

Modify code-cshtml to code-csharp for cs snippets

* Fix highlight lines in add-user-data.md

* Modify samples folder schema in add-user-data

* Limit the line lengths

Limit the line lengths in the displayed snippets

* Remove "Main" from code snippet

* Remove sampleApp v2.1 and Update reference

* Apply suggestions from code review

Remove extra spaces

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

* Remove specific version API docs links

* Fix code-language block references
2019-11-30 14:05:04 -08:00
Hisham Bin Ateya 23ea7a24fa Fix ASP.NET Core version for Content-Language header (#15928)
* Fix ASP.NET Core version for Content-Language header

* Update localization.md
2019-11-30 09:11:38 -08:00
Hisham Bin Ateya e4e10e995b Fix Localization & Generics blog post link (#15927) 2019-11-30 07:24:53 -06:00
Eslam Fakhry d2b6320846 Fix form-group divs nesting (#15921) 2019-11-29 18:13:16 -06:00
benhall_io 1a21516b88 AddAuthorization not related to Core 3.0 on Azure (#15920) 2019-11-29 12:09:46 -06:00
Mike Rousos 3f89068edd Add an authentication overview doc (#15735)
* Add an authentication overview doc explaining high-level authentication concepts (schemes, challenges, etc.).

* Update redirect doc to use authentication/index as the authentication landing page

* Update .openpublishing.redirection.json

* Update index.md

* Update index.md

* Revise authentication overview doc based on PR feedback.

* Apply suggestions from code review

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* Use scheme names explicitly in authN config sample

* Add an 'Authenticate' section to the concepts to mirror Challenge and Forbid.

* Update index.md

* Replace one bullet point list with a sentence.

* Update index.md
2019-11-27 07:10:40 -10:00
Luke Latham c9d0fb05b6
Blazor lifecycle topic (#15841) 2019-11-27 09:46:31 -06:00
Rick Anderson b784520ac1
Update unit testing MVC (#15868)
* Update unit testing MVC

* Update unit testing MVC

* Update unit testing MVC
2019-11-26 17:15:30 -10:00
Scott Addie e1764f2df8
edit pass on 3.0 migration doc 2019-11-26 20:35:26 -06:00
Scott Addie 76df620b2d
Add a step to create a js folder (#15880)
* Add a step to create a js folder

* React to feedback
2019-11-26 20:31:36 -06:00
Scott Addie 031a5dd022
Add 3.0-to-3.1 migration doc (#15875)
* Add 3.0-to-3.1 migration doc

* Add SameSite section

* Add Component Tag Helper section

* edit includes

* React to feedback
2019-11-26 19:55:48 -06:00
Luke Latham f21967ec05
Blazor templates topic (#15862) 2019-11-26 18:56:58 -06:00
Luke Latham 38e8fdb45f
Catch-all routing not supported in Blazor (#15742) 2019-11-26 17:09:10 -06:00
Luke Latham 0ae81fa127
Blazor Server UsePathBase (#15639) 2019-11-26 17:08:17 -06:00
Rick Anderson e6369b8b0d
Update load-tests.md (#15796) 2019-11-26 07:25:22 -10:00
Rick Anderson d1879db086
Update index.md (#15865) 2019-11-25 20:16:19 -10:00
Ryan Nowak 892f685ff8 Add guidance about client factory and cookies (#15855)
* Add guidance about client factory and cookies

Fixes: #15848

* Update http-requests.md (#15856)

* Update http-requests.md

* Update http-requests.md

* Update http-requests.md

* Update http-requests.md
2019-11-25 11:15:28 -10:00
Ryan Nowak 108b90ef05 Add information about alternatives to client factory (#15854)
* Add information about alternatives to client factory

Fixes: #15849

We frequently get requests for this kind of info, or for a "non-DI"
client factory story.

* Update http-requests.md (#15857)

* Update http-requests.md

* Update http-requests.md

* Update http-requests.md

* Update http-requests.md
2019-11-25 10:42:16 -10:00
Luke Latham 18aa0ddd61
Azure App Service bitness enhancements (#15579) 2019-11-25 12:55:06 -06:00
Rick Anderson 6528d8b802
Update add-EF-NuGet-SQLite-CLI.md (#15850) 2019-11-24 19:21:42 -10:00
Rick Anderson e1c7a7e5a1
Update toc.yml (#15837) 2019-11-22 16:00:51 -10:00
Kirk Larkin 42c8a5134c Explain relationship between FromBody and FromXXX. (#15820)
* Explain relationship between FromBody and FromXXX.

* Minor tweak.

* Update model-binding.md

* More tweaks.
2019-11-22 15:59:21 -10:00
Scott Addie dc9a3fc574
Restore missing 2.1 content in web API overview doc (#15833)
* Restore missing 2.1 content in web API overview doc

* Adjust moniker version
2019-11-22 17:06:27 -06:00
Ryan Yandle 5a5b8e2369 Highlight MapRazorPages() in Startup.cs example (#15826) 2019-11-22 06:58:50 -06:00
Scott Addie 71260bbac1
Add more detail regarding removed assemblies in 3.0 (#15821)
* Add more detail regarding removed assemblies in 3.0

* minor tweak
2019-11-21 18:17:00 -06:00
Kirk Larkin 84eb5dd256 Corrected shown default for MaxValidationDepth. (#15823) 2019-11-21 13:41:26 -10:00
Luke Latham c89d9a7488
Blazor Server detailed errors experience (#15642) 2019-11-21 17:02:36 -06:00
Rick Anderson e240d9d139
Update script-tag-helper.md (#15819)
* Update script-tag-helper.md

* Update script-tag-helper.md

* Update script-tag-helper.md

* Update script-tag-helper.md

* Update script-tag-helper.md

* Apply suggestions from code review

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update script-tag-helper.md
2019-11-21 12:54:19 -10:00
Daniel Roth d7f78987ab Update Blazor linker docs to clarify that we always link on build (#15691) 2019-11-21 16:19:22 -06:00
Rick Anderson 0f619eb471
Update enforcing-ssl.md (#15805)
* Update enforcing-ssl.md

* Update enforcing-ssl.md
2019-11-21 07:49:25 -10:00
Brady Gaster 99444e2aab fixing missed signalr js package refs (#15685)
* fixing missed signalr js package refs

* SignalR 3.0 doc patches (#15812)
2019-11-21 10:50:47 -06:00
Luke Latham 082f62f3c2
Blazor forms: nested models & custom attributes (#15640) 2019-11-21 10:49:34 -06:00
Luke Latham d2852a5ec3
Blazor Server SignalR guidance (#15638) 2019-11-21 09:53:42 -06:00
Luke Latham 503609b4e6
Priority 0/1 Blazor Updates (#15630) 2019-11-21 09:35:46 -06:00
Jonathan 20be93f360 Inherit from Controller (#15810) 2019-11-21 09:25:49 -06:00
Luke Latham 62fa46ca93
Blazor WebAssembly sample to 3.1 Pre3 (#15625)
* Blazor WebAssembly sample to 3.1 Pre2

* To Preview 3
2019-11-20 21:36:14 -06:00
kosta-arnorsky 23a6f09e2e Fix issue #11860 - confusing RenderSection example (#15804)
As noted in the issue #11860, the RenderSection example is confusing and may create a fallacious impression that RenderSection can be used only inside other section definition. It's overloaded with information that is unnecessary for RenderSection understanding.
2019-11-20 16:48:46 -10:00
Michael DePouw c093a361f4 AddRedis when using Microsoft.AspNetCore.SignalR.Redis (#15763)
* AddRedis when using Microsoft.AspNetCore.SignalR.Redis

#15528

* update for 3.0

* 3.0 fix

* 3.0 fix

* Update redis-backplane.md
2019-11-20 16:27:08 -10:00
Rick Anderson 977a0bb028
Update trustCertVS.md (#15803)
* Update trustCertVS.md

* Update trustCertVS.md
2019-11-20 15:50:40 -10:00
Rick Anderson 2719b82ee3
Update kestrel.md (#15801)
* Update kestrel.md

* Update kestrel.md

* Update aspnetcore/fundamentals/servers/kestrel.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-11-20 15:49:38 -10:00
Rick Anderson b7d6a86d3e
Update index.md (#15798)
* Update index.md

* Update index.md
2019-11-20 14:31:20 -10:00
Rick Anderson 1e23872649
Update complex-data-model.md (#15800) 2019-11-20 13:33:18 -10:00
Rick Anderson 2ac1347529
Update index.md 2019-11-20 12:41:01 -10:00
Rick Anderson 1854bc3ffb
Update load-tests.md 2019-11-20 11:52:13 -10:00
Scott Addie d83d208c81
Move SameSite 3.0 breaking change to list in .NET Core docs (#15794) 2019-11-20 14:58:52 -06:00