Commit Graph

20 Commits (519f3da85ede0fbdbad8ddfc5e894cd4885bff24)

Author SHA1 Message Date
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
Mikael Mengistu 079dfa494c
Update streaming doc (#12653) 2019-06-06 08:37:19 -07: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
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
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 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
Mikael Mengistu b809c55ea8
Java server to client streaming (#11227) 2019-03-01 12:03:37 -08:00
Stephen Halter 349296d194
Add async iterator sample to the SignalR streaming doc (#11140) 2019-02-27 10:56:49 -08:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
BrennanConroy 62fac14c2c Fix streaming usage pattern (#10167)
* Fix streaming usage pattern

* fb
2019-01-05 07:58:32 -10:00
Andrew Stanton-Nurse 5fb2514a42 fix aspnet/SignalR#3190 by adding docs on cancellation in 2.2 (#9346)
fixes aspnet/SignalR#3190

ASP.NET Core SignalR now has support for a CancellationToken in Hub methods. This updates our docs to show that support in the ASP.NET Core 2.2 version of the docs

My first time using `:::moniker range`, and I think it's appropriate here. We'll see if I did it right :)

| Review Links | 2.1 | 2.2 |
| ------------ | --- | --- |
| ~~Hubs API~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9346)~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.2&branch=pr-en-us-9346)~~ |
| Streaming | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.1&branch=pr-en-us-9346) | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.2&branch=pr-en-us-9346) |
2018-11-14 14:44:06 -06:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Antoine Griffard fc719ac941 Typo in streaming (#9021) 2018-10-15 11:41:39 -05:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Nick Kotov 2aa982e164 SignalR stream sample fix. Link to sample updated in related article. (#7237)
- Fixed sample for SignalR stream usage.
- Link to this code sample updated as well, because of 404 error when opening it from aspnetcore/signalr/streaming.md
2018-06-22 10:08:23 -05:00
Scott Addie c82465de93
Update metadata for SignalR docs (#7118)
Addresses #6541 

Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
BrennanConroy b8483bb586 signalr/streaming #6806 (#6931)
* streaming doc - stash

* more

* better intro?

* fb

* feedback

* js comment

* fb

* fix some markdown

* wrong language
2018-06-12 13:48:02 +02:00