Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

Corillian's product is a Component Container Name at least 3 component containers that ship now with the Windows Server Family?

0 votes
What is component based in C# ? Name 3 component containers.
asked 2 years ago by scott (560 points)

2 Answers

0 votes
Component based programming in NET can be seen in most of the UI implementation. An example of 3 popular containers are: System.Web.UI.Page, System.Windows.Forms.Form and the generic System.ComponentModel.Container.
answered 2 years ago by scott (560 points)
0 votes
This is a good reference on how .NET is based on the component concept http://msdn.microsoft.com/en-us/library/ms973807.aspx#componentsnet_topic1.

However, I am quite clueless for an answer.
answered 2 years ago by spiderman (200 points)

Related questions