Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how we can use 3 tier in our project
Posted

You should have done google first.
You can check Asp.Net 3 Tire Architecture[^]
 
Share this answer
 
v2
Comments
Dalek Dave 22-Oct-10 3:36am    
You Tell Him!
Hi,
you will have your project folder added to that you create one project as model where you will have all the business logic and send the data parameters to this model.

now create the DAL folder it will have the connection part to your database and add the enterprise library to this ie application blocks.

finally you will build the model part and the dal part projects you will get the dll's. now add teh dll's to the actual project as references.

and you can pass the project data ie entry data to teh model and the model will check the business logic and if it is valid it will send the parameters to the dal folder and the data will be transacted to the DB.

Thanks
 
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