Posts by Silva • 11 points
1 post
-
1
votes0
answers137
viewsQ: More than one query in a very slow request in the first C#request
I have a method that requests data from the database and in this same method I call another method that also requests the database (mysql). public class Viagem { public int idViagem { get; set; }…