Commit Graph

980 Commits (1cc0ee1387858540bb75af7cf580b1fac1dca4df)

Author SHA1 Message Date
Tom Dykstra 02a2b7d1a0 delete repeated phrase (#3243) 2017-04-19 09:14:10 -07:00
Tom Dykstra 6c395cd9d5 note bug on Linux, misc minor updates (#3241) 2017-04-17 17:37:52 -10:00
Richard Hallett e87f9cc351 Remove usage of quotations with set command (#3238)
With the change from setx to set, quotation marks are invalid and get set as part of the environment variable, this actually leads to a bad path exception upon dotnet run.
2017-04-17 10:18:19 -04:00
Tom Dykstra 477488e513 EF clarifications in intro to MVC add model (#3235) 2017-04-15 13:10:18 -07:00
Tom Dykstra 0a73450535 typo (#3233) 2017-04-15 10:06:02 -10:00
Rick Anderson e014c9dcca Update routing.md (#3236)
Maybe I should get rid of Warning too.
2017-04-15 10:05:22 -10:00
Rick Anderson 468e284107 Update new-field.md (#3234)
* Update new-field.md

* Update new-field.md

* Update new-field.md
2017-04-15 09:59:28 -10:00
Tom Dykstra aa52a96557 exit --> exist (#3231)
Add an optional extended description…
2017-04-14 14:08:20 -07:00
Tom Dykstra ac77fcd48d Deployment overview (#3213) 2017-04-14 13:34:58 -07:00
Rick Anderson 641f2d226a Update index.md (#3224) 2017-04-14 09:47:11 -10:00
Tom Dykstra 0f21f3ea06 Add link to community standup (#3228) 2017-04-14 11:31:50 -07:00
ch-hristov b3aa458bb5 Update identity-configuration.md (#3226) 2017-04-14 07:48:25 -10:00
Tom Dykstra bfb904348a minor fixes (#3227) 2017-04-14 07:46:51 -10:00
Rick Anderson 996d71d919 final xplat intro to mvc (#3223)
* final xplat intro to mvc

* Fix
2017-04-13 16:50:55 -07:00
Rick Anderson f17152f762 validation xplat (#3220) 2017-04-13 12:01:09 -10:00
Tom Dykstra 2163e7dfbf release notes toc (#3222) 2017-04-13 14:46:10 -07:00
Steve Smith a9dbcff792 Testing controllers fix (#3218)
* Upgraded to VS2017 project
Trying to fix MVC view-based tests.

* modified project to get tests working

* Uncomment asserts

* Clean up console writeline
2017-04-13 14:36:56 -04:00
Marcin Hoppe 751347380e Fix typo (#3215)
malacious -> malicious
2017-04-13 09:33:55 -04:00
Rick Anderson 38f25bfebd Update adding-model.md 2017-04-12 11:47:18 -10:00
Rick Anderson 21d01fd143 xplat intro 2 mvc - add a field (#3197)
* xplat intro 2 mvc - add a field

* fix

* fix

* drop db

* fix

* final fix
2017-04-12 09:55:13 -10:00
rhires 00e4417c0e Minor copy edits (#3202)
* Minor copy edits 

Apostrophe, indefinite article, and comma for clarity

* Update introduction.md
2017-04-12 07:14:31 -10:00
Tom Dykstra b5e506801f EF MVC corrections (#3209) 2017-04-12 09:41:27 -07:00
Scott DePouw 7aa94251c8 Fixed typo in copy: Missing closing ')' (#3211) 2017-04-12 08:19:20 -04:00
Rick Anderson 0889dc6d3d xplat add a model (#3210) 2017-04-11 19:02:07 -10:00
Tom Dykstra 4647aac844 update metadata (#3204) 2017-04-11 15:20:49 -07:00
Andrew Germann 862fb8a1f0 Update views.md (#3203)
* Update views.md

Just adding the using directive for the AuthorizationService injection.

* Update views.md
2017-04-11 08:42:56 -10:00
Tom Dykstra ef23e32a43 clarify ANCM-Kestrel communication (#3206) 2017-04-11 10:50:23 -07:00
Rick Anderson 7a9c2834cc xplat intro 2 mvc - search (#3196)
* xplat intro 2 mvc - search

* fix

* fix
2017-04-09 14:52:07 -10:00
Rick Anderson ccc070e501 Update working-with-sql.md 2017-04-09 12:19:19 -10:00
Rick Anderson 425ec37f48 xplat controller methods and views (#3191) 2017-04-08 15:51:01 -10:00
Rick Anderson dafb6646cb xplat version of working with SQL mvc intro (#3190) 2017-04-08 13:45:21 -10:00
Rick Anderson 2439951f78 Update adding-model.md 2017-04-08 10:21:16 -10:00
Rick Anderson 3e823d8dc2 Update working-with-sql.md 2017-04-07 22:12:33 -10:00
Rick Anderson 7fa5881f20 Update static-files.md 2017-04-07 22:00:42 -10:00
Rick Anderson 5642202c56 xpat- adding a model - intro to mvc (#3185)
* works on mac

* view

* clean
2017-04-07 17:45:50 -10:00
Scott Addie 9eebb5185e Migrate Filters doc sample code to CSPROJ (#3187) 2017-04-07 17:14:40 -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
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
Scott Addie 60455b9cb0 Adjust partial views code sample include range by 1 line (#3161) 2017-04-05 16:39:10 -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
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
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
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
Steve Smith 259b79e8e8 DI Disposing and Project Format Upgrade (#3016)
* Upgrade to VS2017 project format.

* Updated to describe how services container handles disposing of IDisposable instances

* added class definitions

* fixing bower path slashes
2017-03-30 07:49:50 -10:00
Mohamed Chraiet 71d353f85c Update overview.md (#3101)
Added the word "of" missing at first Note, third sentence. Line 32.
2017-03-30 09:18:52 -07:00
Rick Anderson dffdbaf436 part 3 (#3103) 2017-03-29 15:56:36 -10:00
Rick Anderson d1e2f1ca3e includes folder and first include (#3099)
* includes folder and first include

* fix

* fix

* remove all metadata
2017-03-29 14:07:30 -10:00
Tom Dykstra c99165a146 Revert "new topic"
This reverts commit 81e8a1c0fd.
2017-03-29 16:54:26 -07:00
Tom Dykstra 3ee89ffd2e Revert "add git-ignored file"
This reverts commit b3675ee186.
2017-03-29 16:54:17 -07:00
Tom Dykstra b3675ee186 add git-ignored file 2017-03-29 16:39:35 -07:00
Tom Dykstra 81e8a1c0fd new topic 2017-03-29 16:39:35 -07:00
Tom Dykstra 02ea1ead89 pubxml files are git-ignored (#3098) 2017-03-29 16:34:13 -07:00
Rick Anderson 3516dcbe56 Ra/xplat intro 2 mvc (#3090)
* xplat intro to MVC

* xplat intro to MVC

* adding a controller

* TD feedback
2017-03-29 11:15:18 -10:00
Rick Anderson 120568d84a Update web-api-vsc.md (#3095) 2017-03-29 10:43:58 -10:00
Rick Anderson f01a62c938 Update first-web-api.md (#3096) 2017-03-29 10:43:46 -10:00
Rick Anderson e379efabcf Update web-api-vsc.md (#3094) 2017-03-29 07:41:36 -10:00
Yavor Slavchev 32d0d3dc75 Markdown mismatch (#3092)
'Use Postman to send a Create request' section has a markdown mismatch. Below the 'In the key-value editor, enter a Todo item such as', the text formatting is broken.
2017-03-29 07:37:56 -10:00
Tim Barclay 028098540d Fix markdown formatting around code snippet (#3093) 2017-03-29 07:33:12 -10:00
Rick Anderson b2ec047d9a Update your-first-mac-aspnet.md 2017-03-28 17:06:52 -10:00
Scott Addie 8d50926b1d Fix user secrets doc display issues (#3079) 2017-03-28 11:14:46 -10:00
Alex 3c3c484072 Update Login action to call FindByEmailAsync (#3082)
This is consistent with the rest of the sample template and the model property passed to it.
2017-03-28 11:14:09 -10:00
Rick Anderson c73a3a7631 fix link (#3086) 2017-03-28 11:11:18 -10:00
Rick Anderson 00428b8b58 spboyer feedback on xplat web-api (#3087) 2017-03-28 10:13:07 -10:00
Tom Dykstra 7cf36468c4 Topic: How to run in a Windows Service (#3060) 2017-03-28 11:13:27 -07:00
Shayne Boyer 3bbe01ccb8 Minor changes (#3080)
* Spelling fix naviage -> navigate
* Removed Fiddler link : not relevant for Mac or Linux
* Added `Ctrl+Shift+P` key stroke for command pallete and for Linux, `⌘` doesn't exist for Linux and shortcut is different 
* F5 is Debug keystroke, first mention of Debug instruction did not define this.



### Suggestions for larger update
* Although not documenting VS Code, adding links to Debugging in VS Code: https://code.visualstudio.com/docs/editor/debugging
* Visual Studio Code users would tend to take advantage of CLI commands for adding/modifying EF component items.  See: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
* Show integrated terminal or more terminal based commands
2017-03-28 08:06:10 -10:00