Hi,
My application was designed using following n-architecture :
Presentation layer...wcf service layer...business logic layer..data access layer
Presentation layer is in one server,wcf service,bll,dal are in another server.
I knew something about wcf but no idea how to implement this architecture.
I am looking for code sample for the above type of architecture.
Thanks in advance
priya