Search code examples
mongodbmongodb-.net-driver

MongoDB for Windows C#.Net Application


As I am starting a new product development in Windows Form C#.Net Application, I want to use Mongo DB with it.

Could anybody please let me know that can I use MongoDB database for Windows Form application ? and if yes, How about the reports (complex reports) and relation with them?

As I am new to MongoDB, I don't have any idea to integrate reports and relation with it.

Please let me so I can go further and take decision about database choice.

Thanks in advance.


Solution

  • You can use MongoDB database for Windows Form application. Store your reports information in MongoDB's native BSON documents. For example each BSON document will stores one report. Use ids of documents for relations. As i found samus C# driver is fine. Check it;)