简体   繁体   中英

Windows forms application using MongoDB (Visual Studio 2008 C#)

I have mongodb installed and running. I can create documents, i can get documents, is there an easier way to bind each control (textbox,drop down) to each record/field in mongo?

Yes you can. You need to create a custom class structure that will work as the data model. Once you load data to your model, you can bind your grid to that object.

What type of application is this - ASP.NET or MVC?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM