Posts by Marcos Dias • 33 points
3 posts
-
1
votes2
answers334
viewsQ: Check Consistency of a SQL Server backup in C#
How can I verify the integrity of the backup file of an SQL Server database in C#?? I used the following namespace and classes to generate the backup: Microsoft.SqlServer.Management.Smo {…
-
1
votes2
answers974
viewsA: How to make a datagridview C# sort a list (Ilist) by clicking on the grid header?
I would like to share the solution I found: Following example. In Columnheadermouseclick I put a select in the list using a field created in the model for reference only, in this select feed the…
-
0
votes2
answers974
viewsQ: How to make a datagridview C# sort a list (Ilist) by clicking on the grid header?
How to make a Datagridview C# sort a list (Ilist) by clicking on the grid header? For example, I have a list with three fields (id, name, city), when the user click on the column name, I want to…