Implementing N-tire structure in .net
Posted
by pravakar
on Stack Overflow
See other posts from Stack Overflow
or by pravakar
Published on 2010-05-06T09:53:17Z
Indexed on
2010/05/06
9:58 UTC
Read the original article
Hit count: 204
n-tier-architecture
Hi friends, my requirement is suppose i have three classes namely Employee, Customer and Department where Employee contains attributes i.e. id,name,dept and Customer class contains Id,name and Department class contains i.e. id and name. Now all these three class has common function i.e. create, update and delete. This functions i want to implement using interface. So can any one suugest me to perform these things in n-tier architecture.
© Stack Overflow or respective owner