Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 3rd Edition
by Krzysztof Cwalina, Jeremy Barton, Brad Abrams
Glossary
Abstract type: An abstract type can define members for which it does not provide implementations.
Application model: A type of application. For example, the application models supported by the .NET Framework include console application, Windows Forms application, service application, and ASP.NET application.
Assembly: A set of code modules and other resources that together are a functional software unit. Usually seen in the form of a single .dll or .exe.
Attached dependency property: A kind of Dependency Property modeled as static Get and Set methods representing “properties” describing relationships between objects and their containers (e.g., the position of a Button object on a Panel container).
Attributes: The means in managed code ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access