Commit Graph

2622 Commits (7036781b7adc3a481abbf4c4c6b6d7cbcbc92348)

Author SHA1 Message Date
Tom Dykstra 7036781b7a add docker tutorial to hub (#2889) 2017-03-06 16:40:36 -05:00
Shayne Boyer f58b3531a7 Move - Migrating ASP.NET MVC Applications to Windows Containers (#2877)
* move docker for mvc asp.net

* add link to deployment/index.md
2017-03-06 16:40:20 -05:00
Julian Dominguez 76cd8cdf27 Add a header for delimiting subsections (#2886) 2017-03-06 10:30:41 -10:00
Rick Anderson 08dee2657e test PR 2017-03-06 10:23:13 -10:00
Rick Anderson c3b33db43d update intro to WebAPI to VS17 RTM (#2887)
* update intro to WebAPI to VS17 RTM

* react to feedback
2017-03-06 08:41:51 -10:00
Diana LaRose b74ec46712 Update app-state.md (#2893)
Edited a couple more sections. (Sorry this took me so long; I had to think about it a lot.)
2017-03-06 08:33:46 -10:00
Tom Dykstra 3725c8e12b Merge pull request #2896 from aspnet/td/pdf
pdf of pre-csproj docs
2017-03-06 08:48:27 -08:00
Tom Dykstra bf1fd00712 Merge pull request #2884 from jdom/patch-3
Escape literal asterisk
2017-03-06 08:41:52 -08:00
Tom Dykstra 9c8ff0e224 Merge pull request #2890 from alaatm/patch-4
Correct example view path
2017-03-06 08:39:49 -08:00
Tom Dykstra 0728820632 Merge pull request #2894 from ljnotes/patch-1
Update Routing.MD file to correct the typo
2017-03-06 08:37:17 -08:00
Tom Dykstra a3c45f7334 pdf of pre-csproj docs 2017-03-06 08:32:39 -08:00
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
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