Commit Graph

7441 Commits (fd7258085920ed8b4e28e679e9306b1aee61cafd)

Author SHA1 Message Date
Luke Latham fd72580859
Update xref links (#10901) 2019-02-12 11:13:54 -06:00
Scott Addie 26649432de
Update API ref ToC link to ASP.NET Core 2.2 (#10898) 2019-02-12 09:25:37 -06:00
Paul Goldman 0401c6d3c1 Updated code & screenshots for /aspnetcore/data/ef-mvc/ tutorials (#10802)
* screenshots

* ASP.NET MVC tutorial 2.2

* updates

* Minor updates

* minor edits

* minor edits

* minor edits

* minor edits

* minor edits

* Shorter title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Shortened title

* Acknowledgements- John Parente and me

* Better acknowledgements
2019-02-11 20:10:33 -08:00
Luke Latham 33dedd6f75
Patch xref API links (#10892) 2019-02-11 20:11:29 -06:00
Anirudh Samudrala 4cabb9c256 cache objects as key-value pairs,cache extensions (#10879)
* cache objects as key-value pairs,cache extensions

* Update memory.md

* Update memory.md

* Update memory.md
2019-02-11 14:12:32 -10:00
Rick Anderson 02cac82cb5
Update package-lock.json (#10852)
* Update package-lock.json

* Fix npm package vulnerability (#10883)
2019-02-11 09:52:51 -10:00
Luke Latham 12a97a25d1
Razor Components Overview update (#10800) 2019-02-10 09:44:18 -06:00
Luke Latham 15e6fae671
Razor Components FAQ topic (#10826) 2019-02-10 08:12:59 -06:00
Chris Sainty 2f3ded8a8b Fixes broken link (#10866) 2019-02-09 14:39:33 -06:00
Luke Latham 300f3218f1
Update href in aspnet TOC (#10856) 2019-02-08 15:11:48 -06:00
Paul Goldman dd20afb545 Fixed broken link under 'Visual Studio 2017' (#10855) 2019-02-08 14:57:44 -06:00
Luke Latham 22609023e3
IIS Application Initialization (#10829) 2019-02-08 14:52:27 -06:00
Luke Latham aac9bf5e4a
Update config value names in sample app (#10846) 2019-02-08 10:56:30 -06:00
Nick George c60d8b473f Update Program.cs to fix typo (#10843) 2019-02-07 16:57:37 -06:00
Luke Latham c81b1bc9f8
Fix tutorial link (#10842) 2019-02-07 16:54:43 -06:00
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