Commit Graph

259 Commits (3da402307ac5bdc4e5757f813bde5e81a47ac291)

Author SHA1 Message Date
Scott Addie cf5caca007 Update link titles 2017-10-09 14:43:00 -05:00
Tien Tran cc29c55ba5 add db context 2017-10-09 16:42:28 +07:00
Luke Latham e45f8912ce MVC/Views/Razor topic updates (#4464)
* MVC/Views/Razor topic updates

Updates

Updates

* React to feedback

* React to feedback

* Update razor.md
2017-10-04 08:41:28 -07:00
Scott Addie a60a99104f Merge pull request #4465 from guardrex/guardrex/views-overview-patch
Views overview patch
2017-10-02 20:23:09 -05:00
Michael DePouw e9a9bc8553 fix Broken Link for Create and run unit tests with Visual Studio
reference #4477
2017-10-02 14:20:53 -04:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Luke Latham 4c0260f7cb Views overview patch
Addresses #3186

I didn't go with an IntelliSense screenshot because, as you point out,
it's a side note merely highlighting a VS/VSC feature. With the link
there to the IntelliSense topic, I think we're covered.

cc/ @rachelappel
2017-09-29 21:59:20 -05:00
Scott Addie f5cad8ab84 Merge pull request #4412 from guardrex/guardrex/views-overview-update
MVC views topic update
2017-09-29 09:13:56 -05:00
Luke Latham e29fb1a51c Updates to the intro: layouts, partials, VCs 2017-09-28 16:56:59 -05:00
Scott Addie cbbb7a8071 Merge pull request #4363 from guardrex/guardrex/mvc-model-validation-update
Add Required note to model validation topic
2017-09-28 11:45:38 -05:00
Luke Latham 98d5116273 React to feedback 2017-09-28 10:53:40 -05:00
Luke Latham 63467db347 React to feedback 2017-09-28 10:45:28 -05:00
Scott Addie 3ba32b2b64 Merge pull request #4435 from guardrex/guardrex/explain-onpostdeleteasync
Explain post delete method
2017-09-28 10:28:19 -05:00
Luke Latham 3c24eb8c42 React to feedback 2017-09-28 10:22:19 -05:00
Luke Latham c85c7fada9 Explain post delete method
Update
2017-09-28 00:03:12 -05:00
Luke Latham 6cfecd5cee Updates 2017-09-27 21:47:41 -05:00
Alexander Batishchev 4bf2319523 Update model-binding.md
Fixing type `CancelationToken` -> `CancellationToken`
2017-09-27 16:48:29 -07:00
Luke Latham f76aa0bd2d React to feedback 2017-09-27 14:58:13 -05:00
Scott Addie b5c868c7a2 Merge pull request #4335 from motowilliams/feature/updates-model-binder-task-return
Updates TaskCache to Task
2017-09-27 11:00:34 -05:00
Luke Latham 139b95ff04 React to feedback 2017-09-27 10:41:54 -05:00
Luke Latham 8da43a3906 Fix one 2017-09-27 10:31:44 -05:00
Luke Latham c61b474930 React to feedback 2017-09-27 10:30:00 -05:00
Luke Latham 96cca00e38 Drop literal_block comments and fix a few code blocks 2017-09-27 02:38:43 -05:00
Luke Latham cf91403960 React to feedback 2017-09-27 01:50:18 -05:00
Luke Latham 018853a4c7 React to feedback 2017-09-26 22:25:36 -05:00
Luke Latham 7f8596988c React to feedback
Minor update
2017-09-26 21:38:18 -05:00
Luke Latham d060967835 React to feedback 2017-09-26 15:19:22 -05:00
Luke Latham b7923ddf46 MVC views overview update
Updates

Updates

Updates

Updates

Update
2017-09-26 13:36:20 -05:00
Scott Addie 104ab35d53 Add closing paren and semicolon (#4406) 2017-09-26 09:19:06 -07:00
Luke Latham ba407476a3 Merge branch 'master' into guardrex/resp-caching-update 2017-09-25 14:53:21 -05:00
Luke Latham b108eb50b6 Patch note for view precomp for SCDs 2017-09-23 15:20:38 -05:00
Luke Latham 11d5aacbda Add Required note to model validation topic
Fixes #1928
2017-09-22 21:29:11 -05:00
Scott Addie eed99e5a8e Merge branch 'master' into guardrex/resp-caching-update 2017-09-21 21:42:42 -05:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Luke Latham ffc0d0d20f Response Caching topic enhancements
Updates
2017-09-20 16:59:48 -05:00
Scott Addie e1ec11beb0 Merge pull request #4336 from guardrex/guardrex/kill-the-bom
Kill BOM and add end newlines
2017-09-20 09:11:19 -05:00
Luke Latham d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Scott Addie efd8b8f5a9 Fix invalid ms.date metadata values 2017-09-19 13:44:04 -05:00
Eric Williams 9a43edde43 Updates TaskCache to Task
Since [TaskCache](https://github.com/aspnet/Common/issues/238) was removed this updates the samples to use `Task.CompletedTask` instead
2017-09-18 19:35:55 -06:00
Rudi Visser 0d6e3cb775 Remove duplicated code display (#4293)
* Remove duplic

* Reduce code snippet display rather than removing
2017-09-15 15:24:24 -05:00
Toby Johnson 669347ee62 Update SampleAsyncActionFilter.cs (#4259)
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
2017-09-14 21:36:55 -05:00
Scott Addie d2f705f7a8 Updates to Razor Pages intro doc (#4262)
* Updates to Razor Pages intro doc

* More updates

* Remove @functions conversion reference

* Remove all @functions references and code

* Change code snippet type to cshtml
2017-09-13 11:06:58 -05:00
Luke Latham 588c6a6193 Add form THs to list of built-in THs (#4270)
Fixes #3700

... and gives the text a little *boost!* 😀
2017-09-13 09:26:15 -05:00
Rudi Visser ed062d8a80 Fix typo in code sample and grammar (#4273) 2017-09-13 09:19:11 -05:00
Scott Addie 0ea775dbd2 Fix invalid link 2017-09-11 21:23:10 -05: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
Greg Ingram b59fcb6af4 Fixed to use correct formatter. (#4251) 2017-09-11 16:05:08 -05:00
Luke Latham f9c0df0649 Minor text updates (#4246) 2017-09-11 09:37:23 -05:00
Luke Latham 267b8fc7a8 Add tilde to bs fallback href (#4247) 2017-09-11 09:36:10 -05:00
Greg Ingram 0f7270924a Fixed sample link (#4248)
It appeared to be a broken link when "sample" was capitalized when using Chrome... don't know why?
2017-09-11 09:33:45 -05:00