15.13. Building an Extendable Application
In the sections that follow, I will take you through a complete example that illustrates the process of building an extendable Windows Forms application that can be augmented by the functionality of external assemblies. What I will not do at this point is comment on the process of building GUI applications with this tried and true desktop API (see Appendix A for an overview of the Windows Forms API).
NOTE
Windows Forms was the initial desktop API of the .NET platform. However, since the release of .NET 3.0, the Windows Presentation Foundation (WPF) API is quickly becoming preferred GUI framework. While this is true, I will make use of Windows Forms for a number of client UI examples in this text, as ...
Get Pro C# 2010 and the .NET 4 Platform, Fifth Edition 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.