C# Corner: Achieve Low-Impact Reuse(visualstudiomagazine.com)
submitted by
schalkvanwyk(1335) 3 years, 7 months ago
Sometimes it makes more sense to separate functionality you use repeatedly into its own component. Learn how to create a special command-line processing component.
Several generations of technology toolkits have given us different ways to support late binding, or -- more simply -- loose binding. By late binding and loose binding, I refer to the ability to design a bit of software that should be useful in almost any situation, not just your application. Ideally, you'd want this new building block to be useful for any application, even if that application has already been written, and the developer wants to plug your new feature into his existing application.
|category: C#
|Views: 3
tags:
C# another
Everyones tags:
Your Tags: