DataSet v/s Database

Posted by Hemanshu Bhojak on Stack Overflow See other posts from Stack Overflow or by Hemanshu Bhojak
Published on 2010-06-07T18:29:41Z Indexed on 2010/06/07 18:32 UTC
Read the original article Hit count: 248

Filed under:
|
|
|

While designing applications it is a very good practice to have all the business logic in one place. So why then we sometimes have the business logic in stored procs? Can we fetch all data from the DB and store it in a DataSet and then process it? What would be the performance of the app in this scenario?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about database