Click here to Skip to main content
16,013,581 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create a wcf service for search student details by id in 3 tier architecture
already created a project using BAL DAL AND PRESENTATION
so how will i create wcf and how to write the code in existing 3 tier architecture .
Posted

 
Share this answer
 
Comments
Member 11507028 19-Mar-15 7:27am    
still not clear...
Presentation layer is where you implement your interface.
BAL is where you write code for business logic.
DAL is where you write code to get data from resource.
follow this article intro to 3 tier architecture
 
Share this answer
 
v2
Comments
Member 11507028 20-Mar-15 12:37pm    
i wknow that for creating a wcf service where to write what can u explain me with example
Rajat_RJT 23-Mar-15 2:28am    
i have updated my answer,check the link there, that may help you.

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