Commit Graph

1236 Commits (a10fa18363bb4512304190343c49a1e3befc9e6b)

Author SHA1 Message Date
foreverlearner ea1a5337a2 Update sample2.cs (#3429) 2017-05-30 12:12:45 -07:00
Terri Morton 21efed8220 Updating page title
Changed "ASP.NET Razor Pages" to "ASP.NET Web Pages"
2017-05-26 15:50:58 -04:00
Andrii Bratanin 4d0944b037 Mitigate possible race condition in MessageHandler1 (#3402)
MSDN description of DelegatingHandler Class says:
"Any instance members are not guaranteed to be thread safe"
https://msdn.microsoft.com/en-us/library/system.net.http.delegatinghandler(v=vs.118).aspx
2017-05-23 18:14:52 -07:00
Matteo Tammaccaro 857f6fa9ba Updated (#3375)
* Updated

Added note about adding Entity Framework via nuget

* Update adding-a-model.md
2017-05-18 18:32:41 -10:00
biancaghiurutan 1713d67a67 Corrected link markup (#3383)
* Corrected link markup

Corrected markup for `@Html.AntiForgeryToken` link.

* Update xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md
2017-05-18 18:29:46 -10:00
Anh Vuong 31995b4e4f Update action-results.md (#3371)
line 96: Corrected spelling for ApiController (previous version is ApiConroller)
2017-05-16 18:04:52 -10:00
fareszekri 39939f6f27 minor fixes in the partial code of update & delete definition (#3362)
* Update sample9.cs

updated method definition Task<Product> as it should return product Task<Product>

* Update sample10.cs

Updating definition to return status code (Task<HttpStatusCode>)
2017-05-15 11:17:15 -10:00
Tom Dykstra 99653f1e32 fix link (#3358)
Add an optional extended description…
2017-05-12 10:00:04 -07:00
Ganesan Arunachalam 304c18e590 Changed HTML to HTTP (#3346) 2017-05-11 14:13:18 -10:00
Mike Wasson fa84a12d5c Fix typo (#3323) 2017-05-09 09:51:30 -10:00
natalya-k 4d2c2b1d44 Update sample5.cs (#3298)
A path to the log file should specify the root directory in case an exception was thrown from a subdirectory of the application.
2017-05-06 08:49:13 -10:00
natalya-k 79773e5760 Redundant HTML-tag (#3299)
A redundant </head> tag was removed.
2017-05-06 08:47:57 -10:00
natalya-k 60a581c38c Markup fixes (#3300)
Markup of the code blocks was fixed ("Programming the Calendar Control" section).
2017-05-06 08:46:38 -10:00
Sturla Thorvaldsson 85c9ac0f40 Change to how the container is Disposed (#3306)
I came across this when using Sonarlint and got this warning (a Major one ). http://www.sonarlint.org/visualstudio/rules/index.html#version=5.10.0.1344&ruleId=S3881 

Btw. this is my first ever pull request, hope its valid :-)
2017-05-06 08:45:32 -10:00
natalya-k edeca3e679 Note markup fix (#3309)
Note markup was fixed.
2017-05-06 08:39:51 -10:00
natalya-k ee5b7ca343 HTML attributes fix (#3311)
Some HTML attributes were added.
2017-05-06 08:37:23 -10:00
Srikar Tadiparthi 512e1a30ae Update adding-a-view.md (#3320)
* Update adding-a-view.md

* Update adding-a-view.md
2017-05-06 08:31:47 -10:00
biancaghiurutan 1d98b6aaf8 Highlighted an issue when sorting is not working. (#3318)
* Highlighted an issue when sorting is not working.

Sorting will not work in the filtered list for which a form using POST was used.

* reword slightly
2017-05-05 18:11:12 -07:00
biancaghiurutan 4ca2c4a58d Corrected mark up and capitalisation issues (#3319)
Add an optional extended description…
2017-05-05 17:58:02 -07:00
ChrisSfanos ddeed4c6cd Update overview.md (#3312)
Added new version of jquery.SignalR-2-2-2
2017-05-05 07:23:11 -10:00
Abdelkrim from Brussels e2ebab3ad4 missing space character between `Main` `RunAsync` (#3296) 2017-05-02 09:34:07 -10:00
Mark Amery 615ea975de Fix typo ('datbase' instead of 'database') (#3282) 2017-04-30 16:09:56 -10:00
natalya-k f97a3a2593 Update sample10.cshtml (#3272)
A redundant </head> tag was removed.
2017-04-25 14:28:23 -10:00
Saikava 291611fdae Update creating-api-help-pages.md (#3217) 2017-04-13 08:04:32 -10:00
kscelfo 7a1b8d6141 Update handling-concurrency-with-the-entity-framework-in-an-asp-net-web-application.md (#3193)
Changing year from 999 to 1999 in description of result.
2017-04-11 14:39:41 -07:00
María Inés Parnisari 307f46dfb7 SignalR demo: updated script references to the latest versions (#3192)
* SignalR demo: updated script references to the latest versions

* Update sample3.html
2017-04-11 08:58:42 -10:00
Chase Holdren ff7c3379f6 Update tutorial-your-first-web-api.md (#3201) 2017-04-11 08:56:39 -10:00
Tom Dykstra a25988d46e retire outdated article (#3200) 2017-04-10 16:51:16 -10:00
Samir Patel b2ec4b952a Fixing multiple issues with content (#3181) 2017-04-07 16:07:10 -10:00
Quan Mai 32b6b561b2 Remove dead link (#3182)
Domain name is for sale
2017-04-07 16:05:54 -10:00
Lex Li ee3268e090 Fixed a typo. (#3184) 2017-04-07 16:04:33 -10:00
Andre Price 75326b917d Update dockerfile in aspmvc deployment (#3160)
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
2017-04-05 16:40:47 -10:00
John Paul Bamberg 888ff14b5f Grammatical Correction (#3162)
If it "doesn't" require a password then I "don't" need to do anything to prevent secrets from being checked in.
2017-04-05 16:38:35 -10:00
Lucas O'Neil 83a1f1c711 Update adding-a-view.md (#3154)
Spelling mistake
2017-04-03 14:48:25 -10:00
mihe 517904b517 Backslash character does not render in browser (#3120)
The backslash character does not appear when the document is rendered in the browser
2017-03-31 08:45:24 -10:00
Tom Dykstra 5b99621399 redirect vs overviews to vs.com (#3089) 2017-03-28 15:15:57 -07:00
Andy Pasic 0d3169c8fe Inserted UID (#3075)
* Inserted UID

* fixing toc.md
2017-03-27 15:35:25 -10:00
Yavor Slavchev 89ca30ae0e Removed 'zz' from the ' Using Owinhost.exe' section. (#3071) 2017-03-27 09:12:00 -10:00
Daniel Roth c7855fbaa1 Update preventing-cross-site-request-forgery-csrf-attacks.md (#2904) 2017-03-24 15:34:10 -04:00
David 6f26b346d7 Update with spelling correction (#3042)
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.
2017-03-23 07:01:12 -07:00
rhires 5970ff4a8b Fixed Typo (#3030) 2017-03-21 12:24:22 -10:00
ChrisSfanos f02b6e3cee Update overview.md (#3015)
Adding version 3.2.1 of jQuery
2017-03-20 11:05:10 -10:00
Steve Lasker d02d667352 Update to VS 2017 and changes in microsoft/aspnet (#3008) 2017-03-20 11:13:20 -04:00
ChrisSfanos 2ef000a076 Update overview.md (#2996)
Adding jQuery 3.2.0 to the CDN
2017-03-17 10:35:41 -10:00
Tom Dykstra cea2345c63 add metadata, delete docfx.json (#2982)
* add metadata, delete docfx.json

* make headings consistent
2017-03-16 14:43:23 -10:00
james1293 4145aae04d Include sample17.cshtml instead of inline code (#2988)
Meant to do this originally, oops!
2017-03-16 14:42:32 -10:00
Tom Dykstra c1a3bb1ec1 add webmatrix deprecated note (#2983)
* add webmatrix deprecated note

* alter wording

* fix formatting

* fix links

* fix link
2017-03-16 14:39:14 -10:00
Tom Dykstra 56e3b55b69 Tutorials node for ASP.NET non-core TOC (#2989)
* asp.net tutorials page

* add Tutorials node to TOC

* fix intro text

* fix metadata
2017-03-16 14:21:33 -10:00
Jeffrey Drake dab8f692c0 Corrected a spelling error (#2987) 2017-03-16 08:47:28 -07:00
james1293 40fd242c7d Fix explanation: setting a default selected option (#2973)
* 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
2017-03-15 11:35:29 -10:00
apshenichnyi 8255138826 Some corrections in text (#2976)
* Markdown was fixed for samples to be incorporated into the article.

* Text was corrected.

* Mispelling was corrected.
2017-03-15 10:24:41 -10:00
Terri Morton 75f35e14f7 Corrected link to internal article 2017-03-15 10:17:47 -04:00
OzBob cbbc3dc4c3 Fixes #2964 Add Registering exception filters (#2965)
* Add Registering exception filters

taking comments in discussion and quoting from : https://github.com/aspnet/Docs/blob/master/aspnet/web-api/overview/error-handling/exception-handling.md

* Update web-api-global-error-handling.md
2017-03-14 10:25:09 -10:00
ChrisSfanos 75cc5d4c09 Update overview.md (#2971)
Updated Knockout new version
2017-03-14 09:38:33 -10:00
James Telfer 0627ba9d94 Fix spelling of 'Verrsions' in title (#2966)
Thanks for the catch/fix.
2017-03-14 07:18:53 -07:00
LinuxChata c9cc2f4248 Update content-negotiation.md (#2952) 2017-03-13 10:55:57 -10:00
Vidya Vrat Agarwal 17dd80718f Changed Summary to heading format (#2947) 2017-03-10 13:07:37 -10:00
Rion Williams 435a547977 Updated Code Style in Examples (#2942)
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Miroslav Jeliaskoff 2581d8470b Added parameter int the call to the base function (#2945)
The base object does not have a method with no parameters in SignalR version 2.2.1.
2017-03-10 10:02:45 -10:00
Terri Morton 2e8c928932 Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
Removing unneeded word "warning".
2017-03-09 22:18:48 -05:00
apshenichnyi 1f79bde417 Fixing documentation for MVC4 Hands On labs (#2934)
* 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.
2017-03-09 12:17:59 -10:00
Tom Dykstra b22f9016c1 add link to project.json docs (#2921)
* add link to project.json docs

* move link to correct footers
2017-03-08 09:49:01 -10:00
Rick Anderson f0a65b95e3 Download PDF to see better view (#2915) 2017-03-08 08:41:12 -08:00
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
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
Chandan Rai 7bc0cc9971 fixed few typos (#2788) 2017-02-27 12:16:45 -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
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
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
a-iafrate 6b193e952e Wrong highlight lines on sample9.cshtml (#2781) 2017-02-16 12:58:13 -10:00
Joel Gallagher bb09c06d5b Update mvc4-release-notes.md (#2759)
Fixed Typo
2017-02-13 12:07:02 -10:00
Luke Latham 3479af491e Using SignalR Performance Counters in an Azure Web Role (#2672)
* Update sample1.xml

* Update sample3.cmd

* Update sample4.xml

* Update sample1.xml

* Update sample5.cshtml

* Update sample6.cshtml

* Update sample7.cs

* Update sample9.cs

* Update sample10.cs

* Update sample12.xml

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update sample1.xml

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update sample4.xml

* Update sample6.cshtml

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update sample9.cs

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update sample10.cs

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Add files via upload

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Delete sample10.cs

* Delete sample11.cs

* Delete image11.png

* Delete image12.png

* Create sample10.xml

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Add files via upload

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Update using-signalr-performance-counters-in-an-azure-web-role.md

* Minor updates

* Update sample9.cs

* Update sample9.cs

* React to feedback

* Minor update

* Select for click everywhere except right-click
2017-02-13 09:21:45 -10:00
Tom Dykstra b809fc9c57 remove aspnet .gitignore (#2736) 2017-02-10 09:34:04 -10:00
xtt129 e9a7751e74 fix typo in odata-v3-odata-action sample (#2714) 2017-02-09 08:18:33 -10:00
Tom Dykstra c3aba78729 enable local builds in aspnet folder (#2693)
* enable local builds

* remove comments
2017-02-08 07:55:23 -10:00
Tom Dykstra 08dee8c630 make webhooks toc work like the rest of the toc (#2686)
* make webhooks toc work like the rest of the toc

* fix toc node nesting

* remove asp.net from toc node name
2017-02-07 13:58:14 -10:00
pragmat1c 709710f765 Update create-a-rest-api-with-attribute-routing.md (#2681)
Fixed typo.
2017-02-07 11:21:43 -10:00
Tom Dykstra b046326cfe fix breadcrumbs (#2678)
* add asp.net classic

* fix typos

* fix aspnet/aspnet and add owin-and-katana
2017-02-07 09:08:49 -10:00
Jason Groce e72abd7eb0 Updating hub page with latest design and content 2017-02-06 12:32:04 -08:00
Tom Dykstra f17356bcdb merge aspnetmigration to master (#2668)
* Initial aspnet migration

* Updating legacy urls

* Clearing .gitignore file

Clearing .gitignore file because this isnt a normal .net application
where we want to strip away debug files, etc. We want to include
everything under these folders.

* Updating webhooks toc reference

* Removing header debug links

* Updating webhooks toc

* Updating double quotes in metadata to use single quotes

* Moving all code blocks to external files

* Updating newlines for step-by-step

* Fixing indent problem on some code blocks

* Fixing newlines in alt attribute for images; Fixing some missing code block references

* Resyncing with live content

* Refreshing content from production

* Trying to get pdf to generate for our aspnetmigration branch

* Update .openpublishing.publish.config.json

* Refresh from prod; Removing some legacy urls for pages that shouldnt have it

* Updating index pages and removing legacy urls

* Updating warning and caution notes

* Removing downloads

* remove aspnet from exclude list (#2549)

* First pass at language detection

* Updating author and adding in msc.type

* Updating code blocks

* Updating note styles

* Fixing note styles

* Updating docfx.json file to allow pdfs and gifs

* Fixing note stylings for bold notes

* Updating docfx.json to allow exe, zip and wmv files

* Fixing note styles with period; Fixing downloads links

* Fixing code blocks for razor cs and vb

* Fixing more downloads links; Fixing a few code blocks

* Removing &#160; html entity

* Fixing some more note stylings

* Syncing with prod

* Fixing issues with content

* Rebuilding toc file

* Adding back in files accidentally deleted

* Fixing some security notes

* Fixing some note styles

* Updating unknown code blocks

* Updating article

* Fixing link

* Fixing link

* Fixing link

* Fixing invalid characters

* preliminary toc changes

* update toc

* fix toc folder with only one link

* Fixing extra heading

* Fixing articles

* Reworking ajax pages

* Fixing encoding issues

* Updating markup in articles

* Fixing space

* Fixing spacing issues with links

* Fixing note styles

* Fixing inline note styles

* Fixing missing image

* Adding space

* Rolling back gitignore file and adding a new one for /aspnet

* Fixing some code blocks

* Updating code block language

* Renaming file

* Updating code language

* Fixing code blocks

* Fixing code blocks

* Fixing spaces before 'using'

* Fixing cs to js

* Changing Note type

* Updating broken reference

* Replacing headings with bolds under notes/tips, etc

* Fixing markdown for pipes

* Another attempted to fix pipe characters

* Fixing markdown for pipes

* remove text about being thread-safe (#2630)

* Fixing spacing issue with list

* Trying to fix pipe issue

* new how to choose doc

* move choose doc to core folder

* add api ref

* fix link

* Adding in ms.assetid

* Removing \ufeff

* fix link

* link to mvc intro instead of webhooks

* add scenarios

* put core first, vertical orientation for scenarios

* reorganize toc, make overview work like core version

* fix yaml

* fix broken links

* Adding space

* add download link

* tweak tables

* eliminate images

* eliminate images 2

* tweak scenario section headings

* add link to core in asp.net overview

* Removing gears

* Updating table

* Updating code block languages

* fix urls (#2663)

* Removing embedded in-article TOC from top of articles

* fix urls (#2666)

* fix urls

* fix urls

* Removing embedded in-article TOC from top of articles

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit ff1c3ccdf1.

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit 17c37c726d.
2017-02-03 11:40:22 -10:00
Wade Pickett dae7d2e750 Update index.md (#2596)
* Update index.md

* Update index.md
2017-01-23 15:34:28 -08:00
Wade Pickett 6f9b9e3795 Update index.md (#2585) 2017-01-23 11:37:22 -08:00
Gaurav Arora 77448b31b9 included Zendesk webhook (#2477)
included Zendesk webhook
2017-01-05 09:29:48 -10:00
Tom Dykstra e77ff6baf8 remove files that were left in the wrong folders (#2433) 2016-12-21 15:07:28 -08:00
Shayne Boyer 4f405816cb Partially addresses Issue 2147 (#2382)
* update image alt tags - init

* sass and grunt

* using gulp

* onsie twosie updates

* more single changes
2016-12-13 08:31:52 -08:00
Tom Dykstra ce17ec69a5 add webhooks to hub 2016-12-01 18:10:18 -08:00
Rowan Miller a471d82b80 Fix hub page typo in description of ASP.NET Core 2016-11-16 13:34:33 -08:00
brady gaster ab39716db8 Update toc.yml 2016-11-14 06:24:21 -08:00
Steve Smith 43b3de4a50 File Uploads (#1977)
Doc complete and linked in TOC
2016-11-10 19:02:44 -05:00
Tom Dykstra 43bb2edfbc update hub (#2106)
* update hub

* fix links

* fix links

* remove en-us
2016-11-04 10:05:37 -10:00
brady gaster 86fa64ea05 Update index.md 2016-11-03 11:47:19 -07:00
brady gaster 996f95777f Update index.md 2016-11-03 11:44:08 -07:00
brady gaster 1ace49aee7 Update index.md 2016-11-03 11:27:50 -07:00
brady gaster 137490a843 Update index.md 2016-11-03 11:21:19 -07:00
brady gaster 5b49efb896 Update index.md 2016-11-03 11:04:25 -07:00
brady gaster 9960f55f07 Update index.md 2016-11-03 10:43:48 -07:00
brady gaster 1538c54691 Update index.md 2016-11-03 10:38:13 -07:00
brady gaster 369f613f8d Update index.md 2016-11-03 10:30:56 -07:00
brady gaster ee5f8bfa77 Update index.md 2016-11-03 10:23:26 -07:00
brady gaster a1fd2eb7c8 Update index.md 2016-11-03 10:15:58 -07:00
brady gaster 2f40378ddf Update index.md 2016-11-03 10:00:17 -07:00
brady gaster 2756db31a9 Update index.md 2016-11-03 09:46:06 -07:00
brady gaster 4eda76682b Update index.md 2016-11-03 09:42:15 -07:00
brady gaster be00a20dfa fixing format
removed comments to fix formatting of hub page
2016-11-03 09:34:11 -07:00
Rick Anderson 5c43d24d08 WebHooks cleanup (#2083)
* fix

* clean up index

* fix parent
2016-11-02 16:12:25 -10:00
Rick Anderson b30e882d74 fix webHooks TOC (#2082)
Add an optional extended description…
2016-11-02 15:08:39 -10:00
Rick Anderson bdfc598472 fix left TOC (#2070)
* fix left TOC

* ad
2016-11-01 19:17:30 -10:00
Sandra Aldana 996cbecc84 Breadcrumbs (#2060)
Breadcrumbs
2016-11-01 17:58:12 -07:00
Sandra Aldana 1ae7ae3899 Delete toc.yml 2016-10-31 10:50:01 -07:00
Rick Anderson fe7161af10 fix DocFX builds (#2021)
* fix DocFX builds

* remove meta

* remove aspnet-core-conceptual
2016-10-28 12:06:00 -10:00
saldana 684ad42600 Initialize open publishing repository: https://github.com/aspnet/Docs of branch master 2016-10-28 19:14:22 +00:00
Daniel Roth 5693706555 Move toc.yml under aspnet folder 2016-10-28 11:02:19 -07:00
Daniel Roth f9a2097cfc Move hub index.md to aspnet folder 2016-10-28 11:01:30 -07:00
Daniel Roth db586d9489 Remove stub aspnet/index.md file 2016-10-28 11:01:04 -07:00
Daniel Roth 10dadc4a90 Move webhooks under aspnet 2016-10-28 10:48:57 -07:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00
Daniel Roth 1405cd6d45 Remove sphinx content 2016-10-28 10:29:02 -07:00
Damien Pontifex b6908a7eea Noting to skip first time package restore on hosted servers for vsts ci build (#1961)
Credit to @DarqueWarrior
http://donovanbrown.com/post/2016/08/28/Stop-wasting-time-during-NET-Core-builds
2016-10-16 11:07:22 -10:00
Shaun Luttin 23883783e6 (typo) Add missing words. (#1958)
Add an optional extended description…
2016-10-12 14:28:33 -10:00
Shayne Boyer 3b884b28cf Update for gulp document (#1954)
* update gulp doc

* address change requests
2016-10-11 09:51:56 -10:00
Shayne Boyer 44068cfca4 Startup Environments (#1956)
* Fixes #1561

* Edits requested
2016-10-11 09:50:58 -10:00
Adrien Torris dc3443abe0 Add user's unique email policy configuration (#1955)
* Add user's unique email policy configuration

* Add user's unique email policy configuration

I think it can be hepful because a lot of projects need this user email's policy.

* Update identity.rst
2016-10-11 09:50:31 -10:00
Tanato Cartaxo fa921c38e6 Update lib references (#1952)
Updated Library references to not bound with a specific version.

When tools/references are updated (like Microsoft.Extensions.Configuration.UserSecrets was updated to 1.0.0) the documentation turns outdated
2016-10-10 08:22:25 -10:00
Brent Coney 3ae38a2944 Adding note about added "textInput" binding. (#1953) 2016-10-10 08:22:12 -10:00
Shayne Boyer 1e994ae45e Typo
``[Produces("application/json"]`` => ``[Produces("application/json")]``
2016-10-10 13:51:33 -04:00
Daniel Roth 73d178de62 Remove responsive design topic (#1951) 2016-10-06 14:08:46 -07:00
Daniel Roth 0a324fd0b1 Remove output caching from TOC (#1946)
* Remove output caching from TOC

I believe this topic is covered by the response caching topic.

* Remove output caching article
2016-10-05 15:03:17 -07:00
Luke Latham a58ed69df4 Add common error to Publishing to IIS (#1943)
Fixes #1932

I added it to the end, however, the Commons Errors section will get better organized when I get to the big doc overhaul. I intend to sort/group them by browser response error code when the time comes.
2016-10-04 21:28:39 -07:00
Luke Latham a97b5c3023 Add location information to ANCM hosting doc (#1944)
* Add location information to ANCM hosting doc

Fixes #1931 ... also updated capitalization of "h" of `applicationhost.config` to `applicationHost.config`.

Adds ANCM module, schema, and `applicationHost.config` locations to the doc for easy dev reference.

All credit to @jhkimnew for excellent post at https://github.com/aspnet/Home/issues/1583#issuecomment-249754022

* Minor update

Consistency: `IIS Express` (with space) is better than `IISExpress`.
2016-10-04 21:27:41 -07:00
Steve Smith 8ff5876928 Updating and fixing issues with testing controllers article and sample (#1920)
Add an optional extended description…
2016-10-04 12:59:20 -07:00
Rick Anderson b4986fb216 Update policies.rst (#1941)
* Update policies.rst

* Update policies.rst

* Update policies.rst
2016-10-04 11:04:43 -07:00
Tanato Cartaxo 53bf567221 Updated references in Identity Migration Doc (#1921)
* Updated references in Identity Migration

Updated references in Identity Migration to use the final namespaces of components:

.. code-block:: c#
        "Microsoft.AspNetCore.Identity.EntityFrameworkCore":  "1.0.0",
        "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",

Removed workaround to assure that database is created in Entity Framework

* Removed lib version reference

Removed specific version reference for libs and updated text for better reading.
2016-10-04 09:00:04 -07:00
Tim Hess 44b7b40ee3 Update servers.rst (#1942)
typo fix
2016-10-03 17:40:21 -04:00
Jonathan 2d4a8551db Added information about OWIN environment (#1930) 2016-10-03 13:18:56 -07:00
Adrien Torris 6413155675 Add identity configuration example (#1939)
* Add identity configuration example

Add an example about how to configure some basic stuff about ASP.NET Core Identity (password policy, cookie, lockout, ...)

* Add identity configuration example

Add an example of identity configuration in startup class
2016-10-03 11:11:16 -07:00
Dan Clarke 18e42fd3d9 Fixed typo (#1937) 2016-10-01 17:27:34 -04:00
Luke Latham 093cc68e1b Update iis.rst (#1926)
Update link to latest VC++ redist.
2016-09-29 13:32:41 -07:00
Stephen Halter 868c661c73 Update servers docs from RC1 to RTM (Part 2) (#1919)
* Update ServersDemo for 1.0.0

* Update servers docs from RC1 to RTM
2016-09-27 21:32:32 -07:00
Thomas Ardal 34333d3196 Fixed link to elmah.io (#1924)
The link to the elmah.io package pointed to the old package from before the rename from framework.logging to extensions.logging.
2016-09-27 10:39:19 -04:00
Carsten Schelp d9a5a60166 Update startup.rst, trying to make one sentence more readable. (#1911)
* Update startup.rst

I noticed that I had to read that sencence five times before coming to terms with it. I hope that my suggestion helps to make it more readable.

* Delete obsolete passage about DI

As @RickAnderson suggests, I just delete the passage that is trying to explain Dependency Injection in one sentence (and fails). He's right: all the info about Dependency Injection is available through the DI-link in the first sentence of that paragraph.
2016-09-23 12:26:05 -07:00
Tom Dykstra 216cf12a4d add readme and add mvc to title (#1914) 2016-09-23 09:48:05 -07:00
Steve Smith 545f7341e6 File Providers (#1855) 2016-09-22 20:20:46 -04:00
Scott Addie 896f588f0b Update MVC migration doc to RTM (#1901) 2016-09-22 11:46:15 -07:00
caradong 889c6c42c7 Outdated git repo link for ui customization (#1907)
Using the index.html at the current to customize UI is not working. The current swagger ui for .net core should be 
https://github.com/domaindrivendev/Ahoy/tree/master/test/WebSites/CustomizedUi/wwwroot/swagger/ui
2016-09-21 14:15:34 -04:00
Steve Smith 867bfae21a Native Apps APIs (#1837)
APIs for native mobile apps.
2016-09-20 22:53:39 -04:00
Shayne Boyer 31673e5274 add link to Azure AD index for B2C example (#1905)
Add an optional extended description…
2016-09-20 10:17:33 -07:00