Job Basket Interview Tips
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Search Jobs
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)
programming
c#
net
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
0
votes
0
answers
How is a strongly-named assembly different from one that isn’t strongly-named?
asked
2 years
ago
by
hiro.numara
(
470
points)
programming
c#
net
asp-net
0
votes
1
answer
What is an Asssembly Qualified Name? Is it a filename? How is it different?
asked
2 years
ago
by
scott
(
560
points)
programming
c#
net
asp-net
0
votes
1
answer
What is the maximum amount of memory any single process on Windows can address?
asked
2 years
ago
by
scott
(
560
points)
programming
net
c#
0
votes
1
answer
When you’re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
asked
2 years
ago
by
hiro.numara
(
470
points)
c#
net
0
votes
0
answers
What’s the difference between the Debug class and Trace class?
asked
2 years
ago
by
tarantula
(
490
points)
net
c#
programming