Performance of application in case of larget data transfer
-
Hi all, i have a doubt regarding transfering of data across layers in c#. In BLLayer,I want to transfer data thru 50 parameters to data access layer then how would be the performance of the application, Also, how to pass data between DAlayer to BLLayer in c#.
Thanks Mukkanti
-
Hi all, i have a doubt regarding transfering of data across layers in c#. In BLLayer,I want to transfer data thru 50 parameters to data access layer then how would be the performance of the application, Also, how to pass data between DAlayer to BLLayer in c#.
Thanks Mukkanti
mukkanti007 wrote:
50 parameters to data access layer
This wouldn't be a large data for the application but definitely a mammoth maintainability issue though.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Hi all, i have a doubt regarding transfering of data across layers in c#. In BLLayer,I want to transfer data thru 50 parameters to data access layer then how would be the performance of the application, Also, how to pass data between DAlayer to BLLayer in c#.
Thanks Mukkanti