Looking for a generic handler/service for mongodb and asp.net / c#
Posted
by JohnAgan
on Stack Overflow
See other posts from Stack Overflow
or by JohnAgan
Published on 2010-05-25T02:43:47Z
Indexed on
2010/05/25
2:51 UTC
Read the original article
Hit count: 305
I am new to MongoDB and have a perfect place in mind to use it. However, it's only worth it if I can make the queries from JavaScript and return JSON. I read another post on here of someone asking a similar question, but not specific to C#.
What's the easiest way I can implement a generic service/handler in asp.net/c# that would allow me to interact with mongodb via JavaScript? I understand JavaScript can't call mongodb directly, so the next best thing is what I'm looking for.
© Stack Overflow or respective owner