tags:

views:

73

answers:

1

Hi!

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!

+3  A: 

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 :)

balexandre
+1 You linked it before I could! Excellent answer. :)
jrista