Chebotov Nickolay
c8ddf0b0bf
Update getting-started-with-NSwag.md ( #12637 )
...
* Update getting-started-with-NSwag.md
Add Unchase OpenAPI (Swagger) Connected service into "Code generation".
* Apply suggestions from code review
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-06-03 16:36:13 -05:00
Scott Addie
1bef161c14
Register MongoClient in DI with singleton lifetime ( #12625 )
...
* Refactor Mongo sample app
* More sample app refactoring
* Simplify app and adjust instructions
* More fixes
* More edits
* Add missing steps
* Add missing regions to Startup.cs
* More edits
* More edits
* More edits
* Link to Mongo API ref pages
* Add more Mongo API ref links
* More edits
* More edits
* Update reuse link
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-06-03 16:31:27 -05:00
Rick Anderson
9a8dbc1750
Update action-return-types.md ( #12657 )
2019-06-03 10:32:09 -10:00
Justin Kotalik
a5c43455e5
Update ANCM error pages and diagnostics ( #12605 )
2019-06-03 09:30:43 -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
Nick Schonning
7ff2ab2430
fix: aspnetcore/tutorials/grpc/grpc-start.md ( #12646 )
2019-06-03 06:00:38 -05:00
Nick Schonning
a4d93a9f9c
typo: Double word "is" ( #12645 )
2019-06-03 05:59:23 -05:00
Vladislav Evtushenko
ac9ed691f5
fixed header tag (AspNetCore.Docs.ru-ru#4) ( #12636 )
...
- fixed header tag
2019-06-02 09:37:44 -10:00
Tom Dykstra
6cc0b2e791
Add WebSocket lifetime info ( #12620 )
2019-06-01 17:32:20 -07:00
Tom Dykstra
a5a35ecc89
[Remote] attribute requirements ( #12632 )
2019-06-01 14:37:08 -07:00
Ryan Bonomo
fc3d17dbb0
Update anti-request-forgery.md ( #12626 )
...
Remove phonetic pronunciation explanation of acronym. Such acronyms are spelled out verbally.
2019-06-01 08:47:37 -10:00
Scott Addie
7e4ddde22d
Convert async method to synchronous ( #12615 )
2019-05-31 16:14:45 -05:00
Wade Pickett
4394b08007
Merge pull request #12604 from aspnet/tdykstra-patch-1
...
Mention SkipStatusCodePages attribute
2019-05-31 13:48:31 -07:00
Rick Anderson
118abd87e7
Update toc.yml
2019-05-30 14:08:38 -10:00
Rick Anderson
8788694d78
Update toc.yml ( #12606 )
2019-05-30 12:27:43 -10:00
Tom Dykstra
6a4cb75181
add brackets to link text
2019-05-30 14:03:22 -07:00
Tom Dykstra
b8e50f1117
mention SkipStatusCodePages attribute
2019-05-30 13:39:11 -07:00
Scott Addie
7eecedc61d
Add OmniSharp server note to RP tutorial ( #12603 )
2019-05-30 15:12:10 -05:00
Scott Addie
a8794c324f
Hide package installation prereq for 3.0 ( #12589 )
2019-05-30 13:26:43 -05:00
Luke Latham
210dd082f3
WinAuth topic updates ( #12554 )
...
* WinAuth topic updates
Updates
* Apply suggestions from code review
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* React to feedback
2019-05-30 09:31:18 -05:00
Ben McCallum
97a5f25033
Fix typo ( #12595 )
2019-05-30 09:28:50 -05:00
Justin Kotalik
062e95391b
Doc stack size limit ( #12590 )
2019-05-29 17:18:28 -07:00
Rick Anderson
ca18c3dc6d
Update grpc-start.md ( #12588 )
2019-05-29 10:16:26 -10:00
Luke Latham
1d8cb18eb5
Blazor JS interop: call void functions ( #12584 )
2019-05-29 12:58:52 -05:00
Rick Anderson
5870e42ecb
Combine gRPC tutorials ( #12522 )
...
* Combine gRPC tutorials
* Combine gRPC tutorials
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* react to feedback
* react to feedback
* react to feedback
* react to feedback
2019-05-29 07:49:16 -10:00
Alex Dresko
5e76df5797
Update link to middleware ( #12583 )
2019-05-29 10:39:33 -05:00
Cecil Phillip
ed58e0fd7b
fixed typo ( #12581 )
2019-05-29 06:41:27 -05:00
Luke Latham
b54625eb53
Blazor client-side publish directory ( #12490 )
2019-05-28 17:53:56 -05:00
Luke Latham
6ab3bda01e
Remove OpenRegion/CloseRegion remark ( #12546 )
2019-05-28 17:04:43 -05:00
neoshuang
18a078237a
fix: DbContext class path error ( #12560 )
2019-05-28 09:50:43 -10:00
Luke Latham
cbb5e1371f
JavaScript Services topic updates ( #12571 )
2019-05-28 13:57:09 -05:00
Luke Latham
f377270678
Drop Startup code in Blazor hosting models topic ( #12568 )
2019-05-28 12:50:10 -05:00
Luke Latham
8400c22300
Kestrel topic updates ( #12529 )
2019-05-27 15:31:07 -05:00
Luke Latham
3ffad41f66
Windows Service topic+sample update for 3.0 ( #12449 )
2019-05-27 14:57:18 -05:00
Luke Latham
35548d4629
Drop instruction for non-preview VS with Blazor ( #12550 )
2019-05-26 13:40:54 -05:00
Luke Latham
b831f541c3
IIS Integration Middleware ( #12534 )
2019-05-25 06:51:22 -05:00
Rick Anderson
beb830ae76
Update kestrel.md ( #12538 )
2019-05-24 16:29:36 -10:00
Wade Pickett
a065bae9ef
v3 preview 4 update to core vs 4.x compare ( #12249 )
2019-05-24 16:46:47 -07:00
Rick Anderson
56c920733c
filters update ( #12421 )
...
* filters update
* filters update
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2019-05-24 12:16:57 -10:00
Luke Latham
bbb75be6fd
Configuration namespaces and line lengths ( #12526 )
2019-05-24 15:19:55 -05:00
Luke Latham
403a41fcff
Change Web Deploy link in IIS topic ( #12531 )
2019-05-24 15:16:05 -05:00
Andrew Stanton-Nurse
2636dfb88a
Add note about keeping the middleware pipeline running for a WebSocket ( #12378 )
2019-05-23 20:35:26 -07:00
Luke Latham
759ddac4b9
Blazor serverless with Azure Storage ( #12515 )
2019-05-23 15:07:31 -05:00
Luke Latham
b91564b05f
Blazor URI and navigation state helpers ( #12419 )
2019-05-23 14:56:45 -05:00
Luke Latham
283060ec01
Close void elements in Razor components ( #12484 )
2019-05-23 14:42:07 -05:00
Marc Plessis
9081b14578
Update net-client-console-log.cs ( #12513 )
2019-05-23 10:36:57 -05:00
Luke Latham
dd05953e85
Two additional Kestrel Limits ( #12451 )
2019-05-22 21:09:50 -05:00
James Newton-King
daba5740cd
Remove MinRequestBodyDataRate with gRPC from docs ( #12496 )
2019-05-22 15:39:59 -07:00
Michael DePouw
49b111ef86
PostLogoutRedirectUri to SignedOutRedirectUri ( #12501 )
2019-05-22 10:34:14 -05:00
Scott Addie
1e5b8eaa62
fix build warning
2019-05-22 09:11:25 -05:00