Fix dockerfile example to work with latest microsoft/aspnet version.
This is the minimal change, there are other ways to get the content in the correct place. The latest aspnet docs use a `site_root` argument when creating the image. See https://github.com/Microsoft/aspnet-docker/blob/master/4.6.2/sample/Dockerfile
Fixed a simple spelling error in the warning box in the Update the Create Page section of implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md.
* Fix explanation: setting a default selected option
The current doc treats the second parameter of @Html.DropDownList() as a way to set the default selected option. It gives an example of choosing "Comedy" by default. In fact, the given example creates a second entry that says "Comedy" but has an empty value. I provided a correct example.
* Fix code: setting a default selected option
See commit note on /Docs/aspnet/mvc/overview/getting-started/introduction/adding-search.md
* Misspelling in table of contents was fixed.
* Markdown was fixed for samples to be inserted into the article.
* Sample files were corrected.
* Sample file was corrected.
* Typo was fixed.
* Samples were corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample ws corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
* meta data fix
* Revert "meta data fix"
This reverts commit ba36883476.
* meta data fix2
* test
* Update owin-oauth-20-authorization-server.md
* Update api-ref.md
* Update api-ref.md
* test
* test2
// 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.
* 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.