* Changing metada author ms.author, remove by line per doc manager
* adding websockets and azure publish using vs docs
* adding choose-web-ui.md
* Added web api, publishing and signalR topics.
* removed 4 topics that already had meta data changed in another PR and I didn't realize
* Update aspnetcore/tutorials/first-mongo-app.md
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update first-mongo-app.md
removed dupe of author expert comment
* Reverting by line removal and adding expert in comments on metadata.
* Update sql.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* .NET 7 Preview 7 update: WebSockets support in ASP.NET Core
* Moved sample HTTP:/2 info
* Fix typos
* Apply suggestions from code review
Added review suggestions from tdykstra.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update aspnetcore/fundamentals/websockets.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Added 7.0 sample version with custom httpconnect attribute to allow websocket on http/2
* Added missing new line end of HttpConnectAttribute.cs
* Added section on HTTP/2 WebSocket support for existing controllers plus code snippet regions
* Fixing Note formatting
* Fix Note link
* Added 7.x to code snippet paths
* Fixed code links.
* fixed code highlight
* Updated legacy code links
* Updated internal link
* Resolving anchor issue
* trying again to solve anchor issue
* Anchor fix.
* fix
* fix
* fix
* Fixed HTTPConnect, now HttpConnect.
* Moved HttpGet and HttpConnect to same controller action example
* Clarified [HttpConnect] attribute is custom as opposed to built in.
* Apply suggestions from code review
Co-authored-by: Brennan <brecon@microsoft.com>
* Added public sealed to custom attribute class per review
* Adding feedback suggestions.
* update per review suggestions support for http/2
* Changed run to Ctrl+F5 without debugger.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Brennan <brecon@microsoft.com>
* Add information about the location of app.UseWebsockets()
See https://github.com/dotnet/aspnetcore/issues/30646 - you won't be able to accept WebSocket connections in a controller if the UseWebSockets() middleware is below the UseEndpoints() middleware. In my opinion, whether or not the root issue is a bug is irrelevant (and I don't know if it is or not yet). This little note would benefit documentation readers. :)
* Update aspnetcore/fundamentals/websockets.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* 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