Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am working on project where some of coding is done.
3-T architecture is used in this. In Data access layer
some data is fetched and sent to business logic layer through
ICollection
or IList where i was using datatable and this for "security reason".
so my question is
Is it correct?
and does security comes into picture when we are using datatable?
:confused:

Plz clear my doubt..:rose:
Posted

1 solution

Security has nothing to do with using a list like this. It's just cleaner and more disconnected to return a list of entity objects, than a datatable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900