python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to compose a connection string without login credentials .net MySqlConnector/Pomelo.EntityFrameworkCore.MySql?
I am looking for solution to use connection string without user name and password specified with MariaDB server. I am running app and DB server on same machine so I decided to use unix_socket authenti...
tgo
Votes: 0
Answers: 1
Exclude AUTO_INCREMENT column value while using Entity framework Clone SetValues methods
I am using below code to clone records from one table to another using Entity Framework
List<MasterTableRecord> _records = context.MasterTableRecords
...
Sebastian
Votes: 0
Answers: 0
EF Queries degraded on upgrading from net core 2.1 to net 6
I've been upgrading my AWS Lambdas from .NET Core 2.1 to .NET 6 and have been experiencing issues with the Entity Framework experiencing slower queries than what was produced with .NET Core 2.1. I've ...
user3645197
Votes: 0
Answers: 1
EF Core MySQL add auto increment field
I am using EF Code First and MySQL via Pomelo. I need an auto-increment field other than the key. Purpose of this field is to show human readble values to end-user other than uuid and guids. The table...

Afshar Mohebi
Votes: 0
Answers: 0