I don't get this. When I use a Using to wrap EF DB calls that output to a DataGridView in C# I often get errors that mean the connection was closed before the data was grabbed. The solution is easy, using a ToList in…
... eat a prune ....
I don't get this. When I use a Using to wrap EF DB calls that output to a DataGridView in C# I often get errors that mean the connection was closed before the data was grabbed. The solution is easy, using a ToList in…
... eat a prune ....