Entry Point or Service Layer in web applications and wcf apps -
I would like to know how we should choose our entry points in our web applications or WCF service applications.
Some books talk about the service layer about the entry point which occurs after the data layer after the domain layer.
It works fine until it is in the WCF Service Library.
Should the service level be the entry point for the WCF service application? Or better way?
I have found a solution after R & D
Comments
Post a Comment