Commit Graph

3529 Commits (b3ade2a73e1e48efa7bdcd7a82e2b3efb0f9bddb)

Author SHA1 Message Date
Scott Addie bdf10eb010 Fixes #3991 2017-08-24 10:35:33 -05:00
mzohrab 8ded884b6c Please change "!code-css" to "!code-csharp" (#4091)
File syntax is "C#" but named as "CSS"
2017-08-24 10:04:34 -04:00
Rick Anderson e6a8f171f2 update to 2.0 SDK (#4080)
* update to 2.0 SDK

* fix

* fix
2017-08-23 17:27:35 -04:00
Scott Addie c54da960c6 Minor tweaks to Authoring Tag Helpers doc (#4084) 2017-08-23 17:07:11 -04:00
Scott Addie b94e44e44f ASP.NET MVC Core --> ASP.NET Core MVC 2017-08-23 12:08:45 -05:00
Luke Latham 70089de5bf Update Azure Key Vault Config Provider topic and sample (#3896)
* [WIP] Update Azure Key Vault Config Provider topic and sample

@Rick-Anderson @tdykstra Would you mind marking this **WIP** right now.
I'll need to make a few passes on it prior to getting review underway.

cc/ @anurse (partner in crime on this topic), @blowdart, @pakrym,
@olavt, @Coderrob

Fixes #3369

:flame: *HOT!* :flame: updates in this one:
* 2.0 samples added (note that tabs aren't required, because the topic's
examples are the same thus far across 1.x and 2.x). However, the 1.1 and
2.0 samples are linked when mentioning to the reader what they can
download.
* Re-organized the topic a bit to accomodate the two samples.
* Reacted to the feedback in #3369 and the discussion in
https://github.com/aspnet/Docs/pull/3525.
* Samples are refactored into an example of placing secrets into a
single key vault for different app *versions*, not app names. Using app
names or the environment isn't a security best practice.

Update

Update

Updates

Updates

Update

Updates

Update

Updates

Updates

* Condition the ItemGroup for netcoreapp2.0

* React to feedback

* Update version references and sample folders

Add one

Minor text change

More minor changes

Even better

One more

* Remove dependency statement

* Update net462 deps

* Even better!

* Reverse order for 2.x tab first

* Update 2.0 samples: Only target netcoreapp
2017-08-23 11:30:39 -04:00
Luke Latham 135b5357ce Response Caching Middleware topic updates for 2.0 (#4020)
* Updates for 2.0

Updates

Update

Updates

Updates

Updates

* Update middleware.md

* Update middleware.md

* React to feedback

* React to feedback

* Fix

* React to feedback
2017-08-23 11:30:20 -04:00
Luke Latham 91b4571da2 Update 2.0 sample TFM+packages (#4071) 2017-08-23 10:16:24 -04:00
Luke Latham 39456d6c89 Update 2.0 sample TFM+packages (#4072)
Updates sample to target only `netcoreapp2.0`.

@Rick-Anderson, this is the last one of the group.
2017-08-23 09:56:11 -04:00
Bader Nasser Al-Hashmi e831e684cd Fix a link to MVC mac tutorial (#4069) 2017-08-22 16:35:47 -05:00
Luke Latham 0bd3f6ec57 Response Compression Middleware topic updates for 2.0 (#4045)
* Response Compression Middleware topic updates for 2.0

Hold review ... this is *WIP* for checks and updates.

Fixes #4044

*If we took a holiday
Took some time to celebrate
Just one day out of life
It would be, it would be so nice!*

Updates

* React to feedback

* Minor fix RE: All package
2017-08-22 14:53:53 -04:00
Bader Nasser Al-Hashmi 485f3e6768 Add missing asterisk (#4064) 2017-08-22 13:00:11 -05:00
Bader Nasser Al-Hashmi 472b16499c Remove extra spaces (#4065) 2017-08-22 12:58:53 -05:00
Bader Nasser Al-Hashmi 0a70706a38 Remove redundant word (that that) (#4063) 2017-08-22 12:25:50 -05:00
Steven Moschidis 0c188f31bb add missing word (#4060) 2017-08-22 10:48:24 -05:00
Luke Latham e18da1f314 Update for new hosting bundle installer link (#4001)
* Update for new hosting bundle installer link

Fixes #3997

Updates

* Remove ANCM-only install notes
2017-08-22 10:44:32 -04:00
Lars Pedersen 5aa50aa94e Correct the console example (#4057)
There is no space between the Sid and the permission according to the specs over at https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls

Here is the main syntax snip: icacls <FileName> [/grant[:r] <Sid>:<Perm>
2017-08-22 10:25:09 -04:00
Luke Latham 20231ea4a9 URL Rewriting Middleware topic updates for 2.0 (#4005)
* Initial work

Work on samples

Topic and sample updates

Topic updates

Updates

Updates

Updates

* React to feedback

* React to feedback

* Reverse tab order for 2x first

* Drop tabs from two (common) examples
2017-08-22 09:51:26 -04:00
Tom Dykstra 3f54f0c110 fix performance toc (#4042)
* fix performance toc

* Update toc.md
2017-08-22 09:50:24 -04:00
Luke Latham 277b229961 Remove setting applicationName key and example (#4049)
Addresses #1870

Per @davidfowl: https://github.com/aspnet/Mvc/issues/6685#issuecomment-323599318
2017-08-21 09:55:47 -05:00
Eriawan Kusumawardhono 8fb7bedfce Update tracing in Web API to use VS 2017 (#4050) 2017-08-21 09:53:27 -05:00
Lê Xuân Lâm 69b3255f8b Fix broken link for AuthenticationOptions (#4047) 2017-08-21 09:29:57 -05:00
wplong11 feb696c139 Correct section title of middleware.md (#4048) 2017-08-21 09:27:20 -05:00
Marco Heinrich 3b5d65b253 Update windowsauth.md (#4052)
This just fixes a minor typopgraphical error that sprang to my eye. "rquire" --> "require"
2017-08-21 09:24:53 -05:00
Scott Addie 8d858ee4a2 Remove unnecessary double quote and space 2017-08-21 09:24:03 -05:00
Rick Anderson 6f54c8b8a3 fix comments in RP add model (#4039) 2017-08-18 21:08:08 -04:00
Rick Anderson eb025f2166 V 2.0 of intro to MVC/SQL (#4034)
* V 2.0 of intro to MVC/SQL

* V 2.0 of intro to MVC/SQL

* V 2.0 of intro to MVC/SQL

* V 2.0 of intro to MVC/SQL

* V 2.0 of intro to MVC/SQL
2017-08-18 18:33:01 -04:00
Tom Dykstra aa6951e0c2 fix snippet range 2017-08-18 14:33:41 -07:00
Tom Dykstra fd52dcc651 add pdf (#4036) 2017-08-18 14:29:58 -07:00
Rick Anderson 5b5412bd0f Update index.md 2017-08-18 16:50:10 -04:00
Tom Dykstra 2d5f16969d move sub tocs to main toc (#4029) 2017-08-18 11:51:38 -07:00
Rick Anderson e832a9b9f4 Update new-field.md (#4030)
* Update new-field.md

* Update new-field.md
2017-08-18 14:08:47 -04:00
Rick Anderson e7a03a59c2 Update intro to RP - remove preview (#4027) 2017-08-18 12:43:39 -04:00
Rick Anderson 60584ef85a Update index.md (#4025)
* Update index.md

* Tweaks to EF error blurb
2017-08-18 12:43:14 -04:00
Scott Addie ee17d004cd Fix highlight line number in Fundamentals overview doc 2017-08-18 11:21:30 -05:00
Scott Addie 67ade2b6ba Fix version number and region issue in 2.0 migration doc (#4026) 2017-08-18 12:04:55 -04:00
Scott Addie d1a7979c78 Fixes #4010
* 2.0 updates to fundamentals overview doc

* Reverse order of tabs

* Incorporate feedback from Rick and Tom
2017-08-18 10:21:17 -05:00
wplong11 bc964b8f01 Update middleware.md (#4023) 2017-08-18 09:25:42 -04:00
Rick Anderson d23fe0254d Install only needs web workload (#4015)
* Install only needs web workload

* Update install2.0.md
2017-08-18 09:24:08 -04:00
Scott Addie f336646101 Fix code snippet types 2017-08-17 22:00:29 -05:00
Scott Addie 7950b1e4bb Add missing code snippet type 2017-08-17 21:57:37 -05:00
Rick Anderson f2fb0b4528 Update da1.md (#4016)
* Update da1.md

* Update da1.md
2017-08-17 17:54:06 -04:00
Rick Anderson cca03c0f0b make all tabs conform (#4014) 2017-08-17 16:20:27 -04:00
Rick Anderson aa5469fbef Add CLI directions to RP intro (#3980)
* Add CLI directions to RP intro

* Add CLI directions to RP intro

* Add CLI directions to RP intro

* work

* work

* work

* work

* work

* work

* work
2017-08-17 15:09:43 -04:00
Tom Dykstra 40beeaa3a6 EF MVC for 2.0 (#4000) 2017-08-17 11:36:07 -07:00
Daniel Vicarel e742f8c7f8 Clarified some wording over the "Async" naming convention (#4011)
* Clarified some wording over the "Async" naming convention

* Update index.md
2017-08-17 13:34:53 -04:00
Rick Anderson ed7efd9f04 Update working-with-sql.md 2017-08-17 12:36:27 -04:00
Jaliya Udagedara bb615e57e8 Fixed: Code formatting. (#4008) 2017-08-17 10:03:10 -05:00
Arin b18361e682 Re-label programming language for two code samples (#3999) 2017-08-17 09:53:01 -05:00
Scott Addie 2afe42b26d Change code snippet types from None to cshtml 2017-08-17 09:39:52 -05:00