Commit Graph

2588 Commits (3dc13554a77feaf28df1bf7cd3e1ee9db336af2c)

Author SHA1 Message Date
Rick Anderson 3dc13554a7 Delete gulpfile.js (#2847) 2017-02-27 10:31:59 -10:00
Anuraj ac1302c8cc Space added between words (#2840)
Space added between - The .Net type forrowversion is a byte array.
2017-02-26 07:52:10 -05:00
Diana LaRose 44a2b7bbb4 Edited middleware.md (#2838) 2017-02-25 23:50:39 -10:00
Rick Anderson 6a4263c503 convert to csproj (#2833) 2017-02-24 11:00:49 -10:00
sreejukg 8252d1a3b4 Update startup.md (#2807)
* Update startup.md

* Update startup.md

* removed en-us
2017-02-24 09:50:23 -10:00
Scott Addie 34fae4330e Fix area routes code sample (#2820) 2017-02-24 09:21:37 -10:00
H Masri cf32b32d6e Won't work with the Console.ReadLine() outside the using(..) (#2829)
ditto
2017-02-24 09:20:24 -10:00
H Masri 3f95447c98 Line 175 from /detail to /details (#2819) 2017-02-23 12:01:41 -10:00
H Masri a47db5277c {authorId:int} instead of {authorId} (#2822)
// its better to use {authorId:int} instead of just {authorId}
// wrong {authorId} will produce a 400 error with error message
// wrong {authorId:int} will produce a 404 error

Since the publish date route is limited to a couple of formats, I assume you're of the type to prefer to control what type of error is shown to the resource user.
2017-02-23 11:59:22 -10:00
Diana LaRose da607bb672 Update middleware.md (#2824)
Changed first line to test the process.
2017-02-23 08:43:08 -10:00
Tom Dykstra 7233fb7aba Note exception handler changes 1.0-->1.1-->1.1.2 (#2817)
* Note exception handler changes 1.0-->1.1-->1.1.2

* add "core"
2017-02-22 16:42:36 -10:00
Vidya Vrat Agarwal db7d383511 Update continuous-integration-and-continuous-delivery.md (#2798)
* Update continuous-integration-and-continuous-delivery.md

Updated reference of VSO in this with VSTS and also modified the URL

* Update continuous-integration-and-continuous-delivery.md

Applied suggestions 
@GuardRex and also fixed one more instance of VSO with VSTS and link.

* Update continuous-integration-and-continuous-delivery.md

Added a blank line after the paragraph. I left "Summary" text alone, seems it was hanging with previous sentence and made no sense.
2017-02-22 13:14:16 -10:00
Scott Addie 04a7c31f0f Remove extraneous asterisk from Bower doc (#2815)
👍
2017-02-22 12:07:39 -05:00
Scott Addie d1be108042 Remove extraneous backtick from Bower doc (#2814)
👍
2017-02-22 12:07:15 -05:00
Rick Anderson 29cf8f385d fix links 2017-02-21 08:06:42 -10:00
Scott Addie 41ae166f40 Migrate Authoring Tag Helpers sample code to CSPROJ (#2806) 2017-02-21 07:57:55 -10:00
Shayne Boyer 1c3ecfd960 Update proxy.conf Add X-Forwared-Proto (#2809)
Fixes #2804
2017-02-21 12:00:59 -05:00
Charles Simard-Lecours cad2bbb61e Typo (#2808)
Thanks for the fix.
2017-02-21 11:42:30 -05:00
Rick Anderson 81aeebc239 rewrite and remove project.json from Bower doc (#2778)
* rewrite and remove project.json

* Update bower.md

* Update _Layout.cshtml

* Scott intro rewrite
2017-02-20 20:53:41 -10:00
Sergey Lymar 631f5c0229 Update cookie-sharing.md (#2790)
* Update cookie-sharing.md

Added a tip to suggest to add a dependency for the code to start working. It was not obvious and made me search through source code

* removed tip
2017-02-17 16:28:26 -10:00
Hans Thorhauge Dam c99732266e Add missing `-t` in command for creating a new web project (#2777)
* Add missing `-t` in command for creating a new web project

* Updated based on review comments and suggestions
2017-02-17 16:26:28 -10:00
Rick Anderson e9d736aceb VC as TH with 1.1 (#2791)
* VC as TH with 1.1

* clean up

* remove errant line

* address dave comments

* clean up
2017-02-17 15:13:35 -10:00
Swiss-Devs 4fc27f085b set ASPSMS as SMS provider for 2fa (#2782)
* set ASPSMS as SMS provider for 2fa

* Convert warning to note and adjust version infos
new co-author added

* Update 2fa.md
2017-02-17 10:21:13 -10:00
Rick Anderson 0df22540b6 remove RC1 and RC2 migraton guides (#2780) 2017-02-17 09:24:01 -08:00
Shayne Boyer e2bb9d22ca Merge branch 'master' of github.com:aspnet/Docs 2017-02-17 12:21:19 -05:00
Shayne Boyer e29779d15e Yeoman article fixes (#2793)
* whitespace

* update generator version for project.json

* metadata update
2017-02-17 12:13:09 -05:00
Shayne Boyer d1069c888d whitespace 2017-02-17 09:49:34 -05:00
Rick Anderson 28e23a9ebe make cookie a link (#2792) 2017-02-16 18:10:56 -10:00
a-iafrate 6b193e952e Wrong highlight lines on sample9.cshtml (#2781) 2017-02-16 12:58:13 -10:00
Luke Latham 2d7892ac0c Update iis.md (#2783) 2017-02-16 11:25:38 -10:00
Andrew Stegmaier f667a52817 Update dotnet CLI syntax for adding packages. (#2776) 2017-02-15 18:53:34 -10:00
Tyf0x 10ad53cbf3 Fix display for machineKey tag (#2775)
The \<machineKey\> tag wasn't escaped and therefore considered as a tag by Markdown and not displayed.
2017-02-15 18:12:15 -10:00
Luke Latham a403a5b5f7 Update hosting bundle installer link (#2773) 2017-02-15 13:07:15 -08:00
Tom Dykstra c0dfab4dc3 Merge pull request #2772 from otamimi/patch-1
Update policies.md
2017-02-15 08:51:38 -08:00
Tom Dykstra 58835f4fbe Merge pull request #2770 from aspnet/danroth27/remove-wrench
Remove wrench for completed MVC app parts article
2017-02-15 08:50:22 -08:00
Tom Dykstra 061b310f19 Merge pull request #2771 from rhires/patch-2
"off of" -> on
2017-02-15 08:49:15 -08:00
otamimi 2e3970ffb1 Update policies.md 2017-02-15 15:16:05 +03:00
rhires 54fb316226 "off of" -> on
And remove extra "it" to improve the flow
2017-02-14 21:11:42 -05:00
Daniel Roth 579b24999a Remove wrench for completed article 2017-02-14 17:07:36 -08:00
Scott Addie 7847cb031e Migrate View Components sample code to CSPROJ and .NET Core 1.1 (#2763) 2017-02-14 11:43:35 -10:00
Jonas Bush a43b619840 Fix grammar in distributed.md (#2768) 2017-02-14 11:34:42 -10:00
Maira Wenzel 9e15717bb0 updating docs location (#2766) 2017-02-13 22:45:59 -10:00
Scott Addie aaaaa1d510 Properly escape special characters in MVC Areas doc (#2762) 2017-02-13 18:06:11 -10:00
damienbod 0df2c95ec2 Using in-memory database first web api todo api update (#2760)
* Using in-memory database

* removing patch
2017-02-13 16:36:48 -10:00
Tom Dykstra 008188393d Merge pull request #2761 from aspnet/tdykstra-patch-1
correct heading level
2017-02-13 16:45:21 -08:00
Tom Dykstra 087f334729 correct heading level 2017-02-13 14:40:41 -08:00
Joel Gallagher bb09c06d5b Update mvc4-release-notes.md (#2759)
Fixed Typo
2017-02-13 12:07:02 -10:00
damienbod 6ed0f7ddf6 Damienbod/aspnetcore tutorials first mvc app sample mvc movie update csproj (#2754)
* updating to csproj

* updating layout

* reverting @Rick-Anderson
2017-02-13 12:02:13 -10:00
Luke Latham b7ba995925 Key Vault Configuration Provider doc (#2531)
* Update configuration.md

* Create key-vault-configuration.md

* Create appsettings.json

* Add files via upload

* Update README.md

* Update KeyVaultConfigProviderSample.csproj

* Create sample-output.png

* Add files via upload

* Update key-vault-configuration.md

* Update Startup.cs

* Add files via upload

* Add files via upload

* Add files via upload

* Update Startup.cs

* Update appsettings.json

* Update Startup.cs

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Add files via upload

* Add files via upload

* Add files via upload

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update appsettings.json

* React to feedback

* React to feedback

* Update index.md

* Update toc.md

* Update configuration.md

* React to feedback - "When to use" section

* Add a phrase to KeyVaultClient bit

* Update key-vault-configuration.md

* React to feedback

* Minor update to ms.date

* New implementation and local secret storage

* Update KeyVaultConfigProviderSample.csproj

* Update Program.cs

* Minor phrasing adjustments

* Update KeyVaultConfigProviderSample.csproj

* Minor phrasing update

* Add files via upload

* Remove en-us from links

* Update web.config

* Delete License.txt

* Update Markup.cs

* Update Program.cs

* Update Startup.cs

* Update ms.date

* Note .NET Core target 1.1.0+

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Remove compiler\resources line

It isn't necessary, and it isn't in the templates.

* Update KeyVaultConfigProviderSample.csproj

* Create launchSettings.json

* Update KeyVaultConfigProviderSample.csproj

* Update Startup.cs

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Minor updates

* Minor update

* Update the doc ms.date

* Minor update
2017-02-13 10:03:08 -10:00
Reece Bradley 6261b313e4 updated broken link to sample project (#2753) 2017-02-13 10:02:47 -10:00