The Assembly, the Basic Unit of Code Reuse in .NET

The increasing popularity of software reuse has resulted in a new term, Component-Oriented Programming, that not only encompasses object-oriented programming, but also has built-in mechanisms facilitating code reuse. To understand the mechanisms provided by .NET to facilitate component-oriented programming, we need to have a look at the nature of classes and code reuse.

Note

Code reuse in this discussion will refer to reuse at the class level as previously described. It can involve more than one class.

  1. Classes often collaborate— Objects of a class often collaborate with objects of other classes ...

Get C# Primer Plus now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.