Chandan Rai
6c4c95a3f8
corrected typo ( #2431 )
2016-12-21 11:38:34 -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
Tom Dykstra
0e7b6c5059
added need pr comments false ( #2403 )
2016-12-15 13:21:32 -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
Tom Dykstra
61ec3c6fbc
previews for pull requests ( #2399 )
2016-12-15 12:25:00 -10: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
Shayne Boyer
55227ae4f0
Merge pull request #2394 from mekinney/patch-2
...
Fix markup so /span end tag is displayed
2016-12-15 15:51:10 -05: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
Ken Chen
b3bcb1814c
disable intellisense generation
2016-12-15 15:34:51 +08: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
Shayne Boyer
19af4bd141
Merge pull request #2369 from whoiskevinrich/patch-1
...
Corrected current package name
2016-12-12 10:34:13 -05: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