answersLogoWhite

0


Best Answer

System.Web.UI.Page, System.Windows.Forms.Form and System.ComponentModel.Container

The essence of component development is not to build what you can buy. Buy a rich text web control from the market for $99 instead of design and implement one from scratch. Snapping together pre-tested components are faster, cheaper and probably more reliable than coding everything for yourself.

What is a '.NET component'? Arguably, almost any .NET class file is a component, in that it can easily be compiled to a DLL, it benefits from .NET versioning, and it can be reused. If you narrow the definition to components that are 'designable', in other words you can drop instances onto a Visual Studio .NET design surface and set their properties or create event handlers visually, then you need a class that directly or indirectly implements IComponent. Designable objects do not necessarily have a user interface. Those that do are controls as well as components, and inherit from System.Windows.Forms.Control or System.Web.UI.Control.

The existence of components also implies the existence of containers, which again may be visual or non-visual. In the .NET Framework both ASP.NET Web Forms and rich client Windows Forms are visual component containers. The container plays an important role in component management. In particular, all containers implement IDisposable, which means they have a Dispose method for releasing unmanaged resources such as window handles or open files. In their Dispose method, containers must also call Dispose on all the components they host.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the component containers that ship with the Windows Server Family?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the applications of servlets?

Servlet is a Server side component, a servlet is a small pluggable extension to the server and servlets are used to extend the functionality of the java enabled server.


What is windows live incoming email server?

In the Incoming mail (POP3, IMAP, or HTTP) server box, type pop3.live.com. In the Outgoing mail (SMTP) server box, type smtp.live.co


A local error has occurred plus directoryservices?

There's Active directory on windows 2000 advance server, I have a web server on Windows 2008 server Enterprise Edition, the following code works fine in Winsows 2003 server but when I installed Win 2008 server, it gives me the following errorA local error has occurred.\r\n"} System.Exception system.DirectoryServices.DirectoryServicesCOMException}I want to Authenticate Via AD from my webserver, I even test the port 389 and it was open. I don't know what's wrong on Windows 2008 server that cannot run my code, I search Internet but I found nothing.any solution would be helpful.Thank you


What is the purpose of using Java server faces?

Information in Java server faces can be found on the websites of the stores that sell servers that can use Java such as PCWorld business. More information can be found in the Britannica online website.


What is the latest version of Microsoft Excel?

If by Microsoft you mean the Windows operating system: The latest general OS is Vista (6.0.6002) The latest server OS is Windows Server 2008 (6.0.6002) The latest (release candidate) for Vista's successor is Windows 7 (6.1.7100)

Related questions

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

Corellians product is a Component Container. 3 component containers that ship now with the Windows Server Family are System. Component.Model.Container, System.Windows.Forms.Form and System.Web.UI.Page.


What server-side component is used to manage the deployment of Windows 7 over a network?

Windows Deployment Services


What is windows server 2008 server?

Windows Server 2008 is the most recent release of Microsoft Windows' server line of operating systems. Released to manufacturing on 4 February 2008 and officially released on 27 February 2008, it is the successor to Windows Server 2003, released nearly five years earlier. Like Windows Vista, Windows Server 2008 is built on the Windows NT 6.0 kernel. A second release, named Windows Server 2008 R2, is currently under development.


Which X Windows system component system is used to draw the actual graphical images on your screen?

X server


Which operating systems can be upgraded to windows server 2003 enterprise edition?

Windows 2000 Server and Windows NT Server 4.0 (SP5).


Is a family of operating systems based on Windows that is designed primarily for consumer and industrial devices that are not personal computers?

windows server


What is the component that manages the IIS7 pipeline the server's application pools and the worker processes running in them?

WPAS windows process activation service


What are attributes on a windows server 2003?

Answer: Supported domain controllers: Windows Server 2003 Supported features: domain controller rename, logon timestamp attribute updated and replicated. User password support on the InetOrgPerson objectClass. Constrained delegation, you can redirect the Users and Computers containers.


What are the different editions found in windows server operating system family?

wats e answer???????


What is the difference between a client and a server?

Client server A Computer Joined In The Domain With Client OS like Windows XP, Windows vista, Windows 7 etc. and Member server A Computer Joined In The Domain With Server OS like windows server 2000,Windows Server 2003,windows server 2008


What is the difference between a client and a member server?

Client server A Computer Joined In The Domain With Client OS like Windows XP, Windows vista, Windows 7 etc. and Member server A Computer Joined In The Domain With Server OS like windows server 2000,windows server 2003,windows server 2008


Which OS can act as a DHCP server?

Windows Server Family, Linux are some examples. And also there are some routers that have the DHCP service enabled.