Hello! In PHP you can simply call mysqli_insert_id() and get the ID of the last record created.
How can you do something similar with C#/.NET?
How can you do something similar with C#/.NET?