5 ms·
For me DataTables where magic objects with no type safety at compile time.
by _r_o_y_ 9y ago
For me DataTables where magic objects with no type safety at compile time.
- tehlike 9y agodatatables are pretty much how regular SQL behaves, there are no magic behind them, right? I would have prefered using DataReader, most often.
- WorldMaker 9y agoAfter LINQ, I entirely refused to work on DataTables code without refactoring it to something more sane, even if just ugly DBReader junk and its version of casting hell. I was briefly sad that .NET Standard 2.0 had to bring in DataTables and preserve that ugliness for the rest of foreseeable time.
- tehlike 9y agoType-safety is a blessing.