Commit Graph

254 Commits (fa8d144487d168fd213a034fb84c085e38f86d44)

Author SHA1 Message Date
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
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
Luke Latham a510489773
Topic author updates (#17193) 2020-03-03 18:42:23 -06:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 168f7baeda
Whole-topic versioning (#16908)
Versioning restructure of 16 topics.
2020-02-07 19:06:11 -08:00
Pure Krome 0c3fd5b121
Incorrect word / fix (assumed) autocomplete (#16822) 2020-02-02 21:46:24 -06:00
Rob Johnston 20cc7eb901
Replace double articles (#16820) 2020-02-02 21:19:05 -06:00
Mohsin Nasir 8c0f108ce2 Add NCache coverage to the Distributed Caching topic (#16635) 2020-01-23 06:43:27 -06:00
Luke Latham 4477680f93
Update text (#16661) 2020-01-22 12:39:21 -06:00
mohsinnasir 2ee6851e0d NCache and redis links added (#16478)
* NCache and redis links added

Added NCache as distributed cache and added link of microsoft IDistributedCache Nuget

* Redis link updated and grammer corrected

Redis link updated to latest nuget and grammer corrected according to oxford
2020-01-10 14:11:43 -08:00
Scott Addie 854ce8fbec
Update aspnet/Blazor, aspnet/Extensions, & aspnet/EntityFramew… (#16485) 2020-01-09 15:54:36 -06:00
Scott Addie 0a6c1f78c5
Update aspnet/AspNetCore & aspnet/Home references to dotnet/As… (#16483)
* React to AspNetCore repo move to dotnet org

* Change aspnet/Home reference to dotnet/aspnetcore

* More replacements of aspnet/Home
2020-01-09 13:30:28 -06: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
Rick Anderson f56771e2b2
Update memory.md (#16291) 2019-12-20 13:26:52 -08:00