AspNetCore.Docs/aspnetcore/signalr
Rick Anderson efd5798d90
What's new in 3.0 (#14250)
* What's new in 3.0

* wrok

* wrok

* work

* work

* work

* Add Razor components bit

* Nits

* Fix a link

* work

* work

* work

* Edit pass on what's new in 3.0 doc (#14355)

* Add additional coverage

* added core 3.0 signalr (#14369)

* added core 3.0 signalr

* PR of Bradys PR (#14371)

* Update aspnetcore-3.0.md

* copy halter suggestion over

* PR feedback

* edits

* minor tweaks

* work

* react to anurse

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* react to feedback

* Update aspnetcore-3.0.md (#14403)

* Update aspnetcore-3.0.md

* Update aspnetcore-3.0.md

* nothing new

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* react to feedback

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* react to feedback

* Add option for RCL and note default is for RC dev

* Blazor!!!!!!!! WOOT!

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Stephen Halter <halter73@gmail.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Stephen Halter <halter73@gmail.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/release-notes/aspnetcore-3.0.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* react to feedback

* react to feedback

* react to feedback

* Add ANCM updates (#14425)

* Add ANCM updates

* Update aspnetcore-3.0.md

* react to feedback

* work

* work

* Apply suggestions from code review

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* react to dan roth suggestions

* Updates + add a blurb on enhanced endpoint routing
2019-09-22 17:51:14 -10:00
..
api-design/sample fix #9405 by adding api design docs (#9455) 2018-11-12 15:16:31 -06:00
authn-and-authz/sample add claimtypes.email provider to auth sample & article (#10691) 2019-02-01 16:03:44 -06:00
background-service/sample Create SignalR & BackgroundService article (#10756) 2019-02-04 19:45:38 -06:00
diagnostics Fix HAR save image for Edge 2019-09-11 09:53:09 -05:00
dotnet-client/sample delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
groups/sample Added user code to sample (#10632) 2019-01-31 13:45:51 -06:00
hubcontext/sample delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
hubs/sample updates to hubs document (#9501) 2018-11-12 15:53:53 -06:00
java-client/sample Update xml code snippet (#9857) 2018-12-07 15:26:08 -08:00
javascript-client/sample Include call to start() in SignalR JavaScript connection example. (#11112) 2019-02-26 11:42:08 -10:00
publish-to-azure-web-app/_static Azure SignalR Service updates (#12764) 2019-06-26 13:37:13 -05:00
scale/_static remove gray background (#9747) 2018-11-29 19:00:09 -08:00
security/sample http --> https in sample URLs in SignalR security.md (#9500) 2018-11-07 09:27:17 -08:00
streaming/samples Fix SignalR 3.0 Streaming Sample (#14426) 2019-09-19 14:29:13 -10:00
api-design.md fix #9405 by adding api design docs (#9455) 2018-11-12 15:16:31 -06:00
authn-and-authz.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
background-services.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
client-features.md add signalr client feature matrix (#14394) 2019-09-22 15:37:34 -10:00
configuration.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
diagnostics.md Consolidate troubleshooting guidance (#12954) 2019-06-20 17:58:29 -05:00
dotnet-client.md Use dotnetcli dev lang to colorize .NET Core CLI commands (#14361) 2019-09-17 16:01:04 -05:00
groups.md React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
hubcontext.md React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
hubs.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
introduction.md Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
java-client.md fix http to https (#13241) 2019-07-10 19:36:05 -07:00
javascript-client.md Merge branch 'master' into release/3.0-preview7 2019-07-23 10:10:43 -05:00
messagepackhubprotocol.md Update aspnetcore/signalr/messagepackhubprotocol.md 2019-02-27 14:54:10 -08:00
publish-to-azure-web-app.md Azure SignalR Service updates (#12764) 2019-06-26 13:37:13 -05:00
redis-backplane.md Update redis-backplane.md (#12894) 2019-06-16 12:42:34 -07:00
scale.md Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
security.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
streaming.md What's new in 3.0 (#14250) 2019-09-22 17:51:14 -10:00
supported-platforms.md .NET Standard phrasing and "or higher" updates (#11874) 2019-04-06 13:27:46 -05:00
version-differences.md Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00