Posts by Gustavo • 95 points
2 posts
-
2
votes1
answer512
viewsQ: Close a Mysql connection without committing or rollback to c# Asp.net
I would like to know what happens in the following scenario: In a program Asp.net with c# was opened a MySqlConnection, soon after a MySqlTransaction, was held a insert in the open transaction,…
-
7
votes2
answers2415
viewsQ: Stored Procedure in Entity Framework without edmx template
I have a project that uses the Entity Framework without a model edmx, we register the entities manually create a class and insert it into the context. Someone uses this format and knows how to…