[CSHARP-1354] example of .NET successfully using Mongo Driver 2.0 Created: 20/Jul/15 Updated: 03/Dec/20 Resolved: 03/Dec/20 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | API |
| Affects Version/s: | 2.0.1 |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Sreenath Gotur | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | question | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
.net 4.5.1 |
||
| Description |
|
Is there anexample of .NET successfully using Mongo Driver 2.0 that we can leverage. We are using C# driver 2.0.x |
| Comments |
| Comment by Robert Stam [ 20/Jul/15 ] |
|
You could start with the documentation here: http://mongodb.github.io/mongo-csharp-driver/2.0/ A simple sample web application you can look at is here: https://github.com/rstam/SampleMongoDBApplication It was the application used in the "Introduction to the NEW Asynchronous API in the .NET Driver" presentation at MongoDB World: |