65.9K
CodeProject is changing. Read more.
Home

How to Choose between IDisposable, IComponent, Component, MarshalByValueComponent and Control while Implementing a Class

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (1 vote)

Aug 1, 2010

CPOL

4 min read

viewsIcon

14194

Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class