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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -