Commit Graph

30 Commits (fa8d144487d168fd213a034fb84c085e38f86d44)

Author SHA1 Message Date
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
David Coulter 399d6c2daf
Links: AspNetCore - Pass 1 (#19880)
* Links: AspNetCore - Pass 1

* Apply suggestions from code review

* Update aspnetcore/fundamentals/routing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-15 13:08:26 -10:00
Ken Schlobohm 68c5ebac96
Updates to ASP.NET Core Perf Recommendations (#19605)
* added IAsyncEnumerable to performance doc

* added in-process hosting to perf doc

* Added hosting link to perf doc

* Update aspnetcore/performance/performance-best-practices.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/performance/performance-best-practices.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Added IAsyncEnumerable feedback to perf doc

* Update performance-best-practices.md

* Update performance-best-practices.md

* Update performance-best-practices.md

* Update performance-best-practices.md

* Update performance-best-practices.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-08-21 09:07:38 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
hippy e2e8206caa
Update performance-best-practices.md (#19424) 2020-08-06 05:27:07 -05:00
Wade Pickett 72ed2176e6
CI Update (#19419)
Co-authored-by: VSC-Service-Account <vscavu@microsoft.com>
2020-08-05 13:36:58 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Christian Findlay 11224e6221
Correct the term IO to I/O (#17642) 2020-04-06 21:14:11 -05:00
Christian Findlay cfc68969f0
Correct punctuation and add text for clarity (#17640) 2020-04-06 21:06:41 -05:00
Christian Findlay bf42761f79
Straighten apostrophe character for consistency (#17635) 2020-04-06 21:03:15 -05:00
Rick Anderson f0fd4eff21
Update performance-best-practices.md (#16163)
* Update performance-best-practices.md

* Update performance-best-practices.md
2020-01-06 14:19:20 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Stephen Halter c06a4e51d7 Warn against Task.Run (#15780)
Fixes #15711 and #15710
2019-11-19 17:13:22 -10:00
Luke Latham 483b8f01ac Apply no-loc metadata for "SignalR" (#15675) 2019-11-12 13:40:34 -06:00
Rick Anderson f32db24cc8
Update performance-best-practices.md (#15564) 2019-11-06 11:44:00 -10:00
David Fowler 24711a774d Update performance-best-practices.md (#14997)
Fixed non buffered example wording and removed the "reads entire request body into memory" because it doesn't 😄
2019-10-11 08:52:33 -10:00
Daniel Marbach 90ea268833 Async void (#14964)
* Update sql.md

* Hint about async void in snippet

* attempt to explain a bit more
2019-10-10 14:10:47 -10:00
Eddy Nakamura 2b51011ace updating second snippet to call ReadToEndAsync (#14978)
* updating second snippet to call ReadToEndAsync

* adding snippet3

Adding new snippet with DeserializeAsync of the Stream

* Update MyFirstController.cs

* Update MyFirstController.cs

* Update MyFirstController.cs

* Update performance-best-practices.md
2019-10-10 10:24:23 -10:00
Kristian Hellang b827e3db70 It's ReadFormAsync, not ReadAsFormAsync (#14984) 2019-10-10 07:38:03 -10:00
Rick Anderson 4d27563f08
replace Pokemon with Contoso (#14965)
* replace Pokemon with Contoso

* replace Pokemon with Contoso
2019-10-09 18:50:36 -10:00
Rick Anderson 91229edc2c
Update performance-best-practices.md 2019-10-09 11:17:41 -10:00
Rick Anderson 1e14273e53
Performance best practice update with davidfowl samples (#14734)
* Migrated asp.net core best practice to performance article moved code to samples

* Fixed link validation issues for performance-best-practice.md

* Fixing validation error for bookmark link for performance-best-practices.md

* Another link fix on performance-best-practices.md and moved hot definition

* fixed code snippet regions.

* Perf best practice by fowler

* work

* work

* work

* work

* work

* work

* work

* work

* add back comment The following line will crash the process because ...

* react to fowler feedback

* react to fowler feedback

* param left alignment

* param left alignment

* react to fowler feedback

* react to fowler feedback

* react to halter73 feedback

* Apply Tratcher suggestions from code review

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

* react to tratcher feeedback

* my changes

* react to Tratcher feedback
2019-10-09 11:13:38 -10:00
Luke Latham 3b553cafb4
Update Gulp links (#12366) 2019-05-10 10:46:12 -05:00
Muhammad Umair Irshad 85775b2d29 Typo in url for thread pool doc page (#12258) 2019-05-06 10:30:49 -05:00
Kirk Larkin 5ae15dd38d Minor fixes for the Performance Overview. (#11967) 2019-04-13 19:14:18 -05:00
Rick Anderson 95395468aa
Update performance-best-practices.md (#10263) 2019-01-08 08:18:13 -10:00
Luke Latham 8c51ad0f86
Patch a couple of bad links (#9736) 2018-11-28 15:06:27 -06:00
Rick Anderson 46eef345f6
Riande/perf best practices2 (#9645)
* Add initial draft of a Perf Best Practices doc

Fixes aspnet/Docs##9526

* Minor proof-reading fixes

* rick's additions to Mike's perf doc

* rick's additions to Mike's perf doc

* work

* work

* work

* work

* work

* work

* work

* work

* react to EF feedback

* react to EF feedback

* react to MR feedback

* react to MR feedback
2018-11-27 13:24:32 -10:00