Use List<T> generic class instead of Dataset(sunilksaini.blogspot.com)
submitted by
sunilksaini(170) 4 years, 6 months ago
All ASP.NET Geeks are certainly well aware of Datasets. We have been using datasets since the evolution of .NET and getting benefits from its vast functionality. Though its basic architecture makes it extremely powerful yet it has performance impact.
In ASP .NET 2.0, generics classes have been introduced. There are many generics collections in it which allow users to create strongly typed collections that provide better type safety and performance.
At this point of time, I am trying to explain the replacement of datasets (not in all scenarios) with List<T> Collection
|category: ASP.NET
|Views: 118
tags:
another
Everyones tags:
No tags
Your Tags: