theSpyCry
theSpyCry

Reputation: 12283

C# Components programming?

Can anyone explain me briefly what exactly is component programming in .NET and why would I use it ?

I don't understand if it's an alternative to Object Oriented Programming or what.

Thank you!

Upvotes: 0

Views: 620

Answers (1)

balexandre
balexandre

Reputation: 75073

I would point out this excellent article from MSDN

Class vs. Component vs. Control

to let you evaluate what is what and when to use what :)

Upvotes: 4

Related Questions