Commit Graph

2872 Commits (a25988d46e09b80842c3aa8deec134f97911d715)

Author SHA1 Message Date
Lijo Joseph d1fec3ee22 Update Routing.MD file to correct the typo
Made a small change to correct the spelling from `assocated` to `associated`
2017-03-06 12:41:28 +02:00
Alaa Masoud 347e075b18 Correct example view path 2017-03-05 06:46:04 +03:00
Julian Dominguez cfbc72cd07 Escape literal asterisk
As it was treated as formatting, so it made the rest of the paragraph not legible
2017-03-03 17:30:29 -08:00
Julian Dominguez 841f66faab Rename _subOptionsAccessor to reflect actual value (#2883) 2017-03-03 14:03:17 -10:00
Julian Dominguez dd0bc3aad9 Rename _optionsAccessor field to represent value (#2882)
The constructor receives an optionsAccessor, but by the time it is stored in the field, its value has been accessed, so the field name should not be suffixed with Accessor.
2017-03-03 14:01:47 -10:00
Rick Anderson aab4e1ce1a Update authoring TH title (#2874)
* Update authoring.md

* Update authoring.md

* Update authoring.md
2017-03-03 12:37:03 -10:00
Rick Anderson e1a7da79dc WIP: What's new in ASP.NET Core 1.1 (#2799)
* what's new in 1.1 initial draft

* internal notes

* weblistener and toc

* add websockets

* Update aspnetcore-1.1.md
2017-03-03 11:49:41 -10:00
Tom Dykstra f93c93002f fix link (#2880)
* fix link

* fix link
2017-03-03 11:36:28 -10:00
Rick Anderson 66d699e04f VS17 update to Intro to MVC (#2837)
* VS17 update to Intro to MVC

* adding a view

* work

* adding a view

* adding a model

* working with SQL LocalDB

* controller methods and views

* search

* new field and validation

* last part/delete

* final cleanup

* ###

* add "overpost" anchor

* tdystra feedback
2017-03-03 11:35:47 -10:00
Tom Dykstra f6cb0daf85 explain why we don't use iis/nginx/apache directly (#2870) 2017-03-03 12:00:17 -08:00
Rune Antonsen 0c6c54fb67 doc(tutorials): fix typo (#2876)
Fix typo where UseSwaggerUI was written with lowercase 'i' in 'UI'
2017-03-03 08:49:56 -05:00
Diana LaRose 0425b2b59c Update app-state.md (#2872)
* Update app-state.md

Edited the intro blurb and the first major header plus its one subhead.

* Update app-state.md
2017-03-02 17:51:17 -10:00
Jason Taylor d0b33ad1dc Updated tutorial to include support EF Core (#2850)
* Updated tutorial to include support EF Core

The source code had been updated to use the EF Core InMemory provider but the tutorial did not reflect these changes. To help get people up and running, I have:

Added the following new sections:
* Add support for Entity Framework Core
* Create the database context

Updated the following section:
* Add a repository class

* shorten/clean up
2017-03-02 17:46:08 -10:00
geeeyetee 561c535315 Update cross-site-scripting.md (#2873) 2017-03-02 17:38:31 -10:00
Jonathan a589568f7f Four space indention and call-chain reorder (#2857)
* Four space indention and call-chain reorder

Re-order AddCommandLine after AddJsonFile.

* Update hosting.md

* Update hosting.md
2017-03-02 17:19:06 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* 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
2017-03-02 14:50:36 -10:00
Tom Dykstra 8ceb247132 Create deployment node under mvc in asp.net classic toc (#2861) 2017-03-02 11:31:00 -08:00
Tom Dykstra 5d14ff7d4b set up master redirect file (#2862) 2017-03-02 09:56:14 -08:00
Daniel Roth 41d827d080 Add Web API link to ASP.NET column (#2853)
Thank you for your contribution! :-)
2017-02-28 16:14:34 -05:00
Tim Posey 398c4e055a Update web-api-help-pages-using-swagger.md (#2849)
Updating the API based on the recent changes to Swashbuckle 1.0.0-rc3

@TPoise - Thanks for the update.
2017-02-27 18:07:06 -05:00
Chandan Rai 7bc0cc9971 fixed few typos (#2788) 2017-02-27 12:16:45 -10:00
Rick Anderson 945251fdaf add code ticks to `<>` (#2848) 2017-02-27 12:14:24 -10:00
Tom Dykstra d429e7977e h1 update (#2844) 2017-02-27 12:40:05 -08:00
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
Steve Smith 515908b78c Responding to feedback 2017-02-24 13:51:45 -05:00
Steve Smith e5598fe36b Responding to feedback 2017-02-24 12:16:38 -05: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
Steve Smith 03a132347b Ajax demo 2017-02-22 17:36:23 -05:00
Steve Smith ee9d805976 minor updates 2017-02-22 15:50:29 -05: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
Steve Smith d4704850c2 adding sample 2017-02-21 17:31:58 -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
Steve Smith fe0ecaff0a Made a lot of progress on filters and javascript impl 2017-02-20 15:15:48 -05: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