How to start using MongoDB?
Can any one tell me how to start using MongoDB with ASP.NET and C#?
I have Visual Studio 2005 and I'm not using ASP.NET MVC.
开发者_开发知识库Thank you!
Have you read the "Getting started" section of the MongoDB docs?
There's even a page with various C#-drivers for mongo.
If you run into any problems after reading what you can find there I'd be glad to help, but if you don't have any problems and just need step by step directions, that site is definitely where to start. Stackoverflow (or any other stackexchange-site) is not. Come back when you have an actual question :)
精彩评论