top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can I insert data from my asp.net web page to MongoDB data base?

0 votes
240 views
How can I insert data from my asp.net web page to MongoDB data base?
posted Jul 4, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Here is the quick start for the C# driver. That should get you pointed in the right direction.

http://mongodb.github.io/mongo-csharp-driver/2.0/getting_started/quick_tour/

answer Jul 5, 2015 by anonymous
Similar Questions
+3 votes

I want to put background music on my web-page.

0 votes

I want compress the data stored in column more efficient, because mydata is timeseries of stock or future price.
Most of them is similar, so I thought I could compress the price data(float, uint64, int) more efficient than zlib,like what infobright do.

Could any one tell me how to compress the column more efficient or could I get the blocks data type when I write the compress plug.

...