Eric Smekens
2c0b857d85
Update the usage of ObjectPool's Return() ( #23136 )
...
* Update the usage of ObjectPool's Return()
Otherwise it might be read like the `return` keyword.
* Update ObjectPool.md
2021-08-26 12:53:01 -07:00
Auswöger Matthias
6761d7cf18
Use Expression-bodied members ( #22997 )
...
* Use Expression-bodied members
* Update CacheKeys.cs
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-11 09:45:39 -07:00
Ashot Muradian
4d02babc6c
Fix links ( #22919 )
2021-07-31 18:14:11 -05:00
Luke Latham
c7d8d4579c
Squash the Firebugs ( #22425 )
2021-05-27 10:23:24 -05:00
David Pine
efb0f08968
Update diagnostic-tools.md ( #22306 )
2021-05-14 13:38:11 -05:00
Rick Anderson
df47b887d0
Add Redis instructions ( #22301 )
...
* Add Redis instructions
* work
* work
* work
* work
* work
* work
2021-05-14 06:04:36 -10:00
Rick Anderson
ad321c2700
Add Home and Privacy to no-loc ( #22237 )
...
* Add Home and Privacy to no-loc
* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Ken Schlobohm
064e2ae9f7
Updating performance-best-practices.md ( #22192 )
...
* Updating performance-best-practices.md
* Updates
* Updates
* Update aspnetcore/performance/performance-best-practices.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-05 10:15:41 -10:00
Rick Anderson
2f00739f4e
Kestrel to no-loc ( #22182 )
2021-05-01 13:03:18 -10:00
Rick Anderson
334f6bac15
Update memory.md ( #22158 )
2021-04-29 14:51:17 -10:00
Rick Anderson
5e5df1034e
Remove EF warning on cache ( #22145 )
...
* Remove EF warning on cache
* Remove EF warning on cache
2021-04-27 07:02:48 -10:00
Luke Latham
12fee3e9fc
Update cross-link ( #22067 )
2021-04-16 04:09:26 -05:00
Dean-NC
64b5cc7e50
Update performance-best-practices.md ( #21903 )
2021-03-27 08:10:16 -10:00
Rick Anderson
70cf7a6b6b
Update memory.md ( #21814 )
...
* Update memory.md
* Update memory.md
* Update memory.md
2021-03-23 16:48:26 -10:00
Rick Anderson
e7ba495ed9
fix warnings ( #21775 )
2021-03-12 11:32:37 -10:00
Scott Addie
09e3573c75
Finish default branch renaming work
2021-03-09 22:40:27 -06:00
Luke Latham
402eabb07a
Fix broken link ( #21518 )
2021-02-10 10:59:53 -06:00
Rick Anderson
30085812c4
Update memory.md ( #21508 )
2021-02-09 14:13:49 -10:00
Stefan
70b82ae063
Add example with set extension methods to memory cache usage ( #20850 )
...
* Add examples with Set extension methods
* Just one example
* Add more description.
2020-12-08 07:37:09 -10:00
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
Jim Aho
533aeb58c7
Fix spelling ( #19697 )
2020-08-28 12:51:39 -05: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
Khalid Abuhakmeh
8f7ee06690
Update diagnostic-tools.md ( #19604 )
2020-08-21 10:09:27 -05:00
Rick Anderson
84ace8c249
redis cache ( #19586 )
...
* redis cache
* redis cache
* redis cache
* redis cache
2020-08-20 07:25:52 -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
Günther Foidl
ed5a0be18f
ObjectPool notes about IDisposable support ( #18989 )
...
* ObjectPool notes about IDisposable support
Fixes #16747
* Added moniker ranges
IDisposable-support was added with ASP.NET Core 3.0.
* Update ObjectPool.md
* Update ObjectPool.md
* Update ObjectPool.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-06-29 13:22:17 -10:00
Rick Anderson
bd188d53cb
Update Response caching ( #18971 )
...
* Update Response caching
* Update Response caching
* Update Response caching
* Update Response caching
* Update Response caching
2020-06-26 10:07:37 -10:00
Rick Anderson
318ec650c7
Clean/input/ra ( #18951 )
...
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
* Clean user input before using
2020-06-26 10:05:33 -10:00
Luke Latham
80446f1dd8
Add Blazor WebAssembly/Server to no-loc ( #18962 )
2020-06-25 19:11:04 -05:00
Rick Anderson
8c3100cf7d
UseCORS/before/UseResponseCaching ( #18910 )
...
* UseCORS/before/UseResponseCaching
* work
* work
* work
* work
2020-06-23 11:14:45 -10:00
Rick Anderson
a8fb389df5
Update ObjectPool.md ( #18890 )
...
* Update ObjectPool.md
* Update ObjectPool.md
2020-06-21 12:07:38 -10:00
Luke Latham
d5b7249fd1
Blazor ToC updates ( #18831 )
2020-06-19 08:24:40 -05:00
Pranav K
cc9a861c90
Compression ( #18712 )
2020-06-08 12:04:23 -05:00
Maira Wenzel
e90ca8f216
update URL ( #18575 )
2020-05-29 15:08:36 -10:00
Luke Latham
a57e5623aa
Change en dash layout elements to colon-space syntax ( #18506 )
...
* Change en dash layout elements to colon-space syntax
* Update
* Update
2020-05-27 09:37:36 -05:00
Luke Latham
f8addb3c9e
Blazor crosslink touchups ( #18492 )
2020-05-26 12:13:05 -05:00
Luke Latham
053365fec4
Blazor API doc crosslinks ( #18486 )
2020-05-26 10:19:36 -05:00
Luke Latham
7520f42b20
Blazor WASM perf best practices topic ( #18288 )
2020-05-15 19:50:20 -05:00
Yehuda Ringler
8f16e6f05d
fix markdown url ( #18299 )
2020-05-13 17:04:08 -10:00
Yehuda Ringler
0d65dc6d68
add to 3.x section , fix spelling ( #18298 )
...
* add to 3.x section , fix spelling
* Update aspnetcore/performance/caching/middleware.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-05-13 16:21:55 -10:00
Rick Anderson
1365bdc942
Update cache in background ( #18295 )
...
* Update cache in background
* Update cache in background
2020-05-13 16:21:31 -10:00
Yehuda Ringler
c187785776
Fix custom middleware limitations ( #18178 )
...
* Fix #18177
* Document also 3.0, fix typo
* Update middleware.md
* Update middleware.md
* Update middleware.md
* Update middleware.md
* #18177 : update middleware.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-05-13 13:33:06 -10:00
Luke Latham
f2834015b6
Drop existing no-loc entries ( #18111 )
2020-05-04 12:00:16 -05:00
Chris McBride
f5a032c299
fix misspelling ( #18085 )
2020-05-01 07:04:37 -10:00
Rick Anderson
84096020ed
GC with small containers ( #17606 )
...
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
* GC with small containers
2020-04-15 08:06:20 -10:00
Christian Findlay
11224e6221
Correct the term IO to I/O ( #17642 )
2020-04-06 21:14:11 -05:00