Commit Graph

16 Commits (9a7e7c586c6082743caa8483234a637191b44ffe)

Author SHA1 Message Date
Rachel Appel 53eee1d613 meta update (#4330) 2017-09-19 13:50:21 -04:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 8c254e1e20 Update web-api-vsc.md (#3627) 2017-07-06 08:58:17 -06:00
Rick Anderson fd6489be5c MVC TOC (#3572)
* MVC TOC

* fo

* fo

* fo

* fo

* fo
2017-06-29 09:42:25 -07:00
Rick Anderson d8cd3fee1d Update web-api-vsc.md (#3517) 2017-06-20 08:21:28 -07:00
Tom Dykstra c544e5acb2 set ms.topic to get-started-article (#3442)
* set ms.topic

* set ms.topic
2017-05-31 14:55:29 -07:00
Rick Anderson c7bfcf5138 web API toc (#3413)
* web API toc

* fix

* fix

* fix
2017-05-30 12:38:50 -07:00
Rick Anderson 30f80837bf Web API refactor and remove repository (#3399)
* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2017-05-24 13:48:25 -07: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
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 e379efabcf Update web-api-vsc.md (#3094) 2017-03-29 07:41:36 -10:00
Rick Anderson 00428b8b58 spboyer feedback on xplat web-api (#3087) 2017-03-28 10:13:07 -10: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
Rick Anderson 9d6fe033f7 xplat version of first Web API (#3059)
* xplat version of first Web API

* remove dup files

* clean up

* fix

* TD feedback

* remove singleton
2017-03-27 13:05:06 -10:00