Commit Graph

503 Commits (b7c92f12febbfd11516bf38351df7d4bd6faf311)

Author SHA1 Message Date
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