Commit Graph

138 Commits (fd4da00b551e06c6d840f3a480faa0eff8985de3)

Author SHA1 Message Date
Rick Anderson 8554ddaed5
Update first-web-api.md (#19558) 2020-08-18 13:18:22 -10:00
Wade Pickett 33a21b8c28
Updated: Added URI examples in Postman tests. (#19500)
* Udated: Added URI examples in Postman tests.

* patch: fix for 16997
2020-08-14 10:18:37 -07:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Kirk Larkin b326fa2921
Emphasize NuGet requirements and use xrefs (#19357) 2020-07-29 16:01:25 -10:00
Owain Williams f6755ced1a
Change to instructions for First Web API tutorial (#19088)
* Change to instructions for First Web API tutorial

I've updated the install instructions for what packages you need to install.
 
The reason I have added the second lot of instructions is because it wasn't clear you needed to run an install for Microsoft.EntityFrameworkCore.InMemory too. 
The heading only mentioned adding Microsoft.EntityFrameworkCore.SqlServer so once I had did that, I missed the second part of installing Microsoft.EntityFrameworkCore.InMemory.

* Update to First Web Api tutorial

Changing the heading after getting feedback from my previous PR.

* Update aspnetcore/tutorials/first-web-api.md

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

* Update aspnetcore/tutorials/first-web-api.md

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

* Update first-web-api.md

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-07-21 12:57:19 -05:00
Luke Latham e33aeee525
Update VS4Mac UI in tutorials (#19147) 2020-07-09 14:26:52 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
dharmatech 5d14ae1b2d
Remove extra character (#18756)
Productions apps -> Production apps
2020-06-11 10:24:11 -05:00
Luke Latham e7877f9b2f
VS4Mac 8.6 GA updates (#18381) 2020-05-19 13:09:51 -05:00
Luke Latham 6d607a0b66
VS4Mac 8.6 updates (#18262) 2020-05-14 13:05:02 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Rick Anderson 4b1a00b797
Update first-web-api.md (#18102) 2020-05-01 15:52:45 -10:00
Scott Addie df6a6b7c7a
Fix broken links (#17535) 2020-03-30 20:42:14 -05:00
Rick Anderson ad547f0201
Update first-web-api.md (#17215)
* Update first-web-api.md

* Apply suggestions from code review

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

* Update first-web-api.md

* Update first-web-api.md

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-03-05 12:16:42 -10:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Rick Anderson 227633c844
Add DTO to prevent over-posting on API (#17074)
* Add DTO to prevent over-posting on API

* Add DTO to prevent over-posting on API

* Add DTO to prevent over-posting on API

* Add DTO to prevent over-posting on API

* Add DTO to prevent over-posting on API

* Apply suggestions from code review

Co-Authored-By: Artak <34246760+mkArtakMSFT@users.noreply.github.com>

* Update aspnetcore/tutorials/first-web-api/samples/3.0/TodoApiDTO/Controllers/TodoItemsController.cs

Co-Authored-By: Artak <34246760+mkArtakMSFT@users.noreply.github.com>

* Add DTO to prevent over-posting on API

* Apply suggestions from code review

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update aspnetcore/tutorials/first-web-api/samples/3.0/TodoApiDTO/Controllers/TodoItemsController.cs

Co-Authored-By: Artak <34246760+mkArtakMSFT@users.noreply.github.com>

Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-02-20 14:37:39 -08:00
Rick Anderson 4559b5d840
Update first-web-api.md (#16628)
* Update first-web-api.md

* Update first-web-api.md

* Update first-web-api.md
2020-01-20 16:13:16 -08:00
Rick Anderson 6eb6d2ca84 Update first-web-api.md (#16274) 2019-12-20 10:29:50 -06:00
Rick Anderson 118a900708
update WebAPI intro to 3.1 (#16107) 2019-12-09 18:50:25 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Luke Latham faf0363132
Drop 'decorate'/'decorated' for attribute (#16039) 2019-12-05 15:28:49 -06:00
Rick Anderson 5080d436d5
Links to secure a Web API (#15288) 2019-10-31 17:04:29 -10:00
Scott Addie e722395763
Replace Fetch API references in 2.x web API tutorial (#15169) 2019-10-17 14:35:44 -05:00
Rick Anderson 86e76bdd88
Revert "Updates to web API tutorial (#15108)" (#15167)
This reverts commit 591ffb6e4e.
2019-10-17 08:51:42 -10:00
Scott Addie 591ffb6e4e
Updates to web API tutorial (#15108)
* Updates to web API tutorial

* Remove /api prefix in routes

* Remove /api prefix in controller code

* Remove instructions to add .SqlServer package

* Restore /api prefix

* Simplify package installation instructions for VS

* remove 2.2 JS tutorial content

* use numbered steps

* add more numbered steps

* Revert "Remove instructions to add .SqlServer package"

This reverts commit 83c1e9dabb.

* more edits

* restore image

* fix numbering

* fix numbering

* fix indentation

* fix numbering
2019-10-15 13:36:22 -05:00
Sinan Kahveci 5f9546be0f [FIX] Fix spacing problems (#14693) 2019-09-29 17:09:14 -05:00
Sinan Kahveci 4924af1aac [FIX] Fix minor typo (#14672) 2019-09-27 09:37:57 -10:00
Rick Anderson 5601648bcb
Remove/pre release/ra (#14617)
* remove prerelease

* remove prerelease from Web API intro

* remove prerelease from Web API intro
2019-09-25 15:45:49 -10:00
Rick Anderson 487ec0a819
Update first-web-api.md (#14570)
* Update first-web-api.md

* Update first-web-api.md

* Update first-web-api.md

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-09-25 10:25:43 -10:00
Rick Anderson 398807706a
WIP:Update intro to RP to GA (#14457)
* Update intro to RP to GA

* Update intro to RP to GA

* Update intro to RP to GA

* Update intro to RP to GA

* Update intro to RP to GA

* work

* work

* work

* work

* work

* change dev lang from console to dotnetcli

* Add missing word

* work

* work

* work
2019-09-22 13:00:27 -10:00
Scott Addie a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands (#14361) 2019-09-17 16:01:04 -05:00
Scott Addie c566f9f309
Convert web API jQuery doc to Fetch API (#13874)
* Convert web API jQuery doc to Fetch API

* More work

* More edits

* Add missing file extension to source_path

* More edits

* Fix broken section anchor link
2019-08-27 13:31:29 -05:00
Luke Latham cfe3f949d7
Fix link (#13833) 2019-08-14 15:30:19 -05:00
Rick Anderson cd90729c4a
Update first-web-api.md (#13722)
* Update first-web-api.md

* Update first-web-api.md

* Update first-web-api.md
2019-08-08 08:12:49 -07:00
LouisT123 33415fa969 Specifying location to insert PostTodoItem method (#13674) 2019-08-05 15:58:35 -05:00
Luke Latham f132bc6cc2
Touch-ups to First Web API tutorial (#13671) 2019-08-05 15:22:22 -05:00
LouisT123 5b4ccd43e1 No instructions to disable ssl verification on mac (#13667)
* Fixes #13666

created new tab for mac and windows updating the instructions to include mac.

* Update first-web-api.md
2019-08-05 12:10:55 -07:00
Rick Anderson 63138c2045 work 2019-07-18 11:39:49 -06:00
Rick Anderson 2cdaa458c2 work 2019-07-18 11:16:05 -06:00
Rick Anderson 500e6941d4 work 2019-07-17 16:45:29 -06:00
Rick Anderson 4cb5f57b0d work 2019-07-17 16:21:11 -06:00
Rick Anderson 2dae061653 work 2019-07-17 16:04:06 -06:00
Rick Anderson 5b20d1ce0a work 2019-07-17 12:51:28 -06:00
Rick Anderson a6b8e4d717 work 2019-07-16 19:09:20 -06:00
Rick Anderson 0b9280aa5e work 2019-07-16 18:38:48 -06:00
Rick Anderson f0845c9352 work 2019-07-16 18:34:16 -06:00
Rick Anderson df143d64bc work 2019-07-16 18:27:53 -06:00
Rick Anderson 59c880830b work 2019-07-16 18:20:38 -06:00
Rick Anderson 3e20d3435f work 2019-07-15 21:37:01 -06:00
Rick Anderson 48ed272188 work 2019-07-15 19:11:07 -06:00