C# - Which one is better, Store List<> to Session or Dataset to session

iHatton

New Member
In my scenario, I have a DataSet and want to store this in the session.Which one is best way, can i convert this DataSet to List<> and store it to session (or) can I store this DataSet(DataTable) in the session directly?Which one will give the better performance?
 
Back
Top