Commit Graph

648 Commits (c9966742fdd10334cbcbfa61867810a580578949)

Author SHA1 Message Date
Tom Dykstra 9120957908 cleanup 2024-04-09 14:41:11 -07:00
Tom Dykstra 01e7cd031c draft 2 2024-04-09 14:36:48 -07:00
Tom Dykstra 61608abce4 draft 2024-04-09 14:20:42 -07:00
Tom Dykstra fc0d9b12a5
Update current version and latest version include files (#32177) 2024-03-27 16:24:57 -07:00
Wade Pickett 572cd3e673
Min API tutorial: rewrite to Swagger (#32076)
* MinAPI tutorial rewrite to Swagger

* Correct code path swagger version

* Added code highlight

* Improved h2-h3 titles for Swagger steps

* Moved H2 from VS to VSC

* Restored todogroup program.cs

* Clarified original DTO instruction

* Improved first run app and stop app instruction

* Fixed VSC first run instruction

* Corrected typo configu

* Fix code highlihght

* Removed dupe explaination line

* Corrected original error in json example

* Added swagger response screenshot and a few fixes

* Fixing typos, text improvements

* Rewrote and recoded for NSwag instead of Swashbuckle plus updated art

* Add Cam's recommendation on tool choice

* Improved some text, fixed typos

* Move Typed Results Program.cs to NSwaag

* Rewrote + recode v6 and v7 based on approved 8 approach

* Fixed missing Visual Studio tabs in v6 and v7

* Fixed alt text warnings and corrected code snippet path for v6-7

* Updated v6 and v7 package versions appropriate for the target .NET

* Updated v6 to move todo and tododb classes out of program.cs to be consistant

* Updated prereq includes to remove old preview text for vs and vs for mac versions 6-8

* More changes per tdykstra review.
2024-03-26 11:36:15 -07:00
Drew Noakes 35b88675e2
Fix minor typo (#32055) 2024-03-13 23:03:56 -04:00
Wade Pickett 1192764b9c
Update API Testing tool references (#31966)
* Update references for API Testing

* Update aspnetcore/fundamentals/minimal-apis/bindingArrays/7.0-samples/todo/Program.cs

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-03-04 21:07:13 -08:00
Tom Dykstra d3addbbb02
Update spa-templates-new-vs-old.md (#31900) 2024-02-23 14:46:02 -08:00
Tom Dykstra 4fa71f1778
Fix link 2024-02-23 14:08:29 -08:00
Tom Dykstra ec7de7a37f
31806followup (#31831) 2024-02-14 17:16:22 -10:00
Rick Anderson 65e815ec36
migration to 9 (#31806)
* migration to 9

* migration to 9

* migration to 9

* migration to 9

* migration to 9

* migration to 9

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-02-14 09:09:49 -10:00
Tom Dykstra 8698536263
Update not-latest-version.md 2024-02-07 11:38:45 -08:00
Andrew Zipperer d22162917f
edit validation.md: remove stray comma (#31643)
* edit validation.md: remove stray comma

* edit validation.md

make same change here as for `aspnetcore/tutorials/razor-pages/validation.md`

* Update validation.md

* Update validation.md

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-02-01 18:21:30 +00:00
Luke Latham 5a62750636
Update JS collocation guidance (#31322) 2024-01-01 09:17:34 -05:00
Rick Anderson 1ff91159c9
Update not-latest-version.md (#31012)
* Update not-latest-version.md

* Update not-latest-version.md
2023-11-13 14:31:51 -10:00
Rick Anderson 3aeee5354c
Add new bind sample /8 (#30882)
* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8

* Add new bind sample /8
2023-10-31 14:00:44 -10:00
Rick Anderson e249ab97c4
Binding options /8 (#30842)
* Binding options /8

* Binding options /8

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2023-10-30 15:27:19 -10:00
Rick Anderson 32f3fc2567
mon prep (#30841) 2023-10-25 16:46:59 -10:00
Brian Dukes 37cb1b6c33
Clarity heading of Tag Helper list (#30670) 2023-10-12 09:28:55 -10:00
Tom Dykstra bd93ea9a4f
Run SPA projects by using CLI (#30635) 2023-10-10 15:56:47 -07:00
Wade Pickett 6d89e6f990
AAD rename for all content owned by wp (#30602)
* AAD rename for all content owned by wp

* Did not rename Azure Active Directory B2C per current marketing guide.
2023-10-05 22:02:22 -07:00
Tom Dykstra bc5bfff786
Recommend the Visual Studio SPA project templates (#30333)
Co-authored-by: Daniel Roth <daroth@microsoft.com>
2023-09-28 18:38:39 -07:00
Wade Pickett 4c9132b084
gRPC services Prereq update plus versioning by include (#30445)
* Prereq Update gRPC services plus versioning by include
* Fixed prereq include missing sdk mention, sync main
2023-09-25 15:37:26 -07:00
Wade Pickett 4fa6aaacc5
VS Code: Add required assets (#30363)
* VS Code: Add required assets
* Moved common text to two includes: vscode-trust-authors.md and vscode-add-assets-prompt.md
* improve vscode-trust-authors.md
* Combined new includes, added SignalR tutorials

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-09-18 20:46:10 -07:00
Samuele Furnari f9282a2a7e
Fix client side files position (#30173)
* Fix client side files position

There is a little error in the sample: if you follow the tutorial, the `npm run release` fails because it looks for html/css/ts files in the src folder but the tutorial says to create these files in the project root.

My favourite solution is to create the _src_ folder and then put these files into this folder. I modified the tutorial to follow this solution.

Thanks!

Samuele

* fix script tag position in webpack generate html

* Apply suggestions from code review

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update signalr-typescript-webpack7.md

Added same suggested changes to version 7.

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2023-09-18 18:54:21 +00:00
Tom Dykstra b537553f1b
Note VS for Mac EOL (#30382)
* note VS for mac eol

* update date

* move include out of include

* add a line

* revert

* add text to include file

* include in include

* misc

* fix xref link *-->%2A
2023-09-16 08:20:26 -10:00
Wade Pickett 33eb03e1ee
.NET 8 update - macOS - First MVC Series (#30192)
* .NET 8 update - macOS - First MVC Series
* Include migration files in v7 sample
* Changed regions to proper snippet tags
2023-08-31 09:44:29 -07:00
Luke Latham 8d1a012e2d
Blazor JS interop node updates 8.0 (#30171) 2023-08-29 09:25:28 -04:00
Wade Pickett e62eb1f00e
Correct include for .NET 8 VS Mac prereq (#30064)
* Correct include for .NET 8 VS Mac prereq
* Update aspnetcore/includes/net-prereqs-mac-8.0.md
2023-08-15 17:29:47 -07:00
Wade Pickett b8ee7fa9f5
dotnet tool install --arch options (#29923)
* dotnet tool install --arch options, new include plus edit to 31 files to add include.
2023-07-27 14:35:42 -07:00
Tom Dykstra 3098bac4d0
Moniker prep for 8.0 (#29922) 2023-07-26 17:09:23 -07:00
Tom Dykstra c8d002cd6f Update not-latest-version.md 2023-07-20 11:38:39 -07:00
Tom Dykstra 9bd795243e
Extend preview notice to .NET 8 doc versions (#29844)
* extend preview notice to 8.0 doc versions

* try guardrex suggestion

* fix moniker

* try to fix moniker error

* try to fix moniker error

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* add back the >7 section

* restore date

* fix include link

* try fix include
2023-07-18 14:26:52 -10:00
Tom Dykstra 3f864ccac2
Add preview notice (#29839) 2023-07-18 09:16:19 -10:00
James Newton-King 830ecb6ed1
Improve Kestrel endpoints (#29564)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-06-22 09:41:55 +08:00
Luke Latham d199aaa163
Tiny NIT and update Blazor doc to use the INCLUDE (#29525) 2023-06-15 08:15:44 -04:00
Rick Anderson 3a092efbed
Warn on port spoofing /7 (#29463)
* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Update aspnetcore/includes/spoof.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Update aspnetcore/includes/spoof.md

Co-authored-by: Chris Ross <chrross@microsoft.com>

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
2023-06-14 18:24:46 +00:00
Luke Latham 272f6b21b9
NIT Migrations INCLUDE lingo change (#29400) 2023-06-01 13:17:57 +00:00
guardrex 1a46d59266 Updates 2023-05-31 09:12:51 -04:00
guardrex 51665f4600 Blazor scaffold Identity updates 2023-05-30 16:01:15 -04:00
Wade Pickett 2f55e4264b
v8 Updates for First MVC series (#29115)
* v8 Updates for First MVC series

* Moving debug_menu50.png back to proper directory

* Fixing cross repo link for Migrations with Multiple Providers

* Updated scaffolding -sqlite flag to --databaseProvider sqlite

* Added completed 8.0 code and derived doc code sample with region snippets

* Updated all code links in all topics to 8.0 sample

* Corrected EF Migrations link to relative in add-model.md

* Corrected add scaffolding png on adding-model.md

* Fixed html source highlight

* Apply Tom's suggestion from code review: code style ticks on package listing

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Applying Tom's review suggestion to version 7 adding-model as well

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-05-02 11:34:56 -07:00
Rick Anderson 1ba7ac9aa3
Update not-latest-versionNM.md (#29002)
* Update not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-04-18 12:20:20 -10:00
alekson-sh 36628b4318
Possible typo (#28989) 2023-04-15 04:58:58 -04:00
Rick Anderson 9e1a46418a
update Reliable web patterns (#28972)
* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns
2023-04-13 13:31:42 -10:00
Rick Anderson c7d0e754a3
Reliable web app pattern 3 (#28947)
* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* react to feedback
2023-04-13 01:29:10 +00:00
Rick Anderson 091983c60a
Not latest version (#28878)
* Not latest version

* Not latest version

* Not latest version

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Not latest version

* Not latest version

* Not latest version

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-04-04 15:42:31 -10:00
Tom Dykstra 004dbfa029
Some H3s to H2s and H5s to H4s (#28820) 2023-03-29 15:27:01 -07:00
Melkisedek Hamakali 58d4a1bfcc
Add missing required code generation package
Without this tool, the command in part 2 for code generation will fail with the message below
```
To scaffold controllers and views using models, install Entity Framework core packages and try again: Microsoft.EntityFrameworkCore.Tools
   at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.<BuildCommandLine>b__6_0()
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.Execute(String[] args)
   at Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand.Execute(String[] args)
```
2023-03-28 16:44:33 +02:00
Wade Pickett 507b9f552d
SignalR Get Started Update (#28720)
Updated SignalR tutorial for both .NET 7 and 8.
Moved to version by file, versions 2.1 through 8
Update the prereq includes to v8.
2023-03-23 15:35:39 -07:00
Rick Anderson 401f6dffaa
Update not-latest-version.md (#28736)
* Update not-latest-version.md

* Update aspnetcore/includes/not-latest-version.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-03-22 22:23:32 +00:00