R
Raghav
Hi,
I've a Windows based .Net distributed application. One of the scenarios is
getting multiple records from the database at the presentation layer and
showing that in a DataGrid control. The user should be able to add / modify
/ delete records. All this updation will be passed to the business layer and
business layer will update the database. I've come to know that using the
dataset have performance issue and, instead, we can use an array of objects.
I would like to know which is the better option.
Thanks & Regards,
-Raghav.
I've a Windows based .Net distributed application. One of the scenarios is
getting multiple records from the database at the presentation layer and
showing that in a DataGrid control. The user should be able to add / modify
/ delete records. All this updation will be passed to the business layer and
business layer will update the database. I've come to know that using the
dataset have performance issue and, instead, we can use an array of objects.
I would like to know which is the better option.
Thanks & Regards,
-Raghav.