Commit Graph

655 Commits (c99732266e6587f42a4dad3cfe30f3dff7da6933)

Author SHA1 Message Date
Rick Anderson 4184915696 SSL for VS17 RC1 (#2495) 2017-01-11 10:12:41 -10:00
Luke Latham 66ddfb2fc3 URL Rewriting title update and text links fix (#2494)
* Update toc.md

* Update middleware.md

* Update url-rewriting.md
2017-01-11 10:12:08 -08:00
Shayne Boyer b7c92f12fe whitespace? 2017-01-11 09:50:32 -05:00
Rick Anderson 4b580e3954 update to RTM (#2491)
* update to RTM

* date
2017-01-10 15:20:19 -08:00
Luke Latham 5b26154803 URL Rewriting doc (#2446)
* Update url-rewriting.md

* Create project.json

* Add files via upload

* Create add_rewrite.png

* Add files via upload

* Update toc.md

* Update index.md

* Update url-rewriting.md

* Add files via upload

* Add figures for redirect and rewrite

* Update images

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Minor image update

* Add additional resource

* Alphabetize project.json sections

* Group System usings

* Create README.md

* Move sample info into the README

* Delete sample info (info moved to README)

* Add console logging dep

* Add console logging

* Alphabetize

* Create License.txt

* Update index.md

* Create url_redirect.png

* Add files via upload

* Create project.json

* Add files via upload

* Create README.md

* Create url-rewriting.md

* Update toc.md

* Delete add_apache_mod_redirect.png

* Delete add_iis_url_rewrite.png

* Delete add_redirect.png

* Delete add_redirect_jpg_requests.png

* Delete add_redirect_png_requests.png

* Delete add_redirect_to_https.png

* Delete add_redirect_to_https_permanent.png

* Delete add_redirect_xml_requests.png

* Delete add_rewrite.png

* Delete url_redirect.png

* Delete url_rewrite.png

* Delete ApacheModRewrite.txt

* Delete IISUrlRewrite.xml

* Delete License.txt

* Delete README.md

* Delete RewriteRule.cs

* Delete Startup.cs

* Delete global.json

* Delete project.json

* Delete testCert.pfx

* Delete url-rewriting.md

* Update toc.md

* Add link to middleware doc

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Swap redirect+rewrite images

* React to review feedback

* Minor update

* Fix PathString

* Fix PathString

* Add unsupported IIS feature issue links

* Add trackAllCaptures PR link

* Update sample

* Update sample

* Update images

* Fix missing fundamentals node on doc link

* React to feedback

* Revert images

* Remove heading code style

* React to feedback

* Update title and middleware heading levels

* Update section heading and remove paragraph
2017-01-10 14:25:00 -08:00
Steve Smith df8a3f2038 Adding validation action filter. (#2473) 2017-01-10 08:12:09 -05:00
Steve Smith c8b6e1ee0e Added table listing services available by default (#2481) 2017-01-09 11:02:36 -10:00
r.schindhelm 8dc0775efa fixed some spelling errors (#2484) 2017-01-09 10:30:55 -10:00
Charlie Chu 2f83399a9e Fix typo (#2485) 2017-01-09 11:30:08 -08:00
Luke Latham cf06088b75 Response Caching Middleware doc (#2315)
* Initial commit

WIP

* Add stub for additional resources

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update links

* Fighting with relative links - trying xref

* I'll figure it out ..... one day!

* Update middleware.md

From @Elezium on Slack ... "higher" probably translates *better* than "better."

* Updated article date

* Added tip on static file prefix feature

* Add c# to code blocks

* Note Antiforgery setting no-cache

* Remove tip and add addl resource

* Change resource link to xref

* Update middleware.md

* Create Startup.cs

* Create README.md

* Create ResponseCachingSample.xproj

* Create project.json

* Update project.json

* Create web.config

* Update project.json

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update snippets

* Update Troubleshooting section

* Update middleware.md

* Constrain RFC reference to Section 3 only

* Update middleware.md

* Update middleware.md

* Add regions for snippets

* Convert ranges into snippets

* Add description and keywords

* React to feedback

* Update intro sentence

* Update author

* Alphabetize project.json sections

* Delete ResponseCachingSample.xproj

* Update README.md

* Create License.txt

* Add console logging dep

* Add console logging

* React to feedback

* Update heading format
2017-01-07 16:50:51 -08:00
Tom Dykstra 1e3db156df revise troubleshooting tip (#2480)
* revise troubleshooting tip

* revise troubleshooting tip

* further clarification in troubleshooting tip
2017-01-06 09:41:32 -10:00
Rick Anderson 5cf4e57933 rewrite of mem caching (#2324)
* rewrite of mem caching

* work

* work

* work

* del old files

* fix

* add John

* work

* remove static

* MemoryCacheEntryOptions

* react to John

* fix

* rename var:

* refactor constants

* fix

* cache message bug

* clean up

* John's code and fix last issues

* final fix
2017-01-05 12:58:18 -10:00
Rick Anderson c965c5ae3c remove nonsense about in-memory caching (#2474) 2017-01-05 09:28:49 -10:00
Tom Dykstra 62a1da5faf filters rewrite (#2398) 2017-01-04 19:34:37 -08:00
Steve Smith db28bc2481 Adding details on constructor injection behavior (#2470) 2017-01-04 12:15:13 -10:00
Tom Dykstra 117fa97694 correct highlighting (#2471) 2017-01-04 12:13:50 -10:00
Steve Smith 246e3c7572 Adding some links related to startup error handling behavior. (#2472) 2017-01-04 12:13:29 -10:00
Jass Bagga 5ce1578523 Moved comment to number list correctly; italicized phrase (#2441) 2017-01-04 09:28:59 -10:00
amm303 1d391bbb57 Update Welcome.cshtml (#2447)
You are on the Welcome page therefore the title should be 'Welcome' not 'About'.
2017-01-04 09:20:30 -10:00
Tyler Lamb 0866de65c1 Word spacing update (#2456) 2017-01-04 09:19:39 -10:00
Ben Chartrand b04a5c3aed Upgraded solution to .NET Core 1.1 (#2465)
Upgraded both the ASP Core and XUnit test projects to .NET Core 1.1. See
issue #2453
2017-01-04 09:19:12 -10:00
Scott Addie 48c51aa844 Add model property display name instructions (#2466) 2017-01-04 09:18:53 -10:00
Tom Dykstra fef1455fdf Add clarification suggested by Scott_Winterrowd (#2463) 2017-01-04 09:17:39 -10:00
Tom Dykstra fcfdc8531a Fix note formatting (#2464)
* Fix note formatting

* fix note formatting
2017-01-04 10:16:29 -08:00
Eilon Lipton 3a0f4e66d0 Improved routing info on regex constraints, plus more (#2450)
Also fixed some broken/inaccurate links, typos, etc.
2017-01-03 10:27:13 -10:00
Tom Dykstra 1a85bf27a2 Correction suggested by Scott_Winterrowd (#2458) 2017-01-03 10:25:08 -10:00
Tom Dykstra 08ff1dbfab Add tip suggested by Scott_Winterrowd (#2459) 2017-01-03 10:24:51 -10:00
Tom Dykstra 55e820ad5b Add tip suggested by Krm240 (#2460)
* Add tip suggested by Krm240

* Add tip suggested by Krm240
2017-01-03 10:24:24 -10:00
Tom Dykstra 8a540842ac Update update-related-data.md (#2455) 2017-01-02 13:33:24 -08:00
Igor Fesenko b531934828 Fix typo (Arrange -> Assert) (#2454) 2017-01-02 13:32:42 -08:00
Fabien beec578005 typo of the word your (#2448)
Correction made at he beginning of this sentence: Use your models and the data type you want...
2016-12-28 11:58:22 -08:00
Fabien f6b1023350 Fix typo of word Policies (#2449) 2016-12-28 11:57:04 -08:00
Luke Latham db52693bfc Image alt text updates (#2442)
* Update identity.md

* Update new-field.md

* Update new-field.md
2016-12-26 08:35:58 -08:00
Steve Smith 69d1bb92e0 Working with the Application Model (#2280)
Working with the Application Model
2016-12-23 09:42:32 -08:00
Tom Dykstra 83c3a7538b remove invalid character at start of file (#2440) 2016-12-22 13:06:46 -08:00
Tom Dykstra 1a8c51a77c Correct spelling of Swagger (#2439) 2016-12-22 13:05:33 -08:00
Tom Dykstra b9c9439498 fix links for bug 707589 (#2437) 2016-12-22 10:05:24 -08:00
Luke Latham 5e2118e1e6 Specify alt text in all images (#2434)
* Update publish-to-azure-webapp-using-vs.md

* Update google-logins.md

* Update working-with-sql.md

* Update microsoft-logins.md

* Update twitter-logins.md

* Update facebook-logins.md

* Update index.md

* Update accconfirm.md

* Update 2fa.md

* Update yeoman.md

* Update file-providers.md

* Update app-state.md

* Update localization.md

* Update middleware.md

* Update dependency-injection.md

* Update mvc.md

* Update webapi.md

* Update native-mobile-backend.md

* Update filters.md

* Update formatting.md

* Update dependency-injection.md

* Update adding-controller.md

* Update adding-model.md

* Update search.md

* Update controller-methods-views.md

* Update adding-view.md

* Update validation.md

* Update first-web-api.md

* Update web-api-help-pages-using-swagger.md

* Update your-first-mac-aspnet.md

* Update azure-continuous-deployment.md

* Update vsts-continuous-deployment.md

* Update dependency-injection.md

* Delete FBLogin2.PNG

* Delete pass1.PNG

* Delete pass2.PNG

* Add files via upload

* Update facebook-logins.md

* Update index.md
2016-12-22 10:03:29 -08:00
Luke Latham 33e87dab6a Add files via upload (#2435) 2016-12-22 09:14:20 -08:00
Scott Addie c7bd29063a Add missing colon and remove extra colon (#2436)
Add a missing colon and remove an extraneous colon in the "Scaffolding a controller" section of the "Adding a model" tutorial.
2016-12-22 09:13:21 -08:00
Tom Dykstra e77ff6baf8 remove files that were left in the wrong folders (#2433) 2016-12-21 15:07:28 -08:00
Sébastien Ros 69fddb7bfd Emphasize on related article (#2430) 2016-12-21 11:40:57 -08:00
Mike Kinney 8625de4e00 Fixed code highlighting in Instructor Controller (#2426)
Fixed highlighting in Updating related data Instructors controller.
Update the Delete Page - First three lines are all changed - variable declaration style changed and lambda input parameter name changed (could also leave highlighting as is and change the other two).
2016-12-21 11:15:10 -08:00
Tom Dykstra 2a1109b184 stub for url rewriting doc (#2428) 2016-12-21 10:39:43 -08:00
Shayne Boyer 5d6e2384d2 environment edits (#2424)
* evnironmet edits

* addressed comments

* typo
2016-12-19 16:37:30 -08:00
Mike Kinney a848cf7eb0 Removed code highlight from Modify the Course... (#2425)
* Removed code highlight from Modify the Course...

Removed the code highlighting from the sample code in Modify The Course Entity.  The highlighting was wrong and the tutorial text doesn't reference it, so I simply removed it.

* Code highlighting - added note nd corrected lines
2016-12-19 16:22:17 -08:00
Marcus cdd911c900 AddPolicy over21 incorrect brace closer (#2420)
code snippet had either 1 too many brace closure (if was just the begining of the method and remainder was removed for brevity) or the close parenthesis was misplaced.
2016-12-19 08:54:17 -10:00
Tom Dykstra cd3abb0a0a seq numbers in headings, restore bylines (#2421) 2016-12-18 15:21:00 -08:00
Mike Kinney 8137c0615c highlight tag missing on filtering code sample (#2396)
The line numbers were there, just no highlight tag.  Added highlight tag.
2016-12-18 14:52:19 -08:00
Rick Anderson e075ef592c Update start-mvc.md (#2411) 2016-12-16 20:54:46 -10:00
Rick Anderson d21eeda7a3 Update adding-view.md (#2412) 2016-12-16 20:54:31 -10:00
Rick Anderson de05c02e52 Update adding-model.md (#2413) 2016-12-16 20:54:23 -10:00
Rick Anderson 65063d2898 Update working-with-sql.md (#2414) 2016-12-16 20:54:17 -10:00
Rick Anderson 050ddd6cb7 Update controller-methods-views.md (#2415) 2016-12-16 20:54:05 -10:00
Rick Anderson ec2d8bc7df Update search.md (#2416) 2016-12-16 20:53:58 -10:00
Rick Anderson e83e5cc0ea Update new-field.md (#2417) 2016-12-16 20:53:51 -10:00
Rick Anderson 443f0680e2 Update validation.md (#2418) 2016-12-16 20:53:43 -10:00
Rick Anderson 50b4afe18d Update details.md (#2419) 2016-12-16 20:53:35 -10:00
Steve Hoag ffaf8092a8 Updated tutorial for VS 2017 (#2397)
* Updated tutorial for VS 2017

Also addressed comments. Fixes #2233 Fixes #2365

* Addressed review feedback
2016-12-16 17:05:01 -10:00
Tom Dykstra d572f41614 Link to dotnet site choose core vs framework doc (#2407)
* use choosing runtime doc from dotnet site

* use choosing runtime doc from dotnet site
2016-12-16 13:07:04 -08:00
Charlie Chu 2c12e4f690 Fix outdated links (#2405)
* Fix outdated links

* remove en-us from links
2016-12-16 09:45:27 -08:00
Tom Dykstra 29fd37c18a reword to note which lines are highlighted (#2401) 2016-12-15 18:49:09 -10:00
Mike Kinney c31f074180 Highlight the LastName and EnrollmentDate lines (#2395)
Highlight the LastName and EnrollmentDate lines
2016-12-15 14:41:07 -08:00
Maira Wenzel 5b43a5636f adding scoped search (#2388) 2016-12-15 11:36:00 -10:00
Justin Schwartzenberger e6272a478b add CommandLine package id note (#2393)
To use .AddCommandLine the Microsoft.Extensions.Configuration.CommandLine package needs to be added to dependencies.
2016-12-15 11:35:26 -10:00
Mike Kinney 6b0613777c Fix markup so /span end tag is displayed
The markup wasn't correct so the /span tag wasn't being displayed in the tutorial.  There may be a better markup, but this solution works.
2016-12-15 12:01:25 -08:00
Charlie Chu bb3d28171e Fix typo (#2389) 2016-12-15 08:55:55 -10:00
Charlie Chu 31d4971f14 Fix snippet (#2390) 2016-12-15 08:55:31 -10:00
Luke Latham 604d4a9d58 Update middleware.md (#2378) 2016-12-13 20:17:38 -10:00
ichengzi 46cb4f7bc3 change Views/Books/Edit to Views/Movies/Edit (#2381) 2016-12-13 09:00:00 -10:00
Charlie Chu edc99e2579 Add missing content (#2379) 2016-12-13 08:58:57 -10:00
Charlie Chu 35a7ca1cdd Code type corrected (#2380) 2016-12-13 08:32:29 -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 fb94d898cd redirect instead of duplicating content (#2376) 2016-12-13 08:27:42 -08:00
Rick Anderson 1179cff80b remove unhelpful link (#2375) 2016-12-12 18:28:27 -10:00
Falco 9af7515195 updated nano server tutorial to RTM and dotnet-download script. (#2113)
updated nano server tutorial to RTM and dotnet-download script.
2016-12-12 11:57:28 -10:00
Mike Harder 39c52c53c2 Fix secret name in code sample (#2373)
Fix secret name in code sample
2016-12-12 13:28:55 -08:00
Rick Anderson 0526200e59 Merge pull request #2370 from GuardRex/guardrex-ctl-to-ctrl
ctl to ctrl
2016-12-12 11:03:57 -10:00
Rick Anderson f3bfa97e5e Merge pull request #2371 from AdrienTorris/master
Add example of how configure Identity to use Guid data type for primary keys
2016-12-12 11:02:24 -10:00
Rick Anderson 71d76440b8 Merge pull request #2372 from damienbod/damienbod/update-localization-example
Damienbod/update localization example
2016-12-12 10:44:19 -10:00
Rick Anderson 33a6610663 Merge pull request #2364 from aspnet/fundamentals
Create fundamentals overview
2016-12-12 09:43:29 -10:00
damienbod c4cf8714a6 removing old efcore migrations 2016-12-12 12:26:01 +01:00
damienbod 25bc1daf27 init update commit ASP.NET Core 1.1 2016-12-12 12:19:52 +01:00
Adrien TORRIS 8679c436ef Update highlights in code samples 2016-12-12 10:44:57 +01:00
Adrien TORRIS 529a866427 Add example of how configure Identity to use Guid data type for primary keys
Next #1975 PR
2016-12-12 10:35:18 +01:00
Luke Latham bf56c00a95 Update adding-controller.md 2016-12-11 17:54:19 -06:00
Luke Latham 936343c5ff Update start-mvc.md 2016-12-11 17:53:43 -06:00
Kevin Rich 877d405229 Corrected current package name
The page name as stated was incorrect
2016-12-11 14:46:59 -08:00
Tom Dykstra 7ba9d3be72 remove extra toc.md files 2016-12-09 17:56:13 -08:00
Tom Dykstra 4efe0aba32 add servers overview redirect 2016-12-09 17:47:03 -08:00
Tom Dykstra 8432c67ce1 test commit 2 2016-12-09 17:36:55 -08:00
Tom Dykstra 2157d44371 test commit 2016-12-09 17:26:43 -08:00
Rick Anderson d4dd0ff24f Merge pull request #1936 from aspnet/logging
logging rewrite
2016-12-09 09:40:34 -10:00
Rick Anderson 90379d0f1a Merge pull request #2362 from tolooco/master
Replace project.json
2016-12-09 09:18:25 -10:00
Tom Dykstra b331bfb76a reword per suggestion from Andrew 2016-12-09 11:01:33 -08:00
Rick Anderson 82fc363888 Merge pull request #2357 from GuardRex/guardrex/correct-toc-title-casing
Update TOC caching middleware link to title casing
2016-12-09 09:01:05 -10:00
Amir_Chabok 54b7e98b45 Add Project.json & Fix error on routing 2016-12-09 22:15:54 +03:30
Tom Dykstra 2ac27895e3 redirects (#2359) 2016-12-09 10:12:11 -08:00
Luke Latham 2be80f4b63 Update link to title casing 2016-12-09 10:42:20 -06:00
Rick Anderson 166ef3db18 Merge pull request #2347 from elshev/patch-1
Fix syntax highlighting
2016-12-08 20:33:49 -10:00
Rick Anderson 823fdf12ab Merge pull request #2349 from charliethinker/patch-2
Remove the redundant character "\"
2016-12-08 16:34:40 -10:00
Rick Anderson 207867a0a6 Merge pull request #2348 from charliethinker/patch-1
Just a minor typo
2016-12-08 11:35:58 -10:00
Rick Anderson d40494a89c Merge pull request #2350 from charliethinker/patch-4
Fix snippet
2016-12-08 11:33:38 -10:00
Rick Anderson a46e21332c Merge pull request #2352 from charliethinker/patch-5
Just a minor typo
2016-12-08 11:33:08 -10:00
Rick Anderson a7e55c9bbc Merge pull request #2353 from charliethinker/patch-6
Correct the highlighted line
2016-12-08 11:32:36 -10:00
Rick Anderson dd2691f14c Merge pull request #2335 from aspnet/middleware
Update migration/http-modules to RTM
2016-12-08 09:14:45 -10:00
Tom Dykstra ae2cd22d57 fix note format 2016-12-08 09:03:17 -08:00
Tom Dykstra 42468745e9 add note about placement of usegoogleauth 2016-12-08 09:01:17 -08:00
Charlie Chu 5b6fb8ca90 Correct the highlighted line
Remove unused comments to display the correct lines that need to be highlighted
2016-12-08 23:40:03 +08:00
Charlie Chu ab68b33215 Just a minor typo 2016-12-08 23:13:20 +08:00
Charlie Chu 32cc667493 Fix snippet 2016-12-08 23:03:35 +08:00
Charlie Chu 2b0784ed4b Remove the redundant character "\" 2016-12-08 22:59:25 +08:00
Charlie Chu 459c33f8bc Just a minor typo 2016-12-08 22:50:44 +08:00
elshev f862bba6a4 Update password-hashing.md 2016-12-08 09:14:18 +03:00
elshev 933caa1b2d Fix syntax highlighting 2016-12-08 09:00:40 +03:00
Rick Anderson 7bff24ce17 del file 2016-12-07 18:11:25 -10:00
Rick Anderson 6fdd0d93c2 config rewrite 2016-12-07 18:08:45 -10:00
Tom Dykstra 4ed3f1ccac change ef mvc title 2016-12-07 15:35:57 -08:00
Tom Dykstra 7edbc49a42 sociallogins toc 2016-12-07 12:33:19 -08:00
Rick Anderson 591cbf16e3 Merge pull request #2340 from GuardRex/guardrex/data-protection-slot-keyring-update
Add slot details to behavioral defaults for Azure Apps
2016-12-07 09:06:16 -10:00
Rick Anderson 4f60bdc1b4 Merge pull request #2327 from guillermooo/patch-6
clarify
2016-12-07 09:02:24 -10:00
Rick Anderson 7d0df6a1ea Merge pull request #2337 from guillermooo/patch-10
typo
2016-12-07 09:01:45 -10:00
Rick Anderson 793cea1896 Merge pull request #2336 from charliethinker/patch-1
Code type corrected
2016-12-07 09:01:05 -10:00
Rick Anderson b6c972e8dd Merge pull request #2326 from guillermooo/patch-5
add example for clarity
2016-12-07 09:00:26 -10:00
Tom Dykstra 32bc693412 missing hyphen noted by @charliethinker 2016-12-07 10:59:28 -08:00
Tom Dykstra 84e0ae912e change headings 2016-12-07 10:28:03 -08:00
Luke Latham f1719355a6 Update default-settings.md 2016-12-07 12:20:42 -06:00
Tom Dykstra c8bd63996f minor edits 2016-12-07 10:12:47 -08:00
Guillermo López-Anglada d4b0f9a313 typo 2016-12-07 08:07:58 +01:00
Charlie Chu f35f4688d3 Code type corrected 2016-12-07 14:03:55 +08:00
Tom Dykstra c4c5757429 update for RTM 2016-12-06 18:50:35 -08:00
Rick Anderson c31465ff1e Merge pull request #2329 from guillermooo/patch-8
comma changes meaning
2016-12-06 09:02:52 -10:00
Rick Anderson 03d5fcb1cb Merge pull request #2328 from guillermooo/patch-7
I just removed success
2016-12-06 09:02:13 -10:00
Guillermo López-Anglada e333ef9646 rephrased
I might have gone too far, but it reads clearer for me...
2016-12-06 15:43:02 +01:00
Guillermo López-Anglada bb4c26bfe6 typo 2016-12-06 15:21:09 +01:00
Guillermo López-Anglada e9c9055da4 comma changes meaning 2016-12-06 12:01:53 +01:00
Guillermo López-Anglada f98605ccde I just removed success
Can there be too much success?
2016-12-06 11:55:09 +01:00
Guillermo López-Anglada 4d1ead8561 clarify
Tried to arrange steps in an order that seems more logical.
2016-12-06 11:45:21 +01:00
Guillermo López-Anglada 4298cafb52 add example for clarity 2016-12-06 11:37:16 +01:00
Guillermo López-Anglada 38424762e1 clarify
Things that I found unclear:

* missing info where routes come from
* *that will be used for request processing* (the URL or the values?)
* URL vs link (better to use just one term?)

My version is longer. I tried to unify terminology and emphasize that Routing can do one op and its reverse.
2016-12-06 11:29:32 +01:00
Tom Dykstra 880496d211 permanent github links, az provider defaults 2016-12-05 13:42:09 -08:00
Tom Dykstra 4fbfef96fc update for RTM 2016-12-05 12:28:00 -08:00
Rick Anderson 29ca4db910 Merge pull request #2316 from GuardRex/guardrex/byline-normalization
Byline Normalization
2016-12-05 09:06:39 -10:00
Rick Anderson 922c6c2635 Merge pull request #2296 from aspnet/errhandling
update error handling for RTM
2016-12-05 08:58:01 -10:00
Rick Anderson ffa97ddae3 Merge pull request #2314 from GuardRex/guardrex/gender-neutral-update
Gender Neutrality
2016-12-05 08:52:24 -10:00
Shayne Boyer 69421eb6b4 Merge pull request #2319 from aspnet/fix-1994
Update Sample code for dotnet-watch
2016-12-05 11:28:21 -05:00
Shayne Boyer 595a1bdf45 add global.json
remove -preview
2016-12-05 11:21:49 -05:00
Shayne Boyer 2aed32fc70 Merge pull request #2317 from charliethinker/patch-1
Fix typo
2016-12-05 10:00:33 -05:00
Shayne Boyer 40d5dae1f3 Merge pull request #2311 from charliethinker/patch-2
Solve cross platform issue - Unhandled Exception
2016-12-05 09:59:59 -05:00
Charlie Chu 548c18a2d6 Fix typo 2016-12-05 15:06:15 +08:00
Luke Latham 23f2557568 Update index.md 2016-12-04 23:17:46 -06:00
Luke Latham 125e78a292 Update your-first-mac-aspnet.md 2016-12-04 23:17:07 -06:00
Luke Latham 76475d34e2 Update publish-to-azure-webapp-using-vs.md 2016-12-04 23:16:27 -06:00
Luke Latham a24df9ef54 Update app-secrets.md 2016-12-04 23:14:37 -06:00
Luke Latham cdf69f6ff3 Update twitter-logins.md 2016-12-04 23:10:15 -06:00
Luke Latham b95c3f61e2 Update sociallogins.md 2016-12-04 23:09:57 -06:00
Luke Latham ae59c85d3b Update other-logins.md 2016-12-04 23:09:42 -06:00
Luke Latham d15b5912c9 Update microsoft-logins.md 2016-12-04 23:09:25 -06:00
Luke Latham c20627c712 Update identity.md 2016-12-04 23:08:54 -06:00
Luke Latham 04f7230f31 Update identity.md 2016-12-04 23:08:19 -06:00
Luke Latham 1dd049fccf Update identity.md 2016-12-04 23:05:45 -06:00
Luke Latham 11c8c23730 Update google-logins.md 2016-12-04 23:05:26 -06:00
Luke Latham c50fe1677c Update facebook-logins.md 2016-12-04 23:05:10 -06:00
Luke Latham be0d63eb0c Update response.md 2016-12-04 23:03:22 -06:00
Luke Latham c7430db858 Update working-with-forms.md 2016-12-04 23:02:05 -06:00
Luke Latham 4072d7d503 Update razor.md 2016-12-04 23:01:40 -06:00
Luke Latham 827ca08d43 Update rc1-to-rtm.md 2016-12-04 22:58:38 -06:00
Luke Latham 65456af652 Update mvc.md 2016-12-04 22:58:19 -06:00
Luke Latham 0873f77324 Update servicing.md 2016-12-04 22:57:04 -06:00
Luke Latham c5ff7a88b3 Update localization.md 2016-12-04 22:54:47 -06:00
Luke Latham 83cb5802a3 Update dependency-injection.md 2016-12-04 22:53:43 -06:00
Luke Latham e8a04b18d6 Update configuration.md 2016-12-04 22:53:17 -06:00
Luke Latham 0190a936b1 Update weblistener.md 2016-12-04 22:52:39 -06:00
Luke Latham 99c8b8e752 Update using-gulp.md 2016-12-04 22:48:51 -06:00
Luke Latham d75a43fdf2 Update using-grunt.md 2016-12-04 22:48:34 -06:00
Luke Latham f4bc4c0059 Update introduction.md 2016-12-03 20:04:32 -06:00
Luke Latham cb4eb5c558 Update concurrency.md 2016-12-03 19:54:45 -06:00
Luke Latham 4ff1584f35 Update accconfirm.md 2016-12-03 19:40:30 -06:00
Luke Latham e230c92270 Update context-headers.md 2016-12-03 12:43:05 -06:00
Luke Latham 60564220e8 Update replacing-machinekey.md 2016-12-03 12:41:13 -06:00
Luke Latham 8bdc280fa7 Update cookie-sharing.md 2016-12-03 12:39:54 -06:00
Luke Latham d9dd9d589c Update default-settings.md 2016-12-03 12:38:04 -06:00
Luke Latham becbdf4ca3 Update purpose-strings-multitenancy.md 2016-12-03 12:36:03 -06:00
Luke Latham d1df5bcf7a Update accconfirm.md 2016-12-03 12:26:51 -06:00
Luke Latham eb23e0649c Update overview.md 2016-12-03 12:19:33 -06:00
Luke Latham 37029d0e62 Update resourcebased.md 2016-12-03 12:18:37 -06:00
Luke Latham c6d812f406 Update machine-wide-policy.md 2016-12-03 12:17:50 -06:00
Luke Latham 9f0ddae3e5 Update key-storage-providers.md 2016-12-03 12:15:47 -06:00
Luke Latham d8f9193bc1 Update dangerous-unprotect.md 2016-12-03 12:14:26 -06:00
Luke Latham 5e834ee315 Update limited-lifetime-payloads.md 2016-12-03 12:13:33 -06:00
Rick Anderson c1f6e371a0 Merge pull request #2310 from charliethinker/patch-1
Add the escape character
2016-12-03 07:53:59 -10:00
Charlie Chu 89c9bcea86 Fix typo 2016-12-03 17:21:36 +08:00
Charlie Chu 5720fb8615 Solve cross platform issue
fix issue for “Unhandled Exception:
System.Reflection.TargetInvocationException”
2016-12-03 15:42:56 +08:00
Charlie Chu 37a35ea39b Add the escape character 2016-12-03 15:34:40 +08:00
Rick Anderson 7511fb5e2e Merge pull request #2298 from charliethinker/patch-2
Fix snippet
2016-12-02 07:46:50 -10:00
Tom Dykstra 5362a8dca5 logging rewrite 2016-12-02 09:17:33 -08:00
Guillermo López-Anglada 6c79c101fe clarify (#2301) 2016-12-02 11:44:18 -05:00
Guillermo López-Anglada b429a65bb1 remove uneeded backticks (#2299) 2016-12-02 09:43:20 -05:00
Guillermo López-Anglada 685f200eec English (#2300) 2016-12-02 09:42:35 -05:00
Charlie Chu f326be27d9 Fix snippet 2016-12-02 15:29:40 +08:00