Commit Graph

6994 Commits (3cbf9d781623d76dcd2beca6a8fa4dc4e3585f5a)

Author SHA1 Message Date
Scott Addie e22e00fb6b
Simplify VS prerequisites in Mongo tutorial (#9743) 2018-11-29 10:07:00 -06:00
Scott Addie b08003c109
Support VS Code and VS for Mac in Mongo tutorial (#9737)
* Support VS Code and VS for Mac to Mongo tutorial

* Rename folder to match project name
2018-11-28 16:14:03 -06:00
Luke Latham 5644ab2af4
Emphasize IOptionsMonitor in Options topic + updates (#9684) 2018-11-28 16:04:21 -06:00
Luke Latham 1896112e45 Surface HostOptions in Generic Host topic (#9734) 2018-11-28 16:01:06 -06:00
Luke Latham 8c51ad0f86
Patch a couple of bad links (#9736) 2018-11-28 15:06:27 -06:00
Tom Dykstra fffc6cbe2f Create performance toc section (#9729)
Fixes #9648 
Fixes #9524
2018-11-28 10:00:29 -10:00
Luke Latham ddd9964be9
Clarify build config in VS/IIS dev-time support topic (#9541) 2018-11-28 13:37:00 -06:00
Dave Brock 5b9d13acb3 Adding warning for #9427 (#9721)
* Adding warning for #9427

* Update aspnetcore/tutorials/razor-pages/model.md

Co-Authored-By: daveabrock <daveabrock@gmail.com>
2018-11-28 10:56:22 -06:00
Tom Dykstra 75b9f5d5e6
change link to MVC (#9730) 2018-11-28 08:25:42 -08:00
sdflysha eeb7184ed4 Update index2.ts (#9720)
Fix typo
2018-11-27 21:05:05 -06:00
Rick Anderson 70a9189c02 Update cors.md (#9704)
* Update cors.md

* Update cors.md

* Use xref API link
2018-11-27 20:42:06 -06:00
Scott Addie 590762e3af
Web API with Mongo tutorial refactoring (#9711)
* Web API with Mongo tutorial cleanup

* Add missing files

* Tweak opening sentence

* Refactoring of web API with Mongo sample app

* More edits

* More edits

* Fix POST action

* Move Mongo Driver knowledge into service
2018-11-27 20:36:18 -06:00
theangellmethod 4cd85486a2 VS Code `dotnet run -p` command update (#9623)
When I run through the tutorial after executing `code -r SignalRChat`, a new VSCode window opens that is in the signalRChat directory.  (Ex. C:\SignalRChat).  When I execute `dotnet run -p SignalRChat` from there I get an error
"MSBUILD : error MSB1009: Project file does not exist.
Switch: SignalRChat

The build failed. Please fix the build errors and run again."

However, if I change the command to `dotnet run -p SignalRChat.csproj` it works.
2018-11-27 20:32:23 -06:00
Luke Latham dda13500cf Enhance WS topic with FDD scenario (#9667)
* Enhance WS topic with FDD scenario

* React to feedback

* React to feedback

* React to feedback

Update
2018-11-27 20:24:13 -06:00
Tom Dykstra da3f693417 add temporary treejack banner (#9715)
Internal review links:
https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/signalr?view=aspnetcore-2.1&branch=pr-en-us-9715
2018-11-27 13:29:34 -10:00
Rick Anderson 46eef345f6
Riande/perf best practices2 (#9645)
* Add initial draft of a Perf Best Practices doc

Fixes aspnet/Docs##9526

* Minor proof-reading fixes

* rick's additions to Mike's perf doc

* rick's additions to Mike's perf doc

* work

* work

* work

* work

* work

* work

* work

* work

* react to EF feedback

* react to EF feedback

* react to MR feedback

* react to MR feedback
2018-11-27 13:24:32 -10:00
Luke Latham 01417fcae3
Surface troubleshooting code from IIS Int repo (#9689) 2018-11-27 16:06:43 -06:00
Luke Latham 7fe89d77c0
CORS topic updates (#9685) 2018-11-27 16:04:42 -06:00
Luke Latham fc2a65f6c0
Sub-app content enhancements in IIS topic (#9687) 2018-11-27 16:03:57 -06:00
Luke Latham b1fda3af98
Surface test object cleanup content (#9691) 2018-11-27 15:59:41 -06:00
Luke Latham 9fa8210cde Repoint VS for Mac link? (#9714)
The current link redirects to the .NET Downloads page. Should we have this go to the VS for Mac page?
2018-11-27 11:58:24 -10:00
Tom Dykstra c8d2070556
New scale-out and redis backplane setup docs (#9556) 2018-11-27 11:30:25 -08:00
KKostov 8d0294ae4d Fixed typo (#9707) 2018-11-27 09:34:36 -06:00
Mauricio de los Santos b26cf80c71 V2569 link at line 18 doesn't work (#9659)
Hello, @Erikre,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.  
Description: Broken link at line 18

Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR  then share your PR number so we can confirm and close this PR.
Many thanks in advance.



<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-26 15:43:21 -10:00
Scott Addie 6fbb04f446
Web API with Mongo tutorial cleanup (#9699)
* Web API with Mongo tutorial cleanup

* Add missing files

* Tweak opening sentence
2018-11-26 16:20:16 -06:00
Pratik Khandelwal 4e5812c61a Build Web APIs with ASP.NET Core and MongoDB (#8888)
* Added a MongoDB tutorial

* Added Mongo Artical

* Made requested changes

* Requested changes I2

* Requested Changes I2(1)

* Requested changes I3

* Moved first-mongo-app.md to tutorials folder.

* Corrected index title

* Updated to new MongoDB.Driver

* Removed commented code from snippets

* Added project files

* Added prerequisutes and some other changes.

* Changed Create Project Section, Removed VS pngs(still in directory)

* Typo correction

* Add missing metadata

* Added ToC links

* Edit pass

* Sentence case heading

* Remove empty line to improve display in doc

* Fix list display problems
2018-11-26 15:23:30 -06:00
Luke Latham 7eca48bf4b Inform readers on depreciated Twitter Helpers (#9690)
Fixes #6578

* A quick fix: I'm not going to probably ever have time to rewrite the topic.
* We can link the reader over to Twitter's latest approaches with this update.
* Note that their link appears localized (`en`). Removing that segment breaks the link.
2018-11-26 09:36:23 -06:00
Luke Latham 673e49a7f5
Patch: Missing a backtick on a code block (#9688) 2018-11-25 10:42:58 -06:00
MrDTuring 5063d88b87 Fixed issue with incorrectly repeated "a" character (#9678) 2018-11-23 14:39:57 -06:00
Luke Latham 44341e8269
Change URL of link to Azure deploy with CLI tutorial (#9670) 2018-11-22 22:31:49 -06:00
Pavel Krymets 6c0d725016 Fixes for for hosting startup topic (#9478) 2018-11-22 22:30:16 -06:00
Luke Latham a1eaa6d763
Fix broken link (#9673) 2018-11-22 19:06:06 -06:00
Tom Dykstra 7c00aea32a
add treejack note (#9661) 2018-11-21 15:10:00 -08:00
Scott Addie 450d889d15
Clarify use of async in strongly typed Hub (#9654)
* Clarify use of async in strongly typed Hub

* Update aspnetcore/signalr/hubs.md

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

* React to feedback
2018-11-21 11:58:00 -06:00
Scott Addie e13afc1b0c Rename Class libraries ToC link (#9657) 2018-11-21 09:54:07 -08:00
Scott Addie 6c36390e8a
Update bundleconfig.json guidance for 2.1+ projects (#9655)
* Update bundleconfig.json guidance for 2.1+ projects

* Replace ASP.NET Core version tabs with moniker ranges

* React to feedback
2018-11-21 08:48:00 -06:00
Scott Addie 009e8a0e6d
Explain what happens when Hub method throws exception (#9653)
Fixes https://github.com/aspnet/Docs/issues/9652
2018-11-20 13:47:35 -06:00
Curt Cullens 5a0f923a39 include a spacing for the H1 (#9651)
this most likely won't clear up the start error, just double checking



<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-20 13:15:49 -06:00
Luke Latham d1fc863391 URL Rewriting topic update (#9575)
Fixes #7260 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting?view=aspnetcore-1.0&branch=pr-en-us-9575)

* Big UE pass ... this one has only been lightly updated since it was written. API links ... latest styles applied ... 🌷 table beautification 🌹 ... *the works!*
* Enhancement via feedback from @raberana ... and we did it with nine years to spare! 🎉 😄
* Takes the samp to 2.2. I'll note it on the sample update tracking issue.
* Linking to 1.1 PDF. Note that without the metadata moniker range, there's no indication that the topic's content is 2.1+ on a <2.1 version load.
2018-11-20 09:59:14 -06:00
Luke Latham 3ab0f7da0f Document support for Razor templates (#9643)
Fixes #9618 

[Internal Review Topic (Templated Razor delegates section)](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-1.0&branch=pr-en-us-9643#templated-razor-delegates)
2018-11-20 09:44:12 -06:00
Luke Latham 786d7a28e6
Routing patch (#9644) 2018-11-19 18:15:50 -06:00
Scott Addie e59cd3e5b7
Add 2.1 to 2.2 migration doc (#9621)
Fixes https://github.com/aspnet/Docs/issues/9318

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/migration/21-to-22?view=aspnetcore-2.1&branch=pr-en-us-9621&tabs=visual-studio)
2018-11-19 16:25:32 -06:00
Luke Latham 12ddfb347a
Routing topic updates (#9527) 2018-11-19 13:11:47 -06:00
Tom Dykstra a214e23ac7
Remove duplicate list of links (#9639) 2018-11-19 08:23:56 -08:00
Tom Dykstra ef8a822d56
change toc node name (#9593) 2018-11-16 18:53:09 -08:00
Luke Latham 8d13f4cf74
Surface the use of regions in doc samples (#9622) 2018-11-16 15:12:34 -06:00
Scott Addie 7b4ef4647a
Update button text in web API 2.1 app (#9615)
Related to https://github.com/aspnet/Docs/pull/9602. Applies the same change to the 2.1 sample app.
2018-11-16 10:23:51 -06:00
Scott Addie 61040c22bd
Restore tip in SignalR tutorial (#9614)
Restore a tip that was inadvertently removed.
2018-11-16 10:18:21 -06:00
Alistair McMillan f598f928e2 Update title of button in HTML code for clarity (#9602)
Minor change but it seems a little confusing to call the button "Edit" when you use it to "Save" or "Submit" your changed todo item.
2018-11-16 10:14:06 -06:00
Luke Latham 62b29253b2
Clarify env vars in Web Host building remarks (#9599) 2018-11-15 14:15:37 -06:00