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
Tom Dykstra
33cc352805
Restructure deployment toc ( #3176 )
2017-04-07 13:11:19 -07:00
Rick Anderson
e9a1e30553
Update adding-model.md
2017-04-06 18:11:51 -10:00
Rick Anderson
042cd9bbb8
Update adding-model.md
2017-04-06 18:05:34 -10:00
Alexandre Pires
8d658e140f
docs: fix dotnet watch code sample ( #3170 )
...
Some text was being included in a code snippet.
2017-04-06 15:33:28 -10:00
Lincoln Pires
3c17473bae
updated the id type from string to long ( #3173 )
...
changed from ´public IActionResult GetById(string id)´ to ´public IActionResult GetById(long id)´ in line 189.
2017-04-06 15:32:54 -10:00
John Simons
36be353f10
Updated PrepareForPublish snippet range ( #3174 )
...
* Updated PrepareForPublish snippet range
* Updated snippet language
2017-04-06 15:32:15 -10:00
Fiyaz Bin Hasan
3d88dfb62e
Update dotnet-watch.md ( #3177 )
2017-04-06 11:38:57 -10:00
Tom Dykstra
d60b3976de
stress that 1.1 is required for ef mvc tutorial ( #3171 )
...
* stress that 1.1 is required for ef mvc tutorial
* clarification
2017-04-06 10:53:54 -07:00
Fiyaz Bin Hasan
6766308ba8
Update custom-formatters.md ( #3172 )
2017-04-06 08:37:58 -07: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
Scott Addie
60455b9cb0
Adjust partial views code sample include range by 1 line ( #3161 )
2017-04-05 16:39:10 -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
Ümit AKKAYA
92a6741e08
Typo ( #3164 )
2017-04-05 16:37:34 -10:00
Scott Addie
219b799685
Fix display issues in Tag Helpers doc code samples ( #3156 )
2017-04-04 11:18:22 -10:00
Peter Stromquist
1fefb3f08b
Use the new AddUserSecrets<T> method ( #3157 )
...
Since the non-generic counterpart will become obsolete (per https://github.com/aspnet/Announcements/issues/223 )
Also the docs link in this code sample (http://go.microsoft.com/fwlink/?LinkID=532709 ) points to the "Safe storage of app secrets during development" docs page, which also shows the new usage of AddUserSecrets<T>.
2017-04-04 11:17:34 -10:00
Scott Addie
a093c2fc43
View components doc cleanup ( #3155 )
2017-04-04 11:16:54 -10:00
mihe
9b094d5dec
Changed AcceptWebSocket by AcceptWebSocketAsync ( #3133 )
2017-04-03 15:03:25 -10:00
Bruce Chen
56b9052a93
Update authoring.md ( #3149 )
...
line 256: Website-InforMation --> website-information
2017-04-03 15:03:06 -10:00
Alex
ffe8fca8ea
Fix typo and filename ( #3150 )
...
Simply changed from "a" to "an" in two places for fluidity and consistency. I also added the filename extension for `Startup` and made it italic.
2017-04-03 14:49:12 -10:00
Lucas O'Neil
83a1f1c711
Update adding-a-view.md ( #3154 )
...
Spelling mistake
2017-04-03 14:48:25 -10:00
Scott Addie
b4c4f5a180
Provide Visual Studio instructions for installing Secret Manager ( #3139 )
2017-04-03 14:47:44 -10:00
Rick Anderson
cecfc4ddda
Update search.md ( #3152 )
2017-04-02 12:03:27 -10:00
Mike Jones
34c277c0f9
link and screenshot update for Visual Studio 2017 ( #3128 )
...
* link and screenshot update for Visual Studio 2017
* removed note
* Updated links to Server Hosting bundle
2017-04-01 11:33:45 -10:00
Neil Anderson
87be02644d
Include the New Controller png ( #3137 )
...
The 'Add a controller' section included a screenshot of the new project dialog when it should be the new controller dialog.
2017-04-01 11:30:30 -10:00
Neil Anderson
15c5234fa9
Fix parameter type typo ( #3138 )
...
To match the earlier code snippet ```string``` should be ```long```
2017-04-01 11:25:49 -10:00
Rick Anderson
9401ba5592
Add twilio to 2FA tutorial ( #3147 )
...
* Add twilio to 2FA tutorial
* fix
2017-04-01 11:08:25 -10:00
HiFrank
ac72201ad7
Update index.md ( #3135 )
...
Add an optional extended description…
2017-04-01 12:53:33 -07:00
Neil Anderson
37a91b1e99
Highlight the EntityFrameworkCore.InMemory line ( #3136 )
...
Line 12 refers to the Microsoft.AspNetCore.Mvc package, I believe the documentation intended to highlight the Microsoft.EntityFrameworkCore.InMemory line 14.
2017-04-01 09:48:04 -10:00
mihe
b10c6f745d
Added a brief HTTP Endpoint description ( #3141 )
...
HTTP endpoint is an ambiguous term, but I tried to clarify what the original writer meant in this case, as per comments requests.
2017-04-01 09:44:43 -10:00
Alex
e76940e097
Fix typos and consistency ( #3145 )
2017-04-01 09:04:30 -10:00
Tom Dykstra
9daa2ffcda
clarify tools packages ( #3122 )
2017-04-01 11:29:07 -07:00
Tom Dykstra
f8806d8961
2015-->2017 ( #3144 )
...
Add an optional extended description…
2017-04-01 11:23:46 -07:00
mihe
dd239c8974
Add clarification about the current Add > Controller ( #3142 )
...
* Add clarification about the current Add > Controller
Added clarification about the current Add > Controller process, which takes two steps and may create confusion about the outcome of the first step, and makes the reader question why the controller itself is not created.
* Update adding-model.md
* Update adding-model.md
2017-04-01 08:13:57 -10:00
Philipp Gillé
6e4bf8ed06
Fix typo ( #3143 )
2017-04-01 08:09:36 -10:00
Rick Anderson
54f3c3acee
Update intro.md ( #3132 )
2017-04-01 08:08:56 -10:00
Scott Addie
935f6699a9
Make InvokeAsync styling consistent with other occurrences ( #3126 )
2017-03-31 08:56:43 -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
Rick Anderson
e045a3b351
Platform neutral language on opening a terminal ( #3125 )
...
* Platform neutral language on opening a terminal
* Update getting-started.md
2017-03-31 08:44:21 -10:00
Tom Dykstra
fd92895d6f
Topic: WebSockets ( #3110 )
2017-03-31 11:02:08 -07:00
Rick Anderson
5e015810ce
clean up regex ( #3017 )
2017-03-30 20:36:56 -10:00
Rick Anderson
8fa130a398
hide xplat version of add a model ( #3118 )
2017-03-30 17:57:00 -10:00
Rick Anderson
bb2f2a01c6
Update adding-model.md ( #3117 )
2017-03-30 17:41:07 -10:00
Rick Anderson
46652bc04f
Update adding-view.md
2017-03-30 17:02:30 -10:00
Rick Anderson
fbc5c3e584
Update index.md ( #3115 )
2017-03-30 17:01:14 -10:00
Rick Anderson
7fc79f215e
Ra/model xplat ( #3114 )
...
* xplat version of adding a model/intro to MVC
* clean up
* clean up
* clean up
2017-03-30 16:41:44 -10:00
Scott Addie
f90eb4d02e
Upgrade routing doc sample code to CSPROJ ( #3105 )
2017-03-30 08:37:02 -10:00
Steve Smith
540292ed64
Updated project to VS2017 format. ( #3106 )
...
Updated HttpContext.Items key guidance.
2017-03-30 08:35:59 -10:00
Steve Smith
e4808c0433
Upgraded to VS2017 project format ( #3018 )
...
Added demo showing how to retrieve configuration values stored as JSON arrays
2017-03-30 07:54:24 -10:00