Hello...
I need a datatable in order to display the data at a WPF datagrid augmented by some generated data. But i also need to load the data from the database to local C# objects because the classes that represent tha data do many calculations .
So what is better? Depend only at datatable ? Or have the data both in objects and datatable?