April 2002
Intermediate to advanced
1024 pages
23h 26m
English
This has been a quick tour of how to develop a COM component using the .NET Framework. This chapter covered how and why to develop a COM component by using the .NET Framework. It explored some of the options available to you, the developer, in building a COM component using the .NET Framework. It provided examples to illustrate that a COM component developed with the .NET Framework can be used virtually anywhere a “normal” COM component can be used. In conclusion, the following guidelines might be useful in developing COM components with .NET:
Design for interoperability—Particularly if you expect to use this component as a COM component, expose only those properties and methods that can easily be implemented via the marshaling layer ...