Commit Graph

319 Commits (76e05bf07a5a289c9996a34779d03d88bbb7b1a2)

Author SHA1 Message Date
Shafiq Ahmad dea873d3c4 mentioned communications techniques are in Order (#15892)
* mentioned communications techniques are in Order

mentioned that SignalR communications techniques are in Order of gracefull fallback.

* Updates
2019-12-02 11:04:57 -06:00
Brady Gaster 99444e2aab fixing missed signalr js package refs (#15685)
* fixing missed signalr js package refs

* SignalR 3.0 doc patches (#15812)
2019-11-21 10:50:47 -06:00
Michael DePouw c093a361f4 AddRedis when using Microsoft.AspNetCore.SignalR.Redis (#15763)
* AddRedis when using Microsoft.AspNetCore.SignalR.Redis

#15528

* update for 3.0

* 3.0 fix

* 3.0 fix

* Update redis-backplane.md
2019-11-20 16:27:08 -10:00
Stephen Halter dc4b0ace1b Clarify that SignalR auto reconnect is opt-in in Core (#15775)
* Clarify that SignalR auto reconnect is opt-in in Core

* Update aspnetcore/signalr/version-differences.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-11-19 17:55:33 -06:00
Stephen Halter d490144660 Mention SignalR Core 3.0's auto reconnect support (#15703)
* Mention SignalR Core 3.0's auto reconnect support

* Nits

* Update aspnetcore/signalr/version-differences.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update version-differences.md

* Update version-differences.md

* minor edits
2019-11-18 10:23:41 -06:00
Luke Latham 483b8f01ac Apply no-loc metadata for "SignalR" (#15675) 2019-11-12 13:40:34 -06:00
Rick Anderson 7f74489513
Update configuration.md (#15664) 2019-11-11 16:31:52 -10:00
Luke Latham bf1e770df9 Apply no-loc for "Blazor" to topics (#15628) 2019-11-11 14:13:12 -06:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Jason Card a49a98069c Adding no-loc metadata (#15613) 2019-11-08 16:22:14 -10:00
Scott Addie 29d9691b02
Define what current means in the SignalR JS client table (#15440) 2019-11-01 10:40:33 -05:00
Andrew Stanton-Nurse ecf083986d remove custom JWT stuff from the SignalR auth doc (#15019)
* remove custom JWT stuff from the SignalR auth doc

* Fix up snippet refs

* more security considerations

* remove 'view' qs parameter

* edit pass on SignalR authN / authZ doc (#15162)

* fix ms.date
2019-10-17 10:12:20 -05:00
Stephen Halter a06a747821 SignalR now uses System.Text.Json (#14902)
* SignalR now uses System.Text.Json

Starting in 3.0, SignalR no longer defaults to using Newtonsoft.Json

https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio#systemtextjson-is-the-default-protocol

* Address PR feedback

* Documentation -> documentation

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update configuration.md (#14958)

* Update configuration.md

* Update configuration.md
2019-10-09 15:56:17 -10:00
mavado83 a530c80af5 Updated for .netcore3 (#14917) 2019-10-08 10:35:10 -05:00
Andrew Stanton-Nurse 0806486602 [SignalR] Client feature matrix update (#14744)
* [SignalR] Client feature matrix update

Trying another format that includes version numbers.

* Removing moniker limitation

This doc is now suitable for all versions.

* minor edit
2019-10-03 10:47:07 -05:00
Andrew Stanton-Nurse 732f48b5e9 Update SignalR Client Features matrix (#14598)
* Update SignalR Client Features matrix

A few updates:

* Added transports
* Added Azure SignalR support - every client supports it, but we do get questions like "can I use the service with Java?" so it's helpful to confirm that in the matrix, and technically the client has to do some (very minimal) work to support it.
* Added note about issue tracking automatic reconnect

* Update aspnetcore/signalr/client-features.md

* Update further
2019-09-25 13:12:06 -10:00
Luke Latham b93ab83fb6 Pascal case placeholder names in log strings (#14508)
* Pascal case placeholder names in log strings

* Updates
2019-09-23 14:11:50 -10:00
Andrew Stanton-Nurse bfa2e2e279 [SignalR] Add note on Sticky Sessions (#14392)
* [SignalR] Add note on Sticky Sessions

Added a note on the Sticky Session requirement in the hosting overview.

* Update aspnetcore/signalr/scale.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update aspnetcore/signalr/scale.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update scale.md

* Update scale.md
2019-09-23 14:01:54 -10:00
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
Brady Gaster 4c17efdf69 add signalr client feature matrix (#14394)
* trying to get the toc set up the way i want it

* removed link, trying toc

* first spin on the table of features

* fixing uid ordering

* SignalR client features ToC patch (#14395)

* SignalR client features ToC patch

* change uid

* Rename file to prevent redirection rule collision

* Update aspnetcore/signalr/client-features.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update aspnetcore/signalr/client-features.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/client-features.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/client-features.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/client-features.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* improve readability of auto reconnect clients list

* Update client-features.md
2019-09-22 15:37:34 -10:00
Stephen Halter 9495d71b15 Fix SignalR 3.0 Streaming Sample (#14426)
This sample doesn't have any controllers.
2019-09-19 14:29:13 -10:00
Scott Addie a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands (#14361) 2019-09-17 16:01:04 -05:00
Luke Latham bd38b35303
Fix bad ms.date (#14297) 2019-09-13 08:27:58 -05:00
Gareth Bradley b23b511bb8 [QuickFix] - Update Instructions for Installing Microsoft.AspN… (#14273)
* Update dotnet-client.md

Added tabs for installing the package for both powershell and shell (using the `dotnet` cli).

* Updates
2019-09-12 22:22:53 -05:00
Scott Addie 925d70e9b8 Fix HAR save image for Edge 2019-09-11 09:53:09 -05:00
Scott Addie 2b7d12569f
Replace Edge dev tools image in SignalR diagnostics doc (#14256) 2019-09-11 09:28:33 -05:00
Stephen Halter 1e93eb75f8
Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
Brennan ca1ac9a710 Add MaximumReceiveMessageSize option (#13571)
* Add MaximumReceiveMessageSize option

* fb

* Apply suggestions from code review

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

* fb
2019-08-08 15:04:50 -07:00
Mikael Mengistu fe079ec746
Update docs with client side KeepAliveInterval option (#13669) 2019-08-05 13:52:05 -07:00
Brennan ef668b109e Auth handlers with SignalR (#13107)
* auth handler section

* tweak

* class

* Apply suggestions from code review

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

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* preview 7 signalr auth updates - code sample change (#13312)

* changed example code

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Brennan <brecon@microsoft.com>
2019-07-23 10:58:58 -05:00
Scott Addie 67099d87d2
Merge branch 'master' into release/3.0-preview7 2019-07-23 10:10:43 -05:00
Theano Petersen c969928dbe fix http to https (#13241) 2019-07-10 19:36:05 -07:00
Brennan b6e3eda47c Fix configuration across versions (#13064)
* Fix configuration across versions

* fix?

* single =
2019-07-01 16:35:36 -05:00
Mikael Mengistu 3240a028ff Update @aspnet to @microsoft for 3.0 preview 7 SignalR npm package. (#13044)
* Update @aspnet to @microsoft for 3.0 preview 7 SignalR npm package.

* minor edits
2019-06-28 12:46:52 -05:00
Mikael Mengistu 4b3e130d87 Update java doc (#13028)
* update java doc

* minor edits
2019-06-27 16:42:34 -04:00
Luke Latham a2c41ecfd6
Azure SignalR Service updates (#12764) 2019-06-26 13:37:13 -05:00
Rosdi Kasim db612904d7 Add Redis Backplane as scaleout option for ASP.NET Core SignalR (#12974) 2019-06-22 06:57:33 -05:00
Luke Latham c68233916d
Consolidate troubleshooting guidance (#12954)
Consolidate troubleshooting docs

Updates
2019-06-20 17:58:29 -05:00
Stephen Halter ae639a64f5 Formatting cleanup of kestrel.md and SignalR's javascript-client.md (#12952)
* Cleanup formatting in javascript-client.md

* Cleanup formatting in kestrel.md
2019-06-19 14:55:10 -05:00
Rick Anderson 31763ca8ed
Update redis-backplane.md (#12894)
* Update redis-backplane.md

* Update aspnetcore/signalr/redis-backplane.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update aspnetcore/signalr/redis-backplane.md

Co-Authored-By: Brennan <brecon@microsoft.com>
2019-06-16 12:42:34 -07:00
Stephen Halter 415e78f589
Update dotnet-client.md to discuss auto reconnect (#12874)
* Apply suggestions from code review

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>
2019-06-14 15:29:34 -07:00
Stephen Halter ce98114704
Update javascript-client.md to reflect IRetryPolicy changes (#12875) 2019-06-14 14:18:54 -07:00
Mikael Mengistu 079dfa494c
Update streaming doc (#12653) 2019-06-06 08:37:19 -07:00
Mikael Mengistu 02eb815e88 Add StreamBufferCapacity doc option (#12577)
* Add StreamBufferCapacity doc option

* 3.0 -> 2.X

* modify moniker ranges

* reorder moniker ranges

* add missing comma
2019-06-03 10:54:20 -05:00
Marc Plessis 9081b14578 Update net-client-console-log.cs (#12513) 2019-05-23 10:36:57 -05:00
Henrik Walker Moe 73a20435a2 Middleware ordering for signalr and authentication (#12339)
* Adds example of configuring SignalR with authentication

* Adds note explicitly mentioning ordering of middleware

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* update ms.date metadata value
2019-05-09 16:30:35 -05:00
Scott Addie 78620c3fbc
add docs in reaction to aspnet/AspNetCore#8974 (#11945) (#12297)
* add docs in reaction to aspnet/AspNetCore#8974

* Update aspnetcore/signalr/configuration.md

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* feedback

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* update ms.date metadata value
2019-05-06 10:55:54 -05:00
Nick Schonning 64580b2d52 chore: Remove link locale (#12184)
* chore: Remove link locale

* Update grpc-client.md

* Remove trailing question mark
2019-05-06 10:41:44 -05:00
Brady Gaster 08689d21c1 removed old xamarin warning (#12180) 2019-05-06 10:27:20 -05:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Nick Schonning 7e893bbede fix: MD023/heading-start-left/header-start-left (#12070) 2019-04-20 07:20:01 -05:00
Andrew Stanton-Nurse c1c467f25d Some clarifications to calling server methods in SignalR (#12015)
* Some clarifications to calling server methods in SignalR

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* Add clarifications to .net client doc as well

* Update date on .NET client doc

* Update date on JS client doc

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-04-18 15:10:27 -05:00
BrennanConroy 9a18b26dc6 SignalR Client to server streaming (#11126)
* stream

* fixup

* order

* try xref

* try again

* xref again

* fb

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* xref

* wrong xref

* hyphen

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* svg

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* Edit pass

* fb

* cleanup

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-18 11:43:38 -05:00
Luke Latham db626e148a
Update link (#12017) 2019-04-17 15:40:59 -05:00
Stephen Halter e642a2fc5d
Add auto reconnect section to SignalR JS client docs (#11951) 2019-04-16 18:35:17 -07:00
Luke Latham 5adf7a8dc5
.NET Standard phrasing and "or higher" updates (#11874) 2019-04-06 13:27:46 -05:00
Nick Schonning e7810f6b61 fix: Remove link locale from docs.microsoft.com (#11800) 2019-04-03 07:59:35 -07:00
Tom Dykstra e3e37685a1
Revert "fix: MD032/blanks-around-lists (#11784)" (#11811)
This reverts commit 370de65ccf.
2019-04-03 07:57:58 -07:00
Nick Schonning 370de65ccf fix: MD032/blanks-around-lists (#11784) 2019-04-02 11:44:31 -05:00
Nick Schonning d125525ff2 fix: MD038/no-space-in-code (#11583)
- Replace ` with %60 in xref links
- Remove spaces inside code span elements
2019-03-21 15:04:23 -05:00
Scott Addie ed28cd52d3
Fix Markdownlint errors (#11620) 2019-03-21 10:28:16 -05:00
Nick Schonning d6246ca38d fix: MD031/blanks-around-fences (#11605) 2019-03-20 10:32:05 -05:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Nick Schonning 32bf4679b3 fix: MD033/no-inline-html (#11586)
* fix: MD033/no-inline-html

Doesn't remove actual inline HTML, but escapes Generics and examples in braces

* Apply suggestions from code review

Co-Authored-By: nschonni <nschonni@gmail.com>
2019-03-19 13:17:14 -05:00
Anthony Chu 9645458c2a Add notes on using clients with Azure SignalR Service serverless mode (#11368)
* Add notes on using clients with Azure SignalR Service

* minor edits

* minor edits

* minor edits

* update link

* update link
2019-03-14 09:52:00 -05:00
Luke Latham a2781dbb8b Link updates (#11305)
Fixes #5735 

According to 👽 ([Xenu Link Sleuth](http://home.snafu.de/tilman/xenulink.html)), we're doing good 🖖.

They suggest the link updates on this PR.
2019-03-06 11:49:03 -10:00
Andrew Stanton-Nurse 1fd1d3af01
Add section on SignalR MessagePack "known issues" (#11170)
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
2019-03-05 08:44:41 -08:00
Andrew Stanton-Nurse 6ca5434b70
fix #11171 by adding SignalR Diagnostics doc (#11173) 2019-03-05 08:44:10 -08:00
Mikael Mengistu b809c55ea8
Java server to client streaming (#11227) 2019-03-01 12:03:37 -08:00
Mikael Mengistu 853630341c
Update config doc with Java client (#11143) 2019-03-01 10:13:52 -08:00
Tom Dykstra 6013e138a5
Update aspnetcore/signalr/messagepackhubprotocol.md
Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-02-27 14:54:10 -08:00
Andrew Stanton-Nurse 4ed30a75fd pr feedback 2019-02-27 11:51:31 -08:00
Scott Addie cf415693ec
Applying auto-applyable suggestions
Co-Authored-By: anurse <andrew@stanton-nurse.com>
2019-02-27 11:45:39 -08:00
Stephen Halter 349296d194
Add async iterator sample to the SignalR streaming doc (#11140) 2019-02-27 10:56:49 -08:00
Andrew Stanton-Nurse aa12922efa
Add section on SignalR MessagePack "known issues"
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
2019-02-27 10:17:24 -08:00
Kirk Larkin 50e7b363c4 Include call to start() in SignalR JavaScript connection example. (#11112) 2019-02-26 11:42:08 -10:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08: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 04de9e4c53
Fix casing 2019-02-05 10:38:44 -06:00
Scott Addie e14036a271
Fix sample download link 2019-02-04 22:40:39 -06: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
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
Brady Gaster 546107f53b Added user code to sample (#10632)
* 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
2019-01-31 13:45:51 -06:00
Brady Gaster cb1b5d19da finished #6925 (#10611)
* finished #6925

* augmented per @BrennanConroy
2019-01-25 17:20:47 -06:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
Tom Dykstra d8c4bef788 Add note about IE support for arrow functions (#10433) 2019-01-16 08:09:30 -10:00
Tom Dykstra f4560d524c
Revise Redis vs Azure SignalR Service wording (#10256)
* Revise Redis vs Azure SignalR Service wording

* fix formatting
2019-01-08 05:46:41 -08:00
BrennanConroy 62fac14c2c Fix streaming usage pattern (#10167)
* Fix streaming usage pattern

* fb
2019-01-05 07:58:32 -10:00
Brady Gaster ee96fb5142 Add Java Client comment on version variance page (#9953)
* fixes #9952

* added asp.net signalr client to java page

* Update aspnetcore/signalr/version-differences.md

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2018-12-14 14:44:55 -06:00
Carl Walsh 6a877c5840 Update GitHub link (aspnet/signalr is archived) (#10010)
https://github.com/aspnet/signalr is archived
aspnet/AspNetCore/src/SignalR is the new home of development, so link to that instead
2018-12-14 09:25:22 -06:00
Tom Dykstra fa2ef21a1a
Add Additional resources section (#9966) 2018-12-11 10:24:20 -08:00
Tom Dykstra 08703f9ab1
Clarify Redis package vs SignalR version (#9929) 2018-12-11 09:22:15 -08:00
Mikael Mengistu 89a88dae9a
Update xml code snippet (#9857) 2018-12-07 15:26:08 -08:00
Brady Gaster 72f49379c6 fixes #9869 (#9870)
* fixes #9869

* removed one line from code sample
2018-12-06 14:49:21 -08:00
Mikael Mengistu eca65741e7 Update docs for release (#9817)
* Update docs for release

* pr feedback
2018-12-04 17:40:43 -06:00
Tom Dykstra 1ad5519250
Update SignalR tutorials to 2.2 (#9760) 2018-12-03 10:58:16 -08:00
Scott Addie 0a15afd746
Update master with release/2.2.0 branch (#9759)
* adding android notes (#9342)

fixes #9335 to add android developer section and add the notes.

* added .net client discussion (#9462)

* added more content around .NET client/Xamarin usage.

* fixes #9460

* made changes per @tdykstra and @scottaddie

* fixed iOS reference

* Minor edits
2018-11-30 13:08:46 -06:00
Tom Dykstra f03def85d4
remove gray background (#9747) 2018-11-29 19:00:09 -08:00
Tom Dykstra c8d2070556
New scale-out and redis backplane setup docs (#9556) 2018-11-27 11:30:25 -08:00