Getting a MongoDB Atlas Connection String In 10 Minutes or Less

preview_player
Показать описание
Getting a connection string for MongoDB Atlas can trip you up. Let's make it easy.

Рекомендации по теме
Комментарии
Автор

The way you talk, explain, and help is father figure like. I can sense compassion in your voice and your manner of teaching.
Truly that type of senior programmers that I miss to have as a mentor in my life. Thank you so much for caring about others :)

matinsasan
Автор

Hi, Tim! Hey in the new version of atlas. When there is no Database (fresh new cluster/account) the conn string shows no : myFirstDatabase in it. Can I add it inside the space where it was supossed to go?
thanks for your awesome videos btw

PercyZP
Автор

When I put mongo atlas string, the website is not working, the /home route is not getting the response and no error are being logged, the /login route is working (i think because it doesn't have any mongodb relative code)
Pls help

_r
Автор

I can not find the connection to application in my mongodb

LilianNing
Автор

how we can handle in code in case mongodb not a single node ?

MS-MS-MS-MS-MS
Автор

When I run my application I get 'value cannot be null' on this line here ' _db = Client.GetDatabase(DbName);'. My Cluster is called AtlasCluster. Is my database called AtlasCluster then? It doesn't ask me to insert my database name when I copy the connection string. It only tells me to insert my password into the connection string.

seanmcpadden
Автор

Awesome Video, just subscribe. thanks

MarquisDeSade
Автор

Is all that .json / .xml / .config jazz necessary? Why not just show how to connect with a connection string variable? Then it won't be as sophisticated looking, right?

ignatiusreilly