Posts by Elvis Lima • 73 points
4 posts
-
3
votes0
answers88
viewsQ: C# EF Core - simultaneous conflict with Trigger mariadb
I’m using EF Core with mariadb, in the database I have fields with defined default values and a trigger "before insert". In fluent mapping, I report the default values to the field normally.…
-
0
votes1
answer64
viewsQ: RDS SQL Server AWS - Doubt about changing BD instance class
I need to change the class of the database instance, because I use the "micro" and need to change to an instance with larger resources. My question is whether while changing, I lose my current…
-
2
votes2
answers420
viewsQ: C# Web Forms - Missing Session
I have an application in Web Forms that stores the session when the user logs in, with a time limit of 21 minutes without using the application to expire the session: <sessionState timeout="21"…
-
2
votes3
answers7592
viewsQ: Error: "Connection Rejected by remote interface" using Firebird 3 in . Net
I have an application in Asp.net, which currently uses Firebird 2.5.1 and works normally. I’m testing the 3.0 Release Candidate for soon migrate the version, but does not open the connection, occurs…