1
vote
Do Strongly Typed Datasets improve performance?
Strongly typed DataSets are just a strongly typed wrapper over the same untyped DataSet that you would otherwise use. With the assumption that you would use the untyped DataSet in a reasonable, ef …
