Commit Graph

2891 Commits (bfb904348afe220eabd2ad37caacb4047f0d726a)

Author SHA1 Message Date
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
Saikava 291611fdae Update creating-api-help-pages.md (#3217) 2017-04-13 08:04:32 -10: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
kscelfo 7a1b8d6141 Update handling-concurrency-with-the-entity-framework-in-an-asp-net-web-application.md (#3193)
Changing year from 999 to 1999 in description of result.
2017-04-11 14:39:41 -07:00
María Inés Parnisari 307f46dfb7 SignalR demo: updated script references to the latest versions (#3192)
* SignalR demo: updated script references to the latest versions

* Update sample3.html
2017-04-11 08:58:42 -10:00
Chase Holdren ff7c3379f6 Update tutorial-your-first-web-api.md (#3201) 2017-04-11 08:56:39 -10: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
Tom Dykstra a25988d46e retire outdated article (#3200) 2017-04-10 16:51:16 -10: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
Samir Patel b2ec4b952a Fixing multiple issues with content (#3181) 2017-04-07 16:07:10 -10:00
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