Click here to Skip to main content
15,887,302 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
i want know Which way is better for create application 3 tier ?
Posted
Comments
Gergo Bogdan 30-Sep-13 11:01am    
Please explain more in depth, present your idea and maybe the CP members can comment on your current architecture and help you find the best one. You can use the Improve Questions to update yor post.
Govindaraj Rangaraj 1-Oct-13 5:27am    
just to give you a head start, keep all database access related code (ado.net, linqtosql, dataset or EF) in Data tier (a separate project possibly). Keep all business validations or in fact any other operations on your data models/database results (coming from data layer) in the Business layer (a separate project again). The UI should always have code related to binding the results of business layer to the webpage/winforms controls or passing data from UI to business layer for manipulations into the database.

1 solution

 
Share this answer
 
v2

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