Commit Graph

20 Commits (fd4da00b551e06c6d840f3a480faa0eff8985de3)

Author SHA1 Message Date
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
Luke Latham 36fe260be6
Delocalize package name (#18371) 2020-05-18 16:53:19 -05:00
Maira Wenzel 072292c86a
Replace www.microsoft.com/net links (#17346)
* Update instructions to skip one step

* remove links to /download/all

* additional microsoft.com/net links

* more link updates

* fix more instances
2020-03-18 10:44:43 -05:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Rick Anderson 1d75207af5
Update Startup.ConfigureServices.AddDbSettings.cs (#14650) 2019-09-26 19:58:05 -10:00
Nikita Potapenko dc8f9b7bea Update packages (#14574)
Use GA version
2019-09-25 07:58:43 -10:00
Shayne Boyer 218e7f3545 add next steps to sample 2019-08-20 10:28:33 -04:00
Shayne Boyer 7e08b79fed missed vscode snippet remove in sample 2019-08-20 10:25:56 -04:00
Shayne Boyer 0c486db1b2
Update readme.md
remove title, not supported for samples
2019-08-19 17:24:34 -04:00
Shayne Boyer d8d79eda1f First mongo app 3.0 (#13892)
* update to 3.0

* add sample for new samples browser

* update source code paths

* Mongo versioning update (#13899)

Looks good. Thanks for the reorg

* update sample readme for 3.0 and VS2019 Preview
2019-08-19 12:29:23 -05:00
SychevIgor e17f125d3b update mongodb driver to 2.8.1 (#12800) 2019-06-11 09:38:30 -05:00
Scott Addie 805ef27eb9
Move sample snapshots directory up a level (#12782) 2019-06-10 13:45:13 -05:00
Scott Addie 9fbab73055
Add section demonstrating JSON serialization configuration (#12777)
* Add section demonstrating JSON serialization configuration

* Refactoring

* Reprieve from Startup region hell

* More edits

* Minor tweaks

* React to feedback
2019-06-10 13:35:17 -05:00
Scott Addie 5c0f1c1c50
Fix max line length violation in code sample (#12685) 2019-06-04 10:22:26 -05:00
Scott Addie 1bef161c14
Register MongoClient in DI with singleton lifetime (#12625)
* 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>
2019-06-03 16:31:27 -05:00
Pratik Khandelwal dbc0b53a18 Mongo Docs code fixes (#10507)
* Mongo Docs code fixes

* Remove unused using statement
2019-01-22 10:19:18 -06:00
Scott Addie b08003c109
Support VS Code and VS for Mac in Mongo tutorial (#9737)
* Support VS Code and VS for Mac to Mongo tutorial

* Rename folder to match project name
2018-11-28 16:14:03 -06:00
Scott Addie 590762e3af
Web API with Mongo tutorial refactoring (#9711)
* 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
2018-11-27 20:36:18 -06:00
Scott Addie 6fbb04f446
Web API with Mongo tutorial cleanup (#9699)
* Web API with Mongo tutorial cleanup

* Add missing files

* Tweak opening sentence
2018-11-26 16:20:16 -06:00
Pratik Khandelwal 4e5812c61a Build Web APIs with ASP.NET Core and MongoDB (#8888)
* Added a MongoDB tutorial

* Added Mongo Artical

* Made requested changes

* Requested changes I2

* Requested Changes I2(1)

* Requested changes I3

* Moved first-mongo-app.md to tutorials folder.

* Corrected index title

* Updated to new MongoDB.Driver

* Removed commented code from snippets

* Added project files

* Added prerequisutes and some other changes.

* Changed Create Project Section, Removed VS pngs(still in directory)

* Typo correction

* Add missing metadata

* Added ToC links

* Edit pass

* Sentence case heading

* Remove empty line to improve display in doc

* Fix list display problems
2018-11-26 15:23:30 -06:00