Commit Graph

7626 Commits (cb7f7179c5b7d2f0f78f9ce25284a80526ccd236)

Author SHA1 Message Date
Brady Gaster afba5b687c added advanced http options to differentiate from maphub section (#10834)
* added advanced http configuration section (transports)

* updated date

* added intro text to the options' table

* Update aspnetcore/signalr/configuration.md

doh!

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* Update aspnetcore/signalr/configuration.md

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2019-02-07 13:06:42 -06:00
Scott Addie 9d317b9e31
Link to C# default NoWarn values (#10828) 2019-02-06 15:59:17 -06:00
Rick Anderson 0654589615
Update cookie.md (#10813)
Fixes #10801
2019-02-06 09:09:42 -10:00
Tom Dykstra 19d20c76ae
Add SignalR section to 2.2 to 3.0 migrate doc (#10812)
* signalr22to30


* riande feedback
2019-02-06 08:24:57 -08:00
Luke Latham db6be9e19e
AKV config provider topic approach clarification (#10810) 2019-02-06 07:02:42 -06:00
foondook 3138624570 Correct Server-side hosting model image (#10811) 2019-02-06 06:47:56 -06:00
Kirk Larkin f4e5aaf4c9 Typo (pain => pane) (#10818) 2019-02-06 06:46:32 -06:00
Rick Anderson fef5dcdabc
Update 22-to-30.md (#10815) 2019-02-05 18:35:37 -10:00
Luke Latham 3e309b277d TOC update: Middleware topics under Advanced (#10809) 2019-02-05 16:49:04 -08:00
Rick Anderson c7cdbc7754
Update intro.md (#10804) 2019-02-05 12:15:19 -10:00
Scott Addie 04de9e4c53
Fix casing 2019-02-05 10:38:44 -06:00
Martin Koudelka ae4347875f C64336: Deleting backslash so that italics can be formed (#10795) 2019-02-05 07:49:03 -06:00
Luke Latham 51df1f34f8 Build your first Razor Components app (#10789)
* Build your first Razor Components app

Updates

Update

* React to feedback

* React to feedback
2019-02-04 22:47:48 -06:00
Scott Addie e14036a271
Fix sample download link 2019-02-04 22:40:39 -06:00
Rick Anderson 57fc8d927e
Update Intro to Identity (#10792)
* Update Intro to Identity

* work

* work

* work

* work

* work

* work
2019-02-04 18:25:44 -10:00
Tom Dykstra 4785c8aade
Fix logging code samples in migrate 2.1 to 2.2 doc (#10788)
* fix logging code samples

* pakrym feedback

* riande feedback
2019-02-04 18:54:20 -08:00
Brady Gaster 3013cbe0f3 Create SignalR & BackgroundService article (#10756)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits

* added (and tested) claimtypes.email-supporting identity approach

* referencing code in sample instead of hard-typed

* fixed a dumb thing

* implemented all changes suggested by @tdykstra

* fixed suggestions from @scottaddie

* initial stab at the backgroundsevice article

* added actual text to the article summarizing and explaining the code

* fixed code comments

* fixed link

* fixed wording on startup

* Apply suggestions from code review

thanks for the great review, @scottaddie. way better now.

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* implemented changes suggested by @davidfowl

* fixed misunderstood comment by @davidfowl

* implemented suggestions from @tdykstra and @davidfowl

* changes suggested by @scottaddie

* fixed blockquote

* Minor tweaks to note

* escaping to get the <T> back

* fixed date
2019-02-04 19:45:38 -06:00
Rick Anderson 709e8f9ff1
Update first-web-api.md (#10791) 2019-02-04 14:49:09 -10:00
Luke Latham eeb01eb04a Key Vault Config Provider topic and sample updates (#10669)
Updates

Updates

Updates

Updates

Updates
2019-02-04 13:17:58 -10:00
Luke Latham fb7517d5e6 Razor Components: Get started topic update (#10780)
* Razor Components: Get started topic update

Updates

* React to feedback

* Apply suggestions from code review

So much for colloquial style. 😄 lol (See what I have to go thru here, Dan. lol)

Co-Authored-By: guardrex <1622880+guardrex@users.noreply.github.com>
2019-02-04 16:11:21 -06:00
Shadi Namrouti 3fad4097dd Further to #10601 (#10782)
* Fixes #10657

* Further to #10601

* add new line
2019-02-04 08:41:17 -10:00
Patrick Roche 2ba01d3678 Fix typo in adding-search doc (#10776) 2019-02-03 08:48:24 -10:00
Patrick Roche d9846128f0 Fix typo in Scaffolded Razor Pages doc (#10777) 2019-02-03 08:47:57 -10:00
Patrick Roche d845880719 Fix grammatical error in da1.md (#10778) 2019-02-03 08:47:23 -10:00
Luke Latham d186028e83 Change VS version for 3.0 on macOS (#10779)
From Matt Ward ...

> Unfortunately Visual Studio for Mac 7.7 does not support .NET Core 3.0. The bug here is that the New Project dialog shows 3.0 as a target framework - it should not be listed.

> More recent Visual Studio for Mac 8.0 versions should have support for .NET Core 3.0.

> New project templates need to be enabled in Visual Studio for Mac. New project templates available in the installed .NET Core sdk are not automatically available in the IDE. Right now Visual Studio on Windows has more project templates enabled than Visual Studio for Mac, such as the angular and react templates.

This came about because I attempted to use the 3.0 Preview 2 SDK with VS for Mac 7.7.4 and it 💥.

Not sure if the last point will require another line in the prereqs here. I suspect that 8.0 with 3.0 will display the templates in VS normally. I think he's describing the state with 7.7 and 2.2.

AFAIK, there's no VS for Mac 8.0 Preview out yet.

Reference: https://developercommunity.visualstudio.com/content/problem/444024/create-button-doesnt-create-new-project-for-30-pre.html
2019-02-03 08:46:45 -10:00
Rick Anderson fe0f27d25d Update 22-to-30.md (#10762) 2019-02-02 00:04:45 -06:00
Rick Anderson 485f735aa6
Update using-the-html5-and-jquery-ui-datepicker-popup-calendar-with-a… (#10760)
Back out of merge live to master changes.
2019-02-01 17:02:39 -10:00
Rick Anderson 353c5a59a6
Merge branch 'live' into master 2019-02-01 15:26:04 -10:00
Rick Anderson 24efa9c158 fix live 2019-02-01 15:24:35 -10:00
Paul Goldman 26b1b0f9d2 ASP Visual Studio Updates (#10682)
* owin updates

* update OData v4 Endpoint

* update 405 errors

* edits

* edits

* edits

* ASP Visual Studio Updates

* minor edits

* minor edits

* minor edits

* minor edits

* minor edits

* minor edits

* minor edit

* minor edit

* minor edit

* minor edit

* minor edit

* minor edit

* minor edits

* minor edit

* Update aspnet/aspnet/overview/web-development-best-practices/what-not-to-do-in-aspnet-and-what-to-do-instead.md

Co-Authored-By: pgoldman5699 <v-pagold@microsoft.com>

* Update what-not-to-do-in-aspnet-and-what-to-do-instead.md

or higher > or later

* Update external-authentication-services.md

Remove ":" after Startup.Auth.cs and deleted commented out screenshot
2019-02-01 14:55:31 -08:00
Tom Dykstra 07c3e10c54
Remove link to app insights logging wiki (#10751) 2019-02-01 14:52:25 -08:00
Tom Dykstra 780e94f767 Link to Application Insights logging readme (#10749)
* Link to Application Insights logging readme

* typo
2019-02-01 12:24:56 -10:00
Brady Gaster e3c3b8d125 add claimtypes.email provider to auth sample & article (#10691)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits

* added (and tested) claimtypes.email-supporting identity approach

* referencing code in sample instead of hard-typed

* fixed a dumb thing

* implemented all changes suggested by @tdykstra

* fixed suggestions from @scottaddie

* updated metadata

* Update ms.date

* tweaks implemented per @BrennanConroy

* Update heading
2019-02-01 16:03:44 -06:00
Andrew Boza f3b641a099 Fixes #8567 How to configure CRA to point to dev ASP.NET Core server for API calls (#10423)
Fixes #8567
2019-02-01 11:27:50 -10:00
Rick Anderson 8af9280864
expose advanced Razor intro (#10731)
* expose advanced Razor intro

* expose advanced Razor intro

* Update aspnetcore/includes/advancedRP.md

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

* move up note about advanced tutorial alternative
2019-02-01 08:42:01 -10:00
Luke Latham 1570ad0b9e
Document fallback components (#10741) 2019-02-01 12:15:22 -06:00
Luke Latham 9c1310f242
Razor Components (#10716) 2019-02-01 11:49:02 -06:00
Rex Zhiheng He 1b0d411d1a Use singular TargetFramework element (#10739) 2019-02-01 06:48:44 -06:00
Rick Anderson 1d9d15b7da
Update Contact.cshtml (#10734) 2019-01-31 16:39:38 -10:00
Tom Dykstra e3256ef3a4 Changes to RP node of TOC (#10733) 2019-01-31 16:19:11 -10:00
Rick Anderson a695a6422c
Update razor-pages-start.md (#10729) 2019-01-31 14:48:44 -10:00
Luke Latham a536295832
Update navigation address in Contributing topic (#10633) 2019-01-31 18:30:25 -06:00
John Parente e9a21dfb8e 1385001 redirect publish to azure (#10723)
* 1385001, initial updates for User Story and .NET Template.

* 1385001, completed the updates requested in PR10667.

* 1385001, removed 'publish-to-azure.md' and all of its associated assets.

* 1385001, removed 'Publish to Azure' from the TOC.

* 1385001, fixed link to Azure article.

* 1385001, tried to fix link again.

* 1385001, aligned the rememaining tutorials so there's no indicatio that this series will teach you how to publish to Azure.

* 1385001, implimented peer review feedback.

* Apply suggestions from code review

Added SME feedback using Batch Commit.

Co-Authored-By: john-par <v-jopar@microsoft.com>

* Update enhancing-data-validation.md
2019-01-31 16:01:33 -08:00
John Parente 6aeaf3ad60 1385001, change the database. (#10606)
* 1385001, initial updates for User Story and .NET Template.

* 1385001, changed 'article' to 'tutorial'.
2019-01-31 16:01:11 -08:00
Michael Maier c753bc4443 Fix code indent (#10726)
Reduced indent to properly render code section on Newtonsoft settings.
2019-01-31 11:47:15 -10:00
Julio 88d02c50d4 Fix LF in ./aspnetcore/mvc/views/razor/sample/Views/Home/Contact.cshtml (#10679)
Fixes https://github.com/aspnet/Docs/issues/10671
2019-01-31 11:32:14 -10:00
Luke Latham c8a951bf3e Reference to determine MongoDB.Driver version (#10719)
* Reference to determine MongoDB.Driver version

* Update to NuGet
2019-01-31 15:22:25 -06:00
Brady Gaster 546107f53b Added user code to sample (#10632)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits
2019-01-31 13:45:51 -06:00
Rick Anderson 687f240d8b
Add HostBuilder to 3.0 migration docs (#10718)
Fixes #10618, Fixes  #10711 

[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&branch=pr-en-us-10718&tabs=visual-studio#generic-host-replaces-webhostbuilder)
2019-01-31 09:40:50 -10:00
Luke Latham 4d8b6ca6a0 Clarify User Secrets usage in App Secrets topic (#10722)
* Clarify User Secrets usage in App Secrets topic

* Update aspnetcore/security/app-secrets.md

Co-Authored-By: guardrex <1622880+guardrex@users.noreply.github.com>
2019-01-31 08:54:46 -08:00