* v8 update Web API with MongoDB
* Added includes at bottom of v8 doc
* Added enable preview steps for Mac
* Added comma per review.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update BooksController.cs
Existing code caused a warning. I didn't test the Delete method 'as is' but I think this is the fix. (The Remove-arg was not passed-in properly).
* Update BooksController.cs
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Add section demonstrating JSON serialization configuration
* Refactoring
* Reprieve from Startup region hell
* More edits
* Minor tweaks
* React to feedback
* Refactor Mongo sample app
* More sample app refactoring
* Simplify app and adjust instructions
* More fixes
* More edits
* Add missing steps
* Add missing regions to Startup.cs
* More edits
* More edits
* More edits
* Link to Mongo API ref pages
* Add more Mongo API ref links
* More edits
* More edits
* Update reuse link
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/tutorials/first-mongo-app.md
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Web API with Mongo tutorial cleanup
* Add missing files
* Tweak opening sentence
* Refactoring of web API with Mongo sample app
* More edits
* More edits
* Fix POST action
* Move Mongo Driver knowledge into service