Commit Graph

6076 Commits (e9d7f30c4efcb99dbf871db10cb646c04b950078)

Author SHA1 Message Date
Rick Anderson e9d7f30c4e
Fix VS instructions for RP/EF (#7766)
* Fix VS instructions for RP/EF

* Fix VS instructions for RP/EF

* Fix VS instructions for RP/EF
2018-07-23 18:30:37 -06:00
Scott Addie 0d35544256
Merge pull request #7773 from aspnet/scottaddie/views-overview-patch
UE pass on MVC Views overview doc
2018-07-23 16:00:51 -05:00
Scott Addie 6d86549fcb UE pass on MVC Views overview doc 2018-07-23 14:50:24 -05:00
Luke Latham ae031abef7
Revert "Enforcing SSL topic: HTTPS_PORT env var details" (#7765)
This reverts commit 04a6a8c2b4.
2018-07-23 14:00:56 -05:00
Luke Latham 04a6a8c2b4
Enforcing SSL topic: HTTPS_PORT env var details 2018-07-23 13:47:54 -05:00
Rick Anderson d5044a4b8a
Update accconfirm.md (#7759) 2018-07-23 12:27:29 -06:00
Mauricio de los Santos 8091add777 C30171: Escaping '@' character to avoid broken content in localization (#7761)
Hello, @rick-anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.  
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR  then share your PR number so we can confirm and close this PR.
Many thanks in advance.
2018-07-23 12:23:53 -06:00
Mauricio de los Santos c46b5a39a9 C30172: Escaping '@' character to avoid broken content in localization (#7763)
Hello, @Rick-Anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
2018-07-23 12:23:30 -06:00
Luke Latham 30a0124fb8
DP key ring management updates (#7645) 2018-07-23 11:54:35 -05:00
Kirk Munro 0ed1fbf92d Updated link to follow-up tutorial (#7701)
The current follow-up tutorial link takes users to an MVC tutorial based on ASP.NET Core 2.0. This tutorial is based on Razor Pages and ASP.NET Core 2.1. I think it makes more sense for the recommended follow-up tutorial to continue building on the knowledge learned here about Razor Pages, so I updated the link to take users to [Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8](https://docs.microsoft.com/en-us/aspnet/core/data/ef-rp/intro) instead.
2018-07-23 09:53:28 -06:00
Ryan Taite 44df1da082 Update Select link to use asp tag helpers (#7717)
`<td>@Html.ActionLink("Select", "OnGetAsync", new { courseId = item.CourseID })</td>` throws an error saying:

> Cannot resolve action 'OnGetAsync'

I also fixed a spacing issue
2018-07-23 09:52:15 -06:00
Rick Anderson 80f879edfc
Update validation.md (#7756) 2018-07-23 09:50:35 -06:00
Scott Addie f07f26c279
Merge pull request #7744 from KirkMunro/patch-5
Fixed highlighted line numbers
2018-07-23 10:06:58 -05:00
Scott Addie 2c0d069da3
Merge pull request #7731 from KirkMunro/patch-4
Fixed incorrect highlighting
2018-07-23 10:02:45 -05:00
Scott Addie 7785ed1ee7
Merge pull request #7727 from KirkMunro/patch-3
Removed EF Core 2.1 note
2018-07-23 09:53:25 -05:00
Scott Addie 70cab876a9
Merge pull request #7719 from KirkMunro/patch-2
Removed out of date text
2018-07-23 09:52:30 -05:00
Luke Latham 35d1d36f53
Update DP provisioning script link in IIS topic (#7751) 2018-07-23 08:26:07 -05:00
Gerardo Saca fb2be35c39 Add missing "and" (#7748) 2018-07-23 07:21:00 -05:00
Kirk Munro 59c244b309
Fixed highlighted line numbers 2018-07-22 17:06:04 -03:00
Shayne Boyer 5bd0a75914 Fundamentals code snippet fix (#7741) 2018-07-22 10:51:55 -05:00
Luke Latham 7926302442
Add HttpContext to TOC/index page (#7735) 2018-07-21 18:17:13 -05:00
Chris Roberts 07e2dc83ff Added documentation for IHttpContextAccessor to describe its use in c… (#6489) 2018-07-21 17:48:34 -05:00
Julian Oster 396bb06f5c Add spacing for unordered lists (#7733) 2018-07-21 17:06:51 -05:00
Kirk Munro b0d995d977
Fixed incorrect highlighting
The line I added (line 18) has changed from the scaffolding implementation and needs to be highlighted as well.
2018-07-21 14:32:37 -03:00
Kirk Munro 09eb4bf571
Removed EF Core 2.1 note
EF Core 2.1 is out and already supports data seeding, so this note is no longer relevant.
2018-07-21 12:37:50 -03:00
Kirk Munro 83f5711287
Removed out of date text 2018-07-20 22:21:25 -03:00
Scott Addie 8dcc979dc6
Merge pull request #7712 from RyanTaite/patch-1
Highlight one more line
2018-07-20 16:14:33 -05:00
Jennifer Hubbard 3ee2c287df Updated date (#7713)
Looks like the last change made was 9/20/2017; more recent than 2012. :)
When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-07-20 15:20:39 -05:00
Andrew Stanton-Nurse 82f924dd4e Clarify handshake options in SignalR (#7710) 2018-07-20 14:27:04 -05:00
Ryan Taite 4ab4af6ef7
Highlight one more line
This line originally generated is `public IList<Instructor> Instructor { get;set; }` and gets changed to `public InstructorIndexData Instructor { get; set; }` so it's worth highlighting, I feel
2018-07-20 19:14:22 +00:00
Alec 82325bfbf9 Corrected broken URLs to point to updated content. (#7676) 2018-07-20 08:57:29 -05:00
Scott Addie f11f73f9e0
Add Additional resources section to VS Tools for Docker doc (#7692)
* Add Additional resources section to VS Tools for Docker doc

* React to feedback
2018-07-19 11:20:24 -05:00
Ryan Taite 0899a06a32 Fix url to ?? Operator C# Reference (#7694)
It has a space between the ".com/" and the rest of the url

When creating a new PR, please do the following and delete this template text:
2018-07-19 11:18:38 -05:00
BrennanConroy 03097f0676 Fix samples link for signalr webpack doc (#7693) 2018-07-19 11:15:37 -05:00
Rick Anderson 1ae17d3e43
Recommend RP over MVC (#7690) 2018-07-19 10:12:14 -06:00
Rick Anderson a03e5f449f
Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#7683) 2018-07-18 16:22:49 -06:00
Luke Latham 6fdf2f61e9
Only doc the latest minor release (2.1) in the Hosted Service topic (#7681) 2018-07-18 16:32:27 -05:00
Luke Latham 2cf59c06df Fix HTTP.sys topic links (#7680) 2018-07-18 15:01:05 -06:00
granthoff1107 4a24fff6af Update Hosted Service topic: Refactor Queued Hosted Service to use BackgroundService (#7640) 2018-07-18 15:33:12 -05:00
Scott Addie a8f9e09017
Merge pull request #7674 from egbill3eagle/patch-1
Updating temporary Reply URL to avoid confusion
2018-07-18 12:33:40 -05:00
Bill Hughes 1a7bdefd3c
Updating temporary Reply URL to avoid confusion
Updating the temporary Reply URL provided to avoid confusion and to more directly align with the walkthrough.
2018-07-18 10:13:37 -05:00
Alec ab2228b0a4 Changed Bootswatch URL to point to Bootswatch 3. (#7669)
It is well known that if you use a Bootstrap 4 template on an ASP.NET template it will break the layout. This is a convenience change to prevent confusion as it will send people to the correct versioned URL as it was back when this article was written.

When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-07-18 10:10:47 -05:00
Mike Foden 4819962153 Update bundling-and-minification.md (#7658) 2018-07-17 18:04:48 -05:00
Andrew Stanton-Nurse 77e47ab640 SignalR - .NET Client Windows Auth (#7670) 2018-07-17 16:17:40 -05:00
Scott Addie aa29c9322d
Remove confusing verbiage from .All metapackage title metadata (#7663) 2018-07-17 12:49:43 -05:00
Rick Anderson e3c6995e58
Update distributed.md (#7646) 2018-07-17 11:48:58 -06:00
Paweł Gorczyński e7c41ad74b Added missing semicolon (#7661) 2018-07-17 07:54:13 -05:00
Andrew Gaston d828c3ac91 Update ui-class.md (#7627)
* Update ui-class.md

@pranavkm @Rick-Anderson These changes would clarify that multiple file structures can be used and give an example of one alternative.

* Update ui-class.md

* Update ui-class.md

* Update ui-class.md
2018-07-16 16:56:20 -06:00
Tom Dykstra 93a040a359 add note explaining what npm is (#7655) 2018-07-16 16:14:12 -06:00
Rick Anderson 5e4fa56f10
WT Bearer token configuration is incomplete (#7647)
* WT Bearer token configuration is incomplete

* WIP: 2.1 update for secure user data

* revert pdf
2018-07-16 14:11:51 -06:00