Commit Graph

227 Commits (ea6f1d82dba3848c424cfee635df56c8e5d35c61)

Author SHA1 Message Date
Wade Pickett 38c523b380
Web API tutorial - Add EF tools package (#31344)
* Web API tutorial - Add EF tools package

* Updated 7.0 VSC to use v7.0 for InMemory package and .NET 7.0 for project creation

* For v7 topic added v7 EF Tool package in scaffolding section

* Update aspnetcore/tutorials/first-web-api/includes/first-web-api3-7.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-01-03 21:07:54 -08:00
Wade Pickett 4fabd40783
First Web API: Remove preview specific packages (#31198)
* First Web API: Remove preview specific packages
2023-12-05 12:52:08 -08:00
Wade Pickett c117cb1334
Post 8.0: Update text and screenshot to remove Preview (#31052)
* Post 8.0: Update text and screenshot to remove Preview
2023-11-15 14:00:52 -08:00
Wade Pickett c9feb7e82a
Include not-latest-version.md in multi-version topics (#31031)
* Include not-latest-vesrion.md in all mult-iversion topics owned by wpickett.

* Added Razor Get Started index.md

* Added moniker range in tutorials/razor-pages/index.md
2023-11-14 13:50:00 -08: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
Wade Pickett 87147d8a21
v8 macOS Update Create a web API (#30104)
* v8 macOS Update Create a web API

Correction per review.
2023-08-20 16:18:11 -07:00
Tom Dykstra 19f65664d8
Add --use-controllers (#30038) 2023-08-11 20:22:43 -07:00
Wade Pickett 26ca062a10
Create Web API: HTTPS profile instructions (#29952)
* Create Web API: HTTPS profile instructions

* Added same to .NET 7 version

* Reword of shut down instruction

* Apply suggestions from code review: Tdykstra

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-07-31 11:04:29 -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
Wade Pickett cbf4983cf8
Create a Web API dotnet-aspnetcodegen (#29851) 2023-07-19 09:11:41 -07:00
Tom Dykstra 0b044fe3b7
Follow-up to #29300 (#29305)
* Follow-up to #29300

* fix mac tabs
2023-05-17 18:11:47 -07:00
Tom Dykstra 4e106cf182
Link to info about Endpoints Explorer and .http files (#29300)
* draft

* minor updates

* remove duplicate tab
2023-05-17 12:16:49 -10:00
Tom Dykstra 805255485c
Set up for 8.0 content (#29194) 2023-05-05 15:31:09 -07: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
Muhab Abdelreheem 8adea46a4c
Typo fix - update protect from overposting URL in sample code comments (#28784)
* Typo fix - update overposting url in samples code comments

- Change (`// To protect from overposting attacks, see https://go.microsoft.com/fwlink/?linkid=2123754`) to (`... https://go.microsoft.com/fwlink/?LinkId=317598`) in multiple files. Reference from first example of "Processing the POST Request" from "Part 6, controller methods and views in ASP.NET Core" article (https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/controller-methods-views?view=aspnetcore-7.0#processing-the-post-request).

- Fix spacing by changing (... `TodoItem`that..) and (... `TodoItem`from...) to (... `TodoItem` that..) and (... `TodoItem` from...) in Tutorial: create a web API with ASP.NET Core article.

* Reverted links to original linkid

Original link ID is correct but either the fwlink itself needed and update or the section it points to needs an anchor that matches.  So reverting to original.

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2023-03-28 12:03:32 -10:00
Rick Anderson a9319e423d
Update first-web-api.md 2023-03-27 14:00:17 -10:00
Rick Anderson c18ec2e3c8
Update first-web-api.md 2023-03-27 13:12:31 -10:00
Rick Anderson af3fcc9c57
Update first-web-api.md (#28342) 2023-02-09 11:53:49 -10:00
Martin f9c186f86e
Fix typo (#28190) 2023-01-25 05:39:36 -06:00
Tom Dykstra 2ebed25c74
APIs TOC work (#28113)
* draft

* tweak wording and fix links

* fix toc

* fix list formatting

* fix toc node name

* Update aspnetcore/fundamentals/apis.md

Co-authored-by: Jeremy Likness <jeremy@jeremylikness.com>

* Apply suggestions from code review

Co-authored-by: Jeremy Likness <jeremy@jeremylikness.com>

* web API --> API

* your API --> an API

* Update aspnetcore/fundamentals/apis.md

Co-authored-by: Safia Abdalla <safia@safia.rocks>

* Update aspnetcore/toc.yml

Co-authored-by: Safia Abdalla <safia@safia.rocks>

* web API --> API

Co-authored-by: Jeremy Likness <jeremy@jeremylikness.com>
Co-authored-by: Safia Abdalla <safia@safia.rocks>
2023-01-20 11:35:06 -10:00
Asbjørn Ulsberg 89b4487251
Replace references to obsolete HTTP specifications (#28033)
Replace all references to obsolete HTTP specifications such as RFC 2616
and RFC 7230-7234 with references to the latest (as of now)
HTTP specifications; RFC 9110-9112.
2023-01-09 11:55:51 -10:00
Tom Dykstra 61f14edb47
Prefer dotnet aspcodegen over dotnet-aspnetcodegen (#27842) 2022-12-05 17:49:00 -08:00
Wade Pickett 52944ee309
First-web-api: Remove prerelease package versioning
Fixes #27835 

Package versions still reflect 7.0 pre-release.  Update to 7.0.0
2022-12-05 11:40:39 -08:00
Wade Pickett 96d01d63c1
Update metadata: author, ms.author and remove by lines (#27698)
* Changing metada author ms.author, remove by line per doc manager

* adding websockets and azure publish using vs docs

* adding choose-web-ui.md

* Added web api, publishing and signalR topics.

* removed 4 topics that already had meta data changed in another PR and I didn't realize

* Update aspnetcore/tutorials/first-mongo-app.md

* Apply suggestions from code review

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

* Update first-mongo-app.md

removed dupe of author expert comment

* Reverting by line removal and adding expert in comments on metadata.

* Update sql.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-12-01 12:29:45 -08:00
Rick Anderson c08fc1d22b
Do not merge until 8 PM PST: Remove prerelease /2 (#27523)
* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2
2022-11-07 15:51:13 -10:00
Wade Pickett e63c23256a
.NET 7 MacOS: Tutorial: Create a web API (#27363)
* .NET 7 MacOS: Tutorial: Create a web API

* Adding to project setup

* continiued updates

* Added floating versions to scaffolding packages, and tool uninstall

* Improved open terminal instruction.

* Minor consistancy fixes.

* Added build step between scaffolding package install and running scaffolding

* Removed an asterisk on a step

* Removed extra CLI line for adding scaffolding packages.

* Apply suggestions from code review

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

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2022-11-02 13:58:14 -07:00
Rick Anderson e4a6ffef32
.NET 7: Intro to Web API /2 (#27333)
* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* work

* work

* work

* work
2022-10-21 15:47:14 -10:00
Rick Anderson 5230f520ee
moniker prep for Web API (#27332)
* moniker prep for Web API

* moniker prep for Web API

* moniker prep for Web API
2022-10-19 13:53:15 -10:00
Rick Anderson 2f7aa1a49d
Update first-web-api.md (#27253)
* Update first-web-api.md

* Update aspnetcore/tutorials/first-web-api.md
2022-10-11 10:56:19 -10:00
Mitra Lotfi Shemirani 092f4332a5
edits (#27192) 2022-10-04 15:24:41 -07:00
Alex Buck 167954e87d
[BULK UPDATE] DocuTune - Rebranding links (#27044)
* [BULK UPDATE] DocuTune - Rebranding links

* Update cascading-values-and-parameters.md
2022-09-20 14:37:02 -10:00
Rick Anderson 2e89a6e2ec
Update first-web-api.md (#26941) 2022-09-06 08:53:51 -10:00
Alex Buck 7d539345be
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute (#26851) 2022-08-30 10:53:06 -10:00
Shubhankar Kanchan Gupta dabc4b85d9
Fix dotnet-aspnet-codegenerator command by removing spaces (#26657) 2022-08-09 13:38:08 -10:00
pea-sys 5c85feb820
Update first-web-api (#26126) 2022-06-12 04:38:30 -05:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Wade Pickett 9474e00a1e
Jongalloway jongalloway/first web api vsmac (#25943)
* Beginning VS Mac / .NET 6 update

* Fixed date

* Update first-web-api.md

Updated v5 and v6 screenshot locations for VS for Mac

* Update first-web-api.md

fix links for screenshots per version folder

* Resurrected paved over version 5 screenshots

* Fixing screenshot links


Co-authored-by: Jon Galloway <jongalloway@gmail.com>
2022-06-01 10:19:18 -07:00
Brandon Minnick 6d0ec88bbe
Update `min-web-api` for Visual Studio for Mac 2022 (#25543)
* Update min-web-api for Visual Studio for Mac 2022

* Update min-web-api.md

* Update min-web-api.md

* Update Image Links

* Update first-web-api.md
2022-05-19 15:45:49 -10:00
Wade Pickett 3a3b767164
Web API tutorial - Update Postman for Mac menu instruction (#25812)
* Web API tutorial - Update Postman for Mac menu instruction
2022-05-10 10:07:53 -07:00
Wade Pickett b5d2b46a5a
Add Deploy to Azure links to intro tutorials (#25665)
* Add learn to deploy to Azure links to Intro tutorials

* Add learn to deploy to Azure links to Intro tutorials

* Draft: removed change in razor tutorial, it didn't need it.

* Draft: removed typo

* Added signalR-typscript-webpack.md

* Draft: Added min-web-api.md

* Draft:Remove signalR-typscript tutorial since not really an intro

* Draft:Fixed links.  Some moniker ranges where not whole copies of topic.

* Update aspnetcore/blazor/tutorials/build-a-blazor-app.md

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

* Apply suggestions from code review

Replaced link with more appropriate topic that does not include SQL.

* Apply suggestions from code review

Updated link text

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-04-19 13:55:07 -07:00
Rick Anderson 597eae9b3e
Merge pull request #25433 from dotnet/Rick-Anderson-patch-1
Update first-web-api.md
2022-03-25 14:10:45 -10:00
Rick Anderson 064b45f0dc
Update first-web-api.md 2022-03-25 13:23:07 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Kirk Larkin 241331319a Add Package Reference guidance to First Web API 2022-02-22 11:20:57 +00:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
Kirk Larkin 643daa0ffb
Use lowercase for API URLs (#24721) 2022-01-24 11:21:45 +00:00