Commit Graph

7077 Commits (b83bbb330b26a5bc431c9517973dd1ba1d47b3db)

Author SHA1 Message Date
Mojtaba Javan b83bbb330b Minor modifications (#10394) 2019-01-15 07:54:04 -06:00
Rick Anderson 92565aa6c9
Update index.md (#10388)
Fixes https://github.com/aspnet/Docs/issues/9051
2019-01-14 16:36:57 -10:00
Rick Anderson 01f2fa5394
Update toc.md 2019-01-14 15:28:35 -10:00
Rick Anderson ccf95800a2
Update react-with-redux.md (#10300)
* Update react-with-redux.md

* Update aspnetcore/client-side/spa/react-with-redux.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/client-side/spa/react-with-redux.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-01-14 11:42:43 -10:00
Sheng Chang 5e7231b818 Update jQuery api to correspond version (#10366)
The current version of default scaffolding jQuery library in ASP.NET MVC is v3.3.1. 
And the jqXHR.error() method has been replaced with jqXHR.fail() after jQuery 3.0.
You can see this on this page: http://api.jquery.com/jQuery.ajax/#jqXHR
```
Deprecation Notice: The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks are removed as of jQuery 3.0. You can use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead.
```
2019-01-14 11:41:57 -10:00
John Parente 5f589ab7c4 1385000, implement basic crud functionality with EF6 (#10338)
Update for task to use .NET tutorial template.

<!--
# Instructions

When creating a new PR, please reference the issue number if there is one:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2019-01-14 11:33:53 -10:00
John Parente c800246798 1385000 create ef6 data model (#10259)
* 1385000, satisfied requirements in description and half of the template.

* 1385000, completed first pass at aligining the tutorial with the template.

* 1385000, replaing the 'add-scffolding.png'.

* 1385000, updated a PNG and fixed minor typos.

* 1385000, changed 'EF6' to 'EF 6'.

* 1385000, incorporated peer review feedback.

* 1385000, fixed Acrolinx issues.

* 1385000, fixed a minor typo.

* 1385000, reinstated the DatabaseGeneratedAttribute xref.

* 1385000, implementing SME review feedback.

* 1385000, fixed screenshots.

* 1385000, fixed minor typo.

* 1385000, implimented SME feedback.

* 1385000, fixed a minor typo.

* 1385000, fixed minor image format issue.
2019-01-14 08:03:59 -08:00
Mark Cooper eefc2a753f Updated values of CommandName (#10373)
Updated values of CommandName to show the valid values that can be used, and to clearly indicate that these are strings.
2019-01-14 09:36:38 -06:00
Kirk Larkin 8adbade922 Updated link to LoggerExtensions.cs (aspnet/Extensions). (#10368) 2019-01-14 07:08:41 -06:00
Luke Latham 947aac77c5
Convert xref link to relative (#10369) 2019-01-14 07:05:46 -06:00
Dan Schnau 83415cd406 Update link to StructureMap (#10361) 2019-01-12 21:36:31 -06:00
Tom Dykstra 04997431de
Fix AllowedOrigins snippet (#10353) 2019-01-12 13:33:16 -08:00
Luke Latham 823a4a6a76 Drop instruction on creating stdout log path (#10358)
Fixes #10272 

Given the length of the line and some *rather BAD defaults and lack of repo config from GitHub* :trollface:, diff highlighting doesn't work for the *aspnet-core-module.md* file change. The change is from ...

> Any folders provided in the path must exist in order for the module to create the log file.

... to ...

> Any folders provided in the path are created by the module when the log file is created.
2019-01-12 08:31:41 -10:00
Luke Latham 9c280a432f
Patch Kestrel config content (#10356) 2019-01-12 07:22:06 -06:00
ChrisSfanos 55df6aa5f7 Create cdnjqueryvalidate1190.md (#10322)
Adding a new jQuery Validate release, so I copied the 1.17 page and created this one.  AssetID tag wasn't updated, as it seems to be a generated GUID



<!--
# Instructions

When creating a new PR, please reference the issue number if there is one:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2019-01-11 17:20:32 -10:00
Pranav K ed6d2f3710 FromQuery (#10348)
* FromQuery

* Minor edits

* Fix build warning (#10350)
2019-01-11 18:31:11 -06:00
Rick Anderson 234b2282d3
Update intro.md (#10347)
Fixes #10222
2019-01-11 14:27:39 -10:00
Rick Anderson 4072576c0b
Update conventions.md (#10349)
Fixes #10072
2019-01-11 14:23:04 -10:00
Luke Latham 5f2a61819a In-proc not supported for netfx (#10321)
Update
2019-01-11 13:14:30 -10:00
ChrisSfanos 7afad331ff Update overview.md (#10323)
Link to the proposed jQuery Validate 1.19 page I just created/submitted
2019-01-11 13:13:08 -10:00
Luke Latham 8e101fb1e3
Update Kestrel configuration sections (#10344) 2019-01-11 17:10:55 -06:00
Mike d084cb2621 Make CustomWebApplicationFactory completely generic (#10120)
Fixes #10126 

Fix error where concrete type was used instead of generic.
2019-01-11 09:31:14 -10:00
Rick Anderson 38781342eb
Update iauthorizationpolicyprovider.md (#10332)
* Update iauthorizationpolicyprovider.md

* Update iauthorizationpolicyprovider.md
2019-01-11 09:23:55 -10:00
Rick Anderson cae3c2db5a
Update controller-methods-views.md (#10340)
Fixes #10339
2019-01-11 09:23:08 -10:00
Luke Latham db0929d79d Update integration tests sample to 2.2 (#9887)
Addresses #5495 

This is only a 2.2 sample update now.
2019-01-11 08:09:14 -10:00
David Gardiner 37d5cdba94 Add link to IClassFixture (#10334) 2019-01-11 06:15:38 -06:00
Rick Anderson d9a132f82a
Update adding-view.md (#10330)
Fixes #10327
2019-01-10 15:48:47 -10:00
Tom Dykstra 055e2754e1 VS 2019 prereq for 3.0 (#10261)
* change vs to 2019

* fix duplicate text

Co-Authored-By: tdykstra <tdykstra@microsoft.com>
2019-01-10 16:26:03 -06:00
Tom Dykstra 43d94e4e6c Create toc node for landing page (#10317)
* create toc node for landing page

* fix links
2019-01-10 11:51:06 -10:00
Scott Addie bf82fc88f6
Convert Normalized Identity column values to upper case (#10310)
* Convert Normalized Identity column values to upper case

* Fix image include
2019-01-10 15:47:37 -06:00
Kirk Larkin e10809c22a Fixed link to "UseDefaultFiles". (#10304) 2019-01-10 13:15:36 -06:00
ahdbk 6aa8bcc449 Update Highlighted new code to add new filed (#10308) 2019-01-10 13:10:31 -06:00
Maira Wenzel a7609c3d5a update link (#10312)
* update link

* better link
2019-01-10 11:59:01 -06:00
Patrick Westerhoff dcf4f30902 Update example for TypeFilter (#10295)
This is a fix for #10292 (originally #9095). I’ve basically reused the example I already proposed except that I made it a bit more useful.

@Rick-Anderson 	edit
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/controllers/filters?view=aspnetcore-2.2&branch=pr-en-us-10295#typefilterattribute)
2019-01-09 14:58:41 -10:00
Rick Anderson 2b95139444
Update load-tests.md (#10296) 2019-01-09 13:22:24 -10:00
Paul Goldman 449897ce1c Update display_data_items_and_details (#10202)
* edits

* Minor edits

* Minor edits

* minor edits

* Minor edits

* Minor edits

* Minor edits

* Minor edits

* Minor edits

* Minor edit

* Peer review edits

* Edits

* Peer review edits

* try again

* Peer review edits

* Update display_data_items_and_details.md

* Update display_data_items_and_details.md
2019-01-09 13:20:52 -10:00
Rick Anderson e0c5affa18
Update page.md (#10293)
Addresses #9858.

@serpent5 please review
2019-01-09 12:06:18 -10:00
Jon Stelly 8ab09af7a4 Wording improvement for policy-based authorization (#10290)
Not sure if this complies with formatting/wording standards for the docs, but figured I'd create a pull request for my issue: https://github.com/aspnet/Docs/issues/10288
2019-01-09 11:26:06 -06:00
Martin Koudelka 79698a6564 CC99672: Changing `CreatedAtRoute` to `CreatedAtAction` (#10287)
Hello, @rick-anderson,
This proposed file change comes from https://github.com/aspnet/Docs.pl-pl/pull/13 .
Could you review this contribution and help to merge if agreed?
Many thanks in advance.
2019-01-09 09:18:18 -06:00
Rick Anderson d437320f55
Update .gitattributes (#10285) 2019-01-08 16:50:53 -10:00
Rick Anderson e4731a0bcd
Update .gitignore (#10283)
applied #7485 to wrong file.
.gitattributes  not .gitignore
2019-01-08 16:50:29 -10:00
Kirk Larkin f89d4a643d "Change pages and layout" section. (#10281)
Addresses #9858.

This is a best-guess attempt at adding the required section. I know it goes without saying, but please let me know what changes are required and I'll get them sorted within a day or so.

---

If there are other issues I can take a look at, please also label them with `good first issue`.

<!--
# Instructions

When creating a new PR, please reference the issue number if there is one:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2019-01-08 15:40:59 -10:00
Rick Anderson e961eee392
Update gdpr.md 2019-01-08 14:15:54 -10:00
Rick Anderson f5eb52b7b2
Merge pull request #10279 from aspnet/Rick-Anderson-patch-1
Update toc.md
2019-01-08 12:28:20 -10:00
Tom Dykstra cf942e08cb Move What's new higher in the TOC (#10271) 2019-01-08 16:01:36 -06:00
Tom Dykstra ea530b27be change name of web api node (#10270) 2019-01-08 16:00:57 -06:00
Rick Anderson 948a70fc02
Update toc.md 2019-01-08 10:46:41 -10:00
Rick Anderson a8e0ad21f8
Load testing/ra (#10262)
* Add a page for load testing

* Edit of load tests

* clean up

* clean up

* clean up
2019-01-08 08:23:48 -10:00
Rick Anderson 95395468aa
Update performance-best-practices.md (#10263) 2019-01-08 08:18:13 -10:00
Rick Anderson 552b76ec38
Update working-with-forms.md (#10260) 2019-01-08 08:17:30 -10:00