Services are applications that (as a rule) are designed for continuous operation, are tied to system operations, and not to the user, and provide usefulness to other applications. Databases, SMTP, Active Directory are examples of "Services".
Components are pre-formed fragments that can be included in other applications and are not intended to work independently. An application that refers to a database uses the data component (SQLClient) to communicate with the database (MS SQL Server).
Cos callis
source share