python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
mongo database connection problem using mongodb library
I'm kinda new and i'm gettina an error when reusing an old node.js app to connect to mongo db database. Does anyone know whats the problem with this? It does show the console.log before the connecting...

GuelhaS
Votes: 0
Answers: 0
How should I configure Dockerfile for golang proj with a CA.pem file? Inside the container CA,pem can't be found
I have a server project. Handlers provides some data from a postgres DB. For connect I have a CA.pem.
When I run main.go locally - it's working. CA.pem is in the proj folder. It's invoked like this:
p...
EestiChameleon
Votes: 0
Answers: 1
Why AppDbContext constructor is not invoked?
I am writing an api using aspnet identity, on configuring services I use .AddDbContext methdos but nothing happens. The construcotr of AppDBContext is not invoked. I set a breakpoint in AppDBContext t...
rusnakvlad
Votes: 0
Answers: 0
How to display a query in a textbox in C# with connection of SQL
Hi I was working in C# I want to a button for calculate average of
some numbers.
Here is my code:
private void button5_Click(object sender, EventArgs e)
{
connect.Open();
string a...
surrealduck
Votes: 0
Answers: 1