TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
amit thakur
1.6k
112
1.5k
not able to make connection to remote server in c#
May 27 2016 4:10 AM
const string connectionString ="mongodb://username:
[email protected]
:27017/Eventlog";
MongoClientSettings settings = MongoClientSettings.FromUrl(new MongoUrl(connectionString));
var client = new MongoClient(settings);
var server = client.GetServer();
var db = server.GetDatabase(databaseName);
Reply
Answers (
1
)
How to pass multiple values to web service in VB.net
capturing images from imaging devices