Commit Graph

7790 Commits (edf8c3398a59af63aa7500746c5bd06681237c96)

Author SHA1 Message Date
Robert Muehsig edf8c3398a
Fix powershell errors (#20471) 2020-11-10 05:25:59 -06:00
Luke Latham 1862b1214a
Blazor Azure Front Door clarification (#20454) 2020-11-10 05:14:34 -06:00
Luke Latham 90cc6ba2d2
Improvements for Blazor overwritten params (#20452) 2020-11-10 05:13:34 -06:00
Luke Latham 8a6f87c95d
Improve HTTPS guidance (#20360)
* Improve HTTPS guidance

* Update nginx.conf

* Update linux-nginx.md
2020-11-10 05:09:59 -06:00
Luke Latham eb9ff8893e
Prerendering and integration components updates (#19887) 2020-11-10 05:08:17 -06:00
Rick Anderson db8fac8320
Into/mvc5/update/ra (#20464)
* 5.0 update of intro to MVC

* 5.0 update of intro to MVC

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* update files
2020-11-09 16:11:10 -10:00
Rick Anderson 3f8d8c303c
5.0 update of intro to MVC (#20428)
* 5.0 update of intro to MVC

* 5.0 update of intro to MVC

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2020-11-09 16:01:55 -10:00
Rick Anderson 080f5c8984
Update add-EF-NuGet-SQLite-CLI-5.md (#20457) 2020-11-09 16:01:05 -10:00
Daniel Roth 55b225c29c
Update .NET 5 release notes with SignalR Hub filters subheading (#20459) 2020-11-09 15:57:35 -10:00
Matej Šarlija c630a3f953
Update index.md (#20446)
Slight edit to the entry as to not discourage beginners pursuing the tutorial, since it HAS been updated to new .net core, just not 3.0., "Overview" page is from 2017, the next one is from 2020.
2020-11-09 11:58:17 -10:00
Jeroen Oortwijn a26003dd8e
Correctly refer to MyDisplayRouteInfo location (#20455)
Commit fa4c1e7b6e changed this in the beginning of this document, but not this instance.
2020-11-09 11:57:21 -10:00
Max de3511b60f
Fix typo "The works because..." (#20448) 2020-11-08 18:58:46 -06:00
Wade Pickett 998d59e746
Razor Pages Series: minor fix link and config screen. (#20439)
* Razor Pages Series: minor fix link and config screen.

* patch: Updated link to new core version and config.png to better highlight.

* patch: validation.md: removed xref from cross repo link

* Added highlight to npx.png for create a new project section

* added highlights to np.png
2020-11-06 15:39:23 -10:00
Wade Pickett 29a89e6f46
5.0 update - Rewrite: Razor Pages Get Started Tutorial Series (#20348)
* Moving all from PR #19859 to new PR due to unfixable merge conflicts that could not be reverted

* patch: model.md: added last of ScottAddie's recommendations.

* patch: corrected Solution Explorer and right click for mac in original content, all versions

* Apply suggestions from Scott Addie review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* patch: minor fix per recommendation

* Apply ScottAddie's suggestions.

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Encorporated all of Rick-Anderson and ScottAddie's great review suggestions.

* patch: added a minor punctuation.

* patch: forcing updates for .png screenshots that were not picked up earlier as changed

* patch: Udating da1.md to use forced m55htpps.png update

* patch: removed en-us from three new links in sql.md

* patch: forcing more png updates that did not commit in 1st draft.

* Update aspnetcore/tutorials/razor-pages/razor-pages-start.md

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Incorporating additional suggestions from ScottAddie

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Review suggestions from ScottAddie; Fixing DataAnnotations link

Removing a DataAnnotations link dupe that was both both above and below the IDE tabs and changing < to (

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* patch: forced update of val.png used in validation.md

* Added suggestions from Rick-Anderson for those where the changes were entered directly.

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Incorporated review feedback form Rick-Anderson: Moved Movie Class instruction below tabs, added additional VS code tab to accommidate

* patch: removed copy paste dupe of move class instrucion

* patch: backed out of acrobatics to try to avoid repeating the movie class insturction in 3 IDE tabs

* patch: Review suggestions by Rick-Anderson - page.md remove cookbook step - fix code include

* patch: updated start instruction for new project with link and added screenshot.

* patch: razor-pages-start.md: fixed create project image alignment and reduced image size.

* patch: razor-pages-start.md: Changed download link

* Incorporated ScottAddie's additional suggestions.

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* patch: np.png: added red border on next button.

* patch: forced update of np.png

* patch: config.png added highlight, razor-pages-start, added rick anderson suggestions

* forced config.png update that was not picking up.

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-06 12:26:26 -10:00
Rick Anderson ec3f5a23d4
Update intro.md (#20432)
* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md
2020-11-06 09:38:53 -10:00
Luke Latham 8d3e5b2dd2
Improve Blazor standalone web.config file remarks (#20415) 2020-11-06 06:37:22 -06:00
Luke Latham 375ad3f3a1
Cover Blazor debug with firewall config (#20413) 2020-11-05 16:50:22 -06:00
Rick Anderson c1cbd20dde
Update rp31.md (#20421) 2020-11-05 07:39:07 -10:00
Rick Anderson 2800110609
5.0 update for EF/MVC (#20395)
* 5.0 update for EF/MVC

* 5.0 update for EF/MVC

* 5.0 update for EF/MVC

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2020-11-04 17:38:16 -10:00
Pranav K 6ca9f35853
Update model-binding.md (#20412)
* Update model-binding.md

* Update model-binding.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-04 15:22:48 -10:00
Luke Latham a557463b27
Blazor DI topic service lifetime update (#20408) 2020-11-04 09:29:30 -06:00
Luke Latham cb9d66e2db
Migration for standalone Blazor WASM security (#20409) 2020-11-04 09:28:11 -06:00
Justin Kotalik 76c1256a20
Add documentation for VS C++ Redist (#20399) 2020-11-03 14:11:12 -08:00
Brennan be70aad2df
Update Azure SignalR Service in VS (#20345)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-11-02 12:31:39 -06:00
Scott Addie efc0aac394
Add what's new page for October 2020 (#20389) 2020-11-02 12:27:27 -06:00
Frank(MSFT) 27b097ffc0
Updates overview.md (#20329)
Co-authored-by: Frank Li (Wicresoft North America Ltd) <v-cheli@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-11-02 11:01:37 -06:00
Scott Addie 7e5d7df377
Change IEnumberable to IEnumerable (#20388) 2020-11-02 09:23:10 -06:00
Luke Latham 6f6a84ee70
Blazor example consistency (#20386) 2020-11-02 07:01:10 -06:00
Luke Latham fe898f53db
Blazor WASM template behavior for App ID URI (#20385) 2020-11-02 05:56:49 -06:00
Vadim Galaktionov 391b48d14d
Cross-link sections in Generic Host topic (#20378)
* Remove ASPNETCORE_ mention

* Add xref, add note, revert back sentence change

* Update

Co-authored-by: Luke Latham <llatham@aquent.com>
2020-10-31 07:19:29 -10:00
Bludator 31a84fef95
At authentication/social/additional-claims fixes google scope (#20373)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-30 22:12:34 -05:00
Luke Latham 2857ef239b
Scaffolding guidance on Blazor WASM (#20361)
* Scaffolding guidance on Blazor WASM

* Drop version-specific API doc links
2020-10-30 13:58:47 -05:00
Rick Anderson a5138e86e4
Update hubcontext.md (#20366) 2020-10-30 08:25:39 -10:00
Luke Latham ceebf3285f
Update linux-nginx.md 2020-10-30 08:00:23 -05:00
Luke Latham c7f0467560
Update nginx.conf 2020-10-30 07:45:46 -05:00
Luke Latham ecc9aad6b7
Improve HTTPS guidance 2020-10-30 07:35:17 -05:00
FinHorsley 382af6ff7c
Update web-api-help-pages-using-swagger.md (#20296)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 22:04:45 -05:00
Brennan 3df97d37fc
Add client->server streaming in Java (#20347)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 21:43:44 -05:00
Rick Anderson 0cfb9eca20
Update aspnetcore-5.0.md (#20357) 2020-10-29 14:33:18 -10:00
Rick Anderson efd88a242c
What's new in ASP.NET Core 5 (#20140)
* What's new in ASP.NET Core 5

* What's new in ASP.NET Core 5

* Work

* Work

* Work

* work

* work

* work

* work

* work

* work

* work

* work

* GuardRex feedback

* work

* work

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* react to feedback

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Daniel Roth <daroth@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

* react to feedback

* react to feedback

* React to feedback

* Nit ..... *almost done* lol

* A few final nits ... *I'm done!*

* Update aspnetcore/release-notes/aspnetcore-5.0.md

Co-authored-by: Brennan <brecon@microsoft.com>

* React to feedback

* Update

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Protected Browser Support API updates

* Update aspnetcore/release-notes/aspnetcore-5.0.md

Co-authored-by: Daniel Roth <daroth@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

* react to feedback

* react to feedback

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: Brennan <brecon@microsoft.com>
2020-10-29 14:20:42 -10:00
Christopher C. Johnson 63d1dab05e
Fixed Typo in environments.md (#20354) 2020-10-29 16:26:04 -05:00
Brennan 137007a416
Update javascript-client.md (#20344)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 11:53:25 -05:00
Luke Latham 05053b07b7
Update protected browser storage for 5.0 (#20351) 2020-10-29 08:38:32 -05:00
Brennan 6b475623c3
Update version-differences.md (#20336)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-28 21:21:47 -05:00
Brennan 1b5acd224c
Fix Strongly type hubs docs (#20342) 2020-10-28 18:28:47 -07:00
Luke Latham 9d1728c3b0
Azure Apps ARM template preview site extensions (#20298) 2020-10-28 13:56:53 -05:00
Luke Latham 3770baac03
Add a few missing periods to the GRPC tutorial (#20339) 2020-10-28 13:42:10 -05:00
Jon Galloway 149877da2a
Update document date (#20338) 2020-10-28 13:32:36 -05:00
David Pine b615c48d7a
Update dependency-injection.md (#20331)
* Update dependency-injection.md

More accurately describe the applicable apps for DI when pointing to .NET docs. It is for all .NET apps other than web apps, not just console apps.

* Update aspnetcore/fundamentals/dependency-injection.md

Co-authored-by: Luke Latham <llatham@aquent.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <llatham@aquent.com>
2020-10-28 07:14:25 -10:00
Brennan 5e6860c7fa
Improve SignalR Nginx settings (#19983) 2020-10-28 09:29:18 -07:00