Thursday, June 4, 2009

How do you secure your business logic layer

There are multiple ways of doing it.

WCF is one of solutions. Which exposes interfaces and not the implementation directly to the user.

OOPS - A nice object oriented design of an application is necessary.

No comments: