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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -