Commit Graph

130 Commits (ef1ae8eabcbc45c049900abad71e8eafd451d9bf)

Author SHA1 Message Date
Daniel Roth 025c080af1 Update diagnostics.rst 2016-02-01 16:34:09 -08:00
Léonard Labat 03e7fd6d91 Update OWIN article to RC1 2016-02-01 15:53:02 -08:00
Zhiliang Xu 343d9d7721 Fix the line numbers of code snippets
Fix the line numbers of code snippets when referencing to dependency-injection/sample/src/DependencyInjectionSample/Startup.cs
2016-01-30 16:41:09 -08:00
Sourabh Shirhatti d1af913924 Update servers article to rc1
Link to milestone rather than commit

Remove dependencies

Respond to feedback

Whitespace trim

UE revision

UE revision

More UE changes
2016-01-25 12:56:39 -08:00
chao-zhou 391a4a75f1 "webroot" location is wrong.
In RC, "webroot" attrbiute is moved into hosting.json
2016-01-25 10:23:20 -08:00
danroth27 d36b3642a1 Add missing whitespace 2016-01-25 10:20:59 -08:00
chao-zhou a836f78ebe Simplify lambda expression.
Origin: next=> async context =>
Current: async (context, next) =>
2016-01-25 10:19:27 -08:00
Ankit ce5d712e2e Changed links to corresponding master branches. 2016-01-19 22:52:39 -08:00
Steve Smith fc9d0fbb64 Fixing up sample 2016-01-16 13:55:32 -05:00
Steve Smith aaf24fb600 Updated wording and recommendations 2016-01-16 13:39:40 -05:00
Steve Smith e3096d64a2 Distributed Cache 2016-01-14 14:42:20 -05:00
Steve Smith e0f046ef59 Text edits in response to @rick-anderson feedback. 2016-01-13 16:50:42 -05:00
Sourabh Shirhatti 291222738f Hosting Docs
Adress initial comments

PlatformHandler -> Platform Handler

Fix casing of 'web sites'

Underline too short

Fix typos in servicing doc

Add note about unlocking handlers

Note about issue with dnu publish

Escape the '\' char

Add intro and reorder

Move servicing up

Move web.config into new file + small fixes

Data protection

Update hosting doc overview

x.509 data protection

Add the X.509 content later

Respond to UE feedback
2016-01-12 11:19:40 -08:00
Balamurugan Chirtsabesan d522c691b3 Update Configuration article for RC1
Update link to sample

Update Configuration sample code to RC1

Update Configuration article to RC1
2016-01-06 10:55:14 -08:00
Mike Wasson 3bba391c99 Fix link to sample 2016-01-05 10:13:16 -08:00
RachelAppel 9d9a869ce1 Merge branch '1.0.0-rc1' 2015-12-29 12:57:00 -05:00
John Reilly ad715e95df Update static-files.rst
Fix typo in filename
2015-12-29 12:54:44 -05:00
Scott Addie 49c6d4ff00 Convert to using Sphinx-style relative links
Apply new labels to ASP.NET docs to support Sphinx links
2015-12-28 12:05:39 -06:00
jamesjfoster dba4d5224a Update static-files.rst
Fixed misspelling of DirectoryBrowserOptions in directory browsing code.
2015-12-23 11:06:27 -08:00
Greg Lincoln ae94418d5a Update AutoFac example in DI article for RC1. 2015-12-21 13:53:28 -08:00
Sourabh Shirhatti c7592efc06 Update aspnet.inv and fix broken links 2015-12-21 12:08:10 -08:00
Barry Dorrans bcc486f506 Add new section on DI and update the old DI syntax to the new syntax.
Removing namespaces to make the samples easier.
2015-12-21 11:40:28 -05:00
Alaa Masoud 106c21b7e0 Removed duplicate word 2015-12-17 17:36:11 +03:00
Steve Smith 776d2b9603 Updated to RC1
Responded to feedback. Fixes #725
2015-12-16 18:14:55 -08:00
Barry Dorrans 43e2d26c02 Add using cookie middleware without identity 2015-12-14 21:19:13 -08:00
John Rowley 3b8bdd268a Update logging to rc1 2015-12-14 17:55:43 -08:00
danroth27 a5860bafdd Property injection is not supported by default 2015-12-14 16:31:52 -08:00
Steve Smith 2ce14057e1 Updated tests to use better ManualResetEvent pattern. 2015-12-11 11:51:21 -05:00
Steve Smith 5eb4335f5c Updated to RC1
Fixes #290
2015-12-10 15:49:00 -05:00
RachelAppel f2ad7b6973 Merge branch '1.0.0-rc1' of https://github.com/aspnet/Docs into 1.0.0-rc1 2015-12-10 12:48:03 -05:00
Steve Smith 35a378c8a0 Add In-Memory Caching article 2015-12-10 09:43:12 -08:00
John Rowley 581e1fc634 Update AppState to rc1 2015-12-10 12:41:40 -05:00
John Rowley 5c65fbd0b4 Slay deadwood inside of middleware.rst 2015-12-10 07:48:33 -08:00
Barry Dorrans 61fac0cbe1 Change broken doc links are file moves to will always work ref links 2015-12-09 11:14:53 -08:00
Steve Smith dab1d36839 Clarify Config Source Ordering Effects
Fixes #303
2015-12-09 08:03:34 -05:00
Sourabh Shirhatti 0ca4ed005a Console logger supports scopes in rc1 2015-12-07 12:11:55 -08:00
SychevIgor ff52b01882 Update logging.rst
Links to source code on a GitHub updated to current version rc1.
And fix for pull request https://github.com/aspnet/Docs/pull/695/
2015-12-07 12:07:38 -08:00
John Rowley a483f4b76e Update Diagnostics Demo project to rc1 2015-12-07 14:40:41 -05:00
Scott Addie b5525268ba Fix broken Environment Tag Helper link
Link to new label in MVC index page
2015-12-04 19:04:57 -08:00
Matt Mazzola 51afe05b6d Correct line numbers intended to reference service registration with different life cycles.
The articles was incorrect referencing a portion of Startup.cs from lines 88-91 which was unrelated about development settings. The intention was to show the portion of Startup.cs on lines 66-71 where the services are registered with different life cycles (transient, scoped, singleton, and instance).
2015-12-03 18:27:10 -05:00
Matt Ridgway 0adfdf1384 Link to sample was wrong
GitHub returned 404
2015-12-02 16:24:59 -05:00
Scott Addie d40b6a568f Remove extraneous single quote 2015-12-02 14:42:01 -05:00
Roman Pavlov a19bf41f3a Update middleware.rst
Update link to middleware sample code.
2015-12-02 10:46:11 -08:00
Roman Pavlov 7bb5307971 Update environments.rst
Update link to environments sample. Fixes #674
2015-12-02 10:35:13 -08:00
Steve Smith eae429b1bf Add Managing Application State article 2015-11-30 22:33:54 -08:00
danroth27 2b036b7ef8 Remove error handling topic 2015-11-18 04:05:43 -08:00
danroth27 83f074dc6e Update literalincludes for RC1 common samples 2015-11-18 03:37:22 -08:00
danroth27 67e0989dee Merge branch '1.0.0-beta8' into 1.0.0-rc1 2015-11-18 02:20:57 -08:00
Betz 8652f226c6 Update diagnostics article for error page changes. 2015-11-18 02:15:08 -08:00
danroth27 601d5008b7 Merge branch '1.0.0-beta8' into 1.0.0-rc1 2015-11-17 21:39:41 -08:00